diff --git a/readme.md b/readme.md index 1c975ba..6a8d1ca 100755 --- a/readme.md +++ b/readme.md @@ -95,6 +95,11 @@ Work in progress. ## Changelog 🗓 +## 0.2.1 🐜 +March 11, 2020 +- Prevent "PHP Notice: Undefined index: plugin_status" when adding the autoupdates_column - [#47](https://github.com/audrasjb/wp-autoupdates/pull/47) +- Add plugin_status query arg to the enable/disable links in the Automatic Updates column - [#48](https://github.com/audrasjb/wp-autoupdates/pull/48) + ### 0.2 🐝 March 6, 2020 - Remove auto-updates column from mustuse and dropins screens - [#39](https://github.com/audrasjb/wp-autoupdates/pull/39) diff --git a/readme.txt b/readme.txt index a7e5b1a..627ed73 100755 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: wordpressdotorg, audrasjb, whodunitagency, pbiron, xkon, karmatose Requires at least: 5.3 Tested up to: 5.4 Requires PHP: 5.6 -Stable tag: 0.2 +Stable tag: 0.2.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -31,6 +31,11 @@ Interested in contributing to this plugin? Feel free to join us in `#core-auto-u == Changelog == += 0.2.1 = +March 11, 2020 +- Prevent "PHP Notice: Undefined index: plugin_status" when adding the autoupdates_column - [#47](https://github.com/audrasjb/wp-autoupdates/pull/47) +- Add plugin_status query arg to the enable/disable links in the Automatic Updates column - [#48](https://github.com/audrasjb/wp-autoupdates/pull/48) + = 0.2 = March 6, 2020 - Remove auto-updates column from mustuse and dropins screens - [#39](https://github.com/audrasjb/wp-autoupdates/pull/39) diff --git a/wp-autoupdates.php b/wp-autoupdates.php index 7a26b3d..9e4b1e2 100755 --- a/wp-autoupdates.php +++ b/wp-autoupdates.php @@ -1,9 +1,9 @@