Skip to content

Commit 39730ab

Browse files
authored
Merge pull request #148 from Automattic/update/version
Bump version to 2.0
2 parents bb393a6 + b3d9f3f commit 39730ab

File tree

5 files changed

+18
-6
lines changed

5 files changed

+18
-6
lines changed

README.md

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

@@ -74,6 +74,12 @@ return $wh;
7474

7575
## Changelog ##
7676

77+
### 2.0 ###
78+
* Support additional Internal Events
79+
* Break large cron queues into several caches
80+
* Introduce Golang runner to execute cron
81+
* Support concurrency for whitelisted events
82+
7783
### 1.5 ###
7884
* Convert from custom post type to custom table with proper indices
7985

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: 1.5
7+
* Version: 2.0
88
* Text Domain: automattic-cron-control
99
* Domain Path: /languages
1010
*

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 1.5\n"
5+
"Project-Id-Version: Cron Control 2.0\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/cron-control\n"
7-
"POT-Creation-Date: 2017-10-03 20:24:01+00:00\n"
7+
"POT-Creation-Date: 2017-10-10 17:06:25+00:00\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=utf-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cron-control",
3-
"version": "1.5.0",
3+
"version": "2.0.0",
44
"main": "Gruntfile.js",
55
"author": "Automatic",
66
"devDependencies": {

readme.txt

Lines changed: 7 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: 4.4
55
Tested up to: 4.9
66
Requires PHP: 7.0
7-
Stable tag: 0.1.0
7+
Stable tag: 2.0
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -74,6 +74,12 @@ return $wh;
7474

7575
== Changelog ==
7676

77+
= 2.0 =
78+
* Support additional Internal Events
79+
* Break large cron queues into several caches
80+
* Introduce Golang runner to execute cron
81+
* Support concurrency for whitelisted events
82+
7783
= 1.5 =
7884
* Convert from custom post type to custom table with proper indices
7985

0 commit comments

Comments
 (0)