diff --git a/readme.md b/readme.md index 6a8d1ca..a99dd02 100755 --- a/readme.md +++ b/readme.md @@ -39,7 +39,7 @@ In 2018, Matt Mullenweg posted 9 projects for Core to focus on in 2019. We didn - 🔲 Handle themes auto-updates - ✅ Handle plugin auto-updates in a multisite context - 🔲 Handle themes auto-updates in a multisite context -- 🔲 Email notifications for plugins +- ✅ Email notifications for plugins - 🔲 Email notifications for themes - 🔲 Validate design for plugins screen - 🔲 Validate design for themes screen @@ -95,6 +95,14 @@ Work in progress. ## Changelog 🗓 +## 0.3.0 🦉 +March 16, 2020 +- Add functions to handle plugins updates notification emails - [#54](https://github.com/audrasjb/wp-autoupdates/pull/54) +- Remove update time text after manual update - [#43](https://github.com/audrasjb/wp-autoupdates/pull/43) +- Ensure "Automatic Updates" column is not added if no content would be output in the column - [#57](https://github.com/audrasjb/wp-autoupdates/pull/57) +- Specific messages for delayed or disabled cron events - [#58](https://github.com/audrasjb/wp-autoupdates/pull/58) +- Prevent mis-match between count in Auto-updates Enabled view and the number of plugins displayed for that view by applying 'all_plugins' filter before computing that count. - [#59](https://github.com/audrasjb/wp-autoupdates/pull/59) + ## 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) diff --git a/readme.txt b/readme.txt index 627ed73..47114e3 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.1 +Stable tag: 0.3.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -31,6 +31,14 @@ Interested in contributing to this plugin? Feel free to join us in `#core-auto-u == Changelog == += 0.3.0 = +March 16, 2020 +- Add functions to handle plugins updates notification emails - [#54](https://github.com/audrasjb/wp-autoupdates/pull/54) +- Remove update time text after manual update - [#43](https://github.com/audrasjb/wp-autoupdates/pull/43) +- Ensure "Automatic Updates" column is not added if no content would be output in the column - [#57](https://github.com/audrasjb/wp-autoupdates/pull/57) +- Specific messages for delayed or disabled cron events - [#58](https://github.com/audrasjb/wp-autoupdates/pull/58) +- Prevent mis-match between count in Auto-updates Enabled view and the number of plugins displayed for that view by applying 'all_plugins' filter before computing that count. - [#59](https://github.com/audrasjb/wp-autoupdates/pull/59) + = 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) diff --git a/wp-autoupdates.php b/wp-autoupdates.php index bd81cda..10a3844 100755 --- a/wp-autoupdates.php +++ b/wp-autoupdates.php @@ -3,7 +3,7 @@ Plugin Name: WordPress Auto-updates Plugin URI: https://wordpress.org/plugins/wp-autoupdates Description: A feature plugin to integrate Plugins & Themes automatic updates in WordPress Core. -Version: 0.2.1 +Version: 0.3.0 Requires at least: 5.3 Requires PHP: 5.6 Tested up to: 5.4