Skip to content

Commit 73b9aa2

Browse files
authored
Increment version to 3.1 (#254)
1 parent 83631b4 commit 73b9aa2

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**Requires at least:** 5.1
55
**Tested up to:** 5.8
66
**Requires PHP:** 7.4
7-
**Stable tag:** 3.0
7+
**Stable tag:** 3.1
88
**License:** GPLv2 or later
99
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -112,6 +112,13 @@ Run `npm install` then `npm run build` to create/update language files and to co
112112

113113
## Changelog ##
114114

115+
### 3.1 ###
116+
* Update installation process, always ensuring the custom table is installed.
117+
* Swap out deprecated `wpmu_new_blog` hook.
118+
* Ignore archived/deleted/spam subsites during the runner's `list sites` cli command.
119+
* Migrate legacy events from the `cron` option to the new table before deleting the option.
120+
* Delete duplicate recurring events. Runs daily.
121+
115122
### 3.0 ###
116123
* Implement WP cron filters that were added in WP 5.1.
117124
* Cleanup the event's store & introduce new Event() object.

cron-control.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: https://vip.wordpress.com/
55
* Description: Execute WordPress cron events in parallel, using a custom post type for event storage.
66
* Author: Erick Hitter, Automattic
7-
* Version: 3.0
7+
* Version: 3.1
88
* Requires at least: 5.1
99
* Requires PHP: 7.4
1010
* Text Domain: automattic-cron-control

languages/cron-control.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# This file is distributed under the same license as the Cron Control package.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Cron Control 3.0\n"
5+
"Project-Id-Version: Cron Control 3.1\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/cron-control\n"
7-
"POT-Creation-Date: 2022-01-20 03:55:29+00:00\n"
7+
"POT-Creation-Date: 2022-01-25 18:26:12+00:00\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=utf-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"

readme.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: cron, cron control, concurrency, parallel, async
44
Requires at least: 5.1
55
Tested up to: 5.8
66
Requires PHP: 7.4
7-
Stable tag: 3.0
7+
Stable tag: 3.1
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -112,6 +112,13 @@ Run `npm install` then `npm run build` to create/update language files and to co
112112

113113
== Changelog ==
114114

115+
= 3.1 =
116+
* Update installation process, always ensuring the custom table is installed.
117+
* Swap out deprecated `wpmu_new_blog` hook.
118+
* Ignore archived/deleted/spam subsites during the runner's `list sites` cli command.
119+
* Migrate legacy events from the `cron` option to the new table before deleting the option.
120+
* Delete duplicate recurring events. Runs daily.
121+
115122
= 3.0 =
116123
* Implement WP cron filters that were added in WP 5.1.
117124
* Cleanup the event's store & introduce new Event() object.

0 commit comments

Comments
 (0)