Skip to content
This repository was archived by the owner on May 29, 2020. It is now read-only.

Commit 347ddfd

Browse files
JbJb
authored andcommitted
Version 0.3.0
1 parent cdbf249 commit 347ddfd

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

readme.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ In 2018, Matt Mullenweg posted 9 projects for Core to focus on in 2019. We didn
3939
- 🔲 Handle themes auto-updates
4040
- ✅ Handle plugin auto-updates in a multisite context
4141
- 🔲 Handle themes auto-updates in a multisite context
42-
- 🔲 Email notifications for plugins
42+
- Email notifications for plugins
4343
- 🔲 Email notifications for themes
4444
- 🔲 Validate design for plugins screen
4545
- 🔲 Validate design for themes screen
@@ -95,6 +95,14 @@ Work in progress.
9595

9696
## Changelog 🗓
9797

98+
## 0.3.0 🦉
99+
March 16, 2020
100+
- Add functions to handle plugins updates notification emails - [#54](https://github.com/audrasjb/wp-autoupdates/pull/54)
101+
- Remove update time text after manual update - [#43](https://github.com/audrasjb/wp-autoupdates/pull/43)
102+
- 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)
103+
- Specific messages for delayed or disabled cron events - [#58](https://github.com/audrasjb/wp-autoupdates/pull/58)
104+
- 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)
105+
98106
## 0.2.1 🐜
99107
March 11, 2020
100108
- Prevent "PHP Notice: Undefined index: plugin_status" when adding the autoupdates_column - [#47](https://github.com/audrasjb/wp-autoupdates/pull/47)

readme.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: wordpressdotorg, audrasjb, whodunitagency, pbiron, xkon, karmatose
33
Requires at least: 5.3
44
Tested up to: 5.4
55
Requires PHP: 5.6
6-
Stable tag: 0.2.1
6+
Stable tag: 0.3.0
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -31,6 +31,14 @@ Interested in contributing to this plugin? Feel free to join us in `#core-auto-u
3131

3232
== Changelog ==
3333

34+
= 0.3.0 =
35+
March 16, 2020
36+
- Add functions to handle plugins updates notification emails - [#54](https://github.com/audrasjb/wp-autoupdates/pull/54)
37+
- Remove update time text after manual update - [#43](https://github.com/audrasjb/wp-autoupdates/pull/43)
38+
- 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)
39+
- Specific messages for delayed or disabled cron events - [#58](https://github.com/audrasjb/wp-autoupdates/pull/58)
40+
- 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)
41+
3442
= 0.2.1 =
3543
March 11, 2020
3644
- Prevent "PHP Notice: Undefined index: plugin_status" when adding the autoupdates_column - [#47](https://github.com/audrasjb/wp-autoupdates/pull/47)

wp-autoupdates.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: WordPress Auto-updates
44
Plugin URI: https://wordpress.org/plugins/wp-autoupdates
55
Description: A feature plugin to integrate Plugins & Themes automatic updates in WordPress Core.
6-
Version: 0.2.1
6+
Version: 0.3.0
77
Requires at least: 5.3
88
Requires PHP: 5.6
99
Tested up to: 5.4

0 commit comments

Comments
 (0)