Skip to content

Commit

Permalink
Merge pull request #148 from Automattic/update/version
Browse files Browse the repository at this point in the history
Bump version to 2.0
  • Loading branch information
ethitter authored Oct 10, 2017
2 parents bb393a6 + b3d9f3f commit 39730ab
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**Requires at least:** 4.4
**Tested up to:** 4.9
**Requires PHP:** 7.0
**Stable tag:** 0.1.0
**Stable tag:** 2.0
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -74,6 +74,12 @@ return $wh;

## Changelog ##

### 2.0 ###
* Support additional Internal Events
* Break large cron queues into several caches
* Introduce Golang runner to execute cron
* Support concurrency for whitelisted events

### 1.5 ###
* Convert from custom post type to custom table with proper indices

Expand Down
2 changes: 1 addition & 1 deletion cron-control.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://vip.wordpress.com/
* Description: Execute WordPress cron events in parallel, using a custom post type for event storage.
* Author: Erick Hitter, Automattic
* Version: 1.5
* Version: 2.0
* Text Domain: automattic-cron-control
* Domain Path: /languages
*
Expand Down
4 changes: 2 additions & 2 deletions languages/cron-control.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is distributed under the same license as the Cron Control package.
msgid ""
msgstr ""
"Project-Id-Version: Cron Control 1.5\n"
"Project-Id-Version: Cron Control 2.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/cron-control\n"
"POT-Creation-Date: 2017-10-03 20:24:01+00:00\n"
"POT-Creation-Date: 2017-10-10 17:06:25+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cron-control",
"version": "1.5.0",
"version": "2.0.0",
"main": "Gruntfile.js",
"author": "Automatic",
"devDependencies": {
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: cron, cron control, concurrency, parallel, async
Requires at least: 4.4
Tested up to: 4.9
Requires PHP: 7.0
Stable tag: 0.1.0
Stable tag: 2.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -74,6 +74,12 @@ return $wh;

== Changelog ==

= 2.0 =
* Support additional Internal Events
* Break large cron queues into several caches
* Introduce Golang runner to execute cron
* Support concurrency for whitelisted events

= 1.5 =
* Convert from custom post type to custom table with proper indices

Expand Down

0 comments on commit 39730ab

Please sign in to comment.