Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
C
Cron-Control
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
WP Plugins
Cron-Control
Commits
39730aba
Commit
39730aba
authored
Oct 10, 2017
by
Erick Hitter
Committed by
GitHub
Oct 10, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #148 from Automattic/update/version
Bump version to 2.0
parents
bb393a68
b3d9f3fd
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
6 deletions
+18
-6
README.md
README.md
+7
-1
cron-control.php
cron-control.php
+1
-1
languages/cron-control.pot
languages/cron-control.pot
+2
-2
package.json
package.json
+1
-1
readme.txt
readme.txt
+7
-1
No files found.
README.md
View file @
39730aba
...
...
@@ -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
...
...
@@ -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
...
...
cron-control.php
View file @
39730aba
...
...
@@ -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
*
...
...
languages/cron-control.pot
View file @
39730aba
...
...
@@ -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"
...
...
package.json
View file @
39730aba
{
"name"
:
"cron-control"
,
"version"
:
"
1.5
.0"
,
"version"
:
"
2.0
.0"
,
"main"
:
"Gruntfile.js"
,
"author"
:
"Automatic"
,
"devDependencies"
:
{
...
...
readme.txt
View file @
39730aba
...
...
@@ -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
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment