diff --git a/readme.md b/readme.md index 0e41309..6e05405 100755 --- a/readme.md +++ b/readme.md @@ -87,11 +87,18 @@ TODO. ## Changelog 🗓 -### Version 0.1.4 +### Version 0.1.5 🐣 +February 26, 2020 +- Fix fatal error on PHP 7+ +- Fix legacy notice classes +- Various tiny enhancements +- Replace required PHP version + +### Version 0.1.4 👻 February 26, 2020 - Fix PHP warnings. -### Version 0.1.3 +### Version 0.1.3 ☀️ February 25, 2020 - Replace all "autoupdate" occurrences with "auto-update" which is now the official wording. diff --git a/readme.txt b/readme.txt index 413574a..1900243 100755 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,9 @@ Contributors: wordpressdotorg, audrasjb, whodunitagency, desrosj, xkon, karmatosed Requires at least: 5.3 Tested up to: 5.4 -Requires PHP: 5.6.20 +Requires PHP: 5.6 Tested up to: 5.4 -Stable tag: 0.1.4 +Stable tag: 0.1.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -58,6 +58,13 @@ To test/contribute, just install this plugin and activate it on your WordPress i == Changelog == += Version 0.1.5 = +February 26, 2020 +- Fix fatal error on PHP 7+ +- Fix legacy notice classes +- Various tiny enhancements +- Replace required PHP version + = Version 0.1.4 = February 26, 2020 - Fix PHP warnings. diff --git a/wp-autoupdates.php b/wp-autoupdates.php index c2ec504..a80d424 100755 --- a/wp-autoupdates.php +++ b/wp-autoupdates.php @@ -3,9 +3,9 @@ Plugin Name: WordPress Autoupdates Plugin URI: https://wordpress.org/plugins/wp-autoupdates Description: A feature plugin to integrate Plugins & Themes automatic updates in WordPress Core. -Version: 0.1.4 +Version: 0.1.5 Requires at least: 5.3 -Requires PHP: 7.2 +Requires PHP: 5.6 Tested up to: 5.3 Author: The WordPress Team Author URI: https://wordpress.org