forked from chrisboulton/php-resque-scheduler
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9050a3d
commit bdd904a
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## 1.1 (2013-03-11) ## | ||
|
||
**Note:** This release is compatible with php-resque 1.0 through 1.2. | ||
|
||
* Add composer.json and submit to Packagist (rayward) | ||
* Correct issues with documentation (Chuan Ma) | ||
* Update declarations for methods called statically to actually be static methods (atorres757) | ||
* Implement ResqueScheduler::removeDelayed and ResqueScheduler::removeDelayedJobFromTimestamp (tonypiper) | ||
* Correct spelling for ResqueScheduler_InvalidTimestampException (biinari) | ||
* Correct spelling of beforeDelayedEnqueue event (cballou) | ||
|
||
## 1.0 (2011-03-27) ## | ||
|
||
* Initial release |