Skip to content

Commit d19a892

Browse files
author
Mark Scherer
committed
badge
1 parent 263333e commit d19a892

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

README.md

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,10 @@
11
# CakePHP Queue Plugin
2-
[![Build Status](https://api.travis-ci.org/dereuromark/cakephp-queue.svg)](https://travis-ci.org/dereuromark/cakephp-queue)
2+
[![Build Status](https://api.travis-ci.org/dereuromark/cakephp-queue.svg?branch=2.x)](https://travis-ci.org/dereuromark/cakephp-queue)
33
[![Minimum PHP Version](http://img.shields.io/badge/php-%3E%3D%205.4-8892BF.svg)](https://php.net/)
44
[![License](https://poser.pugx.org/dereuromark/cakephp-queue/license)](https://packagist.org/packages/dereuromark/cakephp-queue)
55
[![Total Downloads](https://poser.pugx.org/dereuromark/cakephp-queue/d/total.png)](https://packagist.org/packages/dereuromark/cakephp-queue)
66

7-
Modified by Mark Scherer ([dereuromark](https://github.com/dereuromark))
8-
- CakePHP2.x support
9-
- Some minor fixes
10-
- Added crontasks (as a different approach on specific problems)
11-
- Possible (optional) Tools Plugin dependencies for frontend access via /admin/queue
12-
- Config key "queue" is now "Queue" ($config['Queue'][...])
13-
14-
Added by Christian Charukiewicz ([charukiewicz](https://github.com/charukiewicz)):
15-
- Configuration option 'gcprop' is now 'gcprob'
16-
- Fixed typo in README and variable name (Propability -> Probability)
17-
- Added a few lines about createJob() usage to README
18-
- Added comments to queue.php explaining configuration options
19-
7+
This branch is for use with **CakePHP 2**.
208

219
## Background:
2210

@@ -164,3 +152,19 @@ Play around with it, but just don't shoot over the top.
164152

165153
* Add priority
166154
* Cleanup and better test coverage
155+
156+
### History
157+
158+
Modified by Mark Scherer ([dereuromark](https://github.com/dereuromark))
159+
- CakePHP2.x support
160+
- Some minor fixes
161+
- Added crontasks (as a different approach on specific problems)
162+
- Possible (optional) Tools Plugin dependencies for frontend access via /admin/queue
163+
- Config key "queue" is now "Queue" ($config['Queue'][...])
164+
165+
Added by Christian Charukiewicz ([charukiewicz](https://github.com/charukiewicz)):
166+
- Configuration option 'gcprop' is now 'gcprob'
167+
- Fixed typo in README and variable name (Propability -> Probability)
168+
- Added a few lines about createJob() usage to README
169+
- Added comments to queue.php explaining configuration options
170+

0 commit comments

Comments
 (0)