Changeset 1770377
- Timestamp:
- 11/18/2017 06:40:24 PM (8 years ago)
- Location:
- health-check/tags/0.5.1
- Files:
-
- 17 added
- 1 copied
-
. (added)
-
assets (added)
-
assets/css (added)
-
assets/css/health-check.css (added)
-
assets/javascript (added)
-
assets/javascript/health-check.js (added)
-
changelog.txt (added)
-
health-check.php (added)
-
includes (added)
-
includes/class-health-check-auto-updates.php (added)
-
includes/class-health-check-debug-data.php (added)
-
includes/class-health-check-loopback.php (added)
-
includes/class-health-check-wp-cron.php (added)
-
pages (added)
-
pages/debug-data.php (added)
-
pages/health-check.php (added)
-
pages/phpinfo.php (added)
-
readme.txt (copied) (copied from health-check/trunk/readme.txt) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
health-check/tags/0.5.1/readme.txt
r1764209 r1770377 4 4 Requires at least: 3.8 5 5 Tested up to: 4.9 6 Stable tag: 0.5. 06 Stable tag: 0.5.1 7 7 8 8 == Description == … … 30 30 == Changelog == 31 31 32 = v 0.5.1 = 33 * Introduced loopback check to the health checker status. 34 35 = v 0.5.0 = 36 * Added clarity to many text strings. 37 * Avoid listing MU directories if it's not being used. 38 * Add a Table of Contents heading and make navigating the debug page from it smoother. 39 * Only enqueue our CSS and JavaScript if we are on the health check pages. 40 * Add some missing version numbers nor being included in text strings. 41 * Avoid fatal errors if accessing files directly, caused by translation functions being used when they don't exist. 42 * Avoid "empty" strings when author or version is missing from plugins or themes. 43 * Make the health checker test background updates. 44 * Make the health checker look for missed scheduled events. 45 * If using a localized version of WordPress, also display the copy and paste field in English if using an international support resource. 46 * Indicate if 64bit values are supported by PHP in the debug section. 47 * Improved MariaDB version detection/comparison. 48 32 49 = v 0.4.1 = 33 50 * Better SQL version detection to account for MariaDB versions … … 41 58 * Added WordPress.org connectivity check 42 59 * Added HTTPS check 43 44 = v 0.3.1 =45 * Fixed a few typos46 47 = v 0.3 =48 * Added recommended PHP and MySQL versions49 * Check for utf8mb4 support50 * Fixed a bunch of PHP warnings51 52 = v 0.2.1 =53 * Fixed version comparision bug - When the server had the exact required versions we reported it as out of date.54 55 = v 0.2 =56 * Updated with actual PHP and MySQL version requirements for WordPress 3.257 58 = v 0.1 =59 * Initial release with checks for the PHP and MySQL versions we will likely target for WordPress 3.2
Note: See TracChangeset
for help on using the changeset viewer.