Changeset 2164849 for health-check/trunk/health-check.php
- Timestamp:
- 09/28/2019 12:01:09 PM (6 years ago)
- File:
-
- 1 edited
-
health-check/trunk/health-check.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
health-check/trunk/health-check.php
r2164837 r2164849 10 10 * Description: Checks the health of your WordPress install. 11 11 * Author: The WordPress.org community 12 * Version: 1.4. 112 * Version: 1.4.2 13 13 * Author URI: https://wordpress.org/plugins/health-check/ 14 14 * Text Domain: health-check … … 36 36 37 37 // Set the plugin version. 38 define( 'HEALTH_CHECK_PLUGIN_VERSION', '1.4. 1' );38 define( 'HEALTH_CHECK_PLUGIN_VERSION', '1.4.2' ); 39 39 40 40 // Set the plugin file.
Note: See TracChangeset
for help on using the changeset viewer.