mirror of
https://github.com/idanoo/php-resque
synced 2025-07-02 06:02:21 +00:00
2.0.0 Add namespacing + PHP8.0 support (#1)
2.0.0 (2021-02-19) Moved to PSR-4 Namespaced codebase Added more comments throughout Co-Authored-By: idanoo <daniel@m2.nz> Co-Committed-By: idanoo <daniel@m2.nz>
This commit is contained in:
parent
ebec2f7bf7
commit
80d64e79ff
56 changed files with 2215 additions and 1423 deletions
|
@ -1,3 +1,8 @@
|
|||
## 2.0.0 (2021-02-19)
|
||||
- Moved to PSR-4
|
||||
- Namespaced codebase
|
||||
- Added more comments throughout
|
||||
|
||||
## 1.4.7 (2020-04-11)
|
||||
- Update PHPUnit to 9
|
||||
- Start adding return types
|
||||
|
@ -93,7 +98,7 @@ Changes by iskandar introduce improved support for using DSNs to connect to Redi
|
|||
* Pass queue name to afterEvent callback
|
||||
* Only declare RedisException if it doesn't already exist (Matt Heath)
|
||||
* Add support for Composer
|
||||
* Fix missing and incorrect paths for Resque and Resque_Job_Status classes in demo (jjfrey)
|
||||
* Fix missing and incorrect paths for Resque and \Resque\Job\Status classes in demo (jjfrey)
|
||||
* Disable autoload for the RedisException class_exists call (scragg0x)
|
||||
* General tidy up of comments and files/folders
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue