mirror of
https://github.com/idanoo/php-resque
synced 2025-07-02 06:02:21 +00:00
- Updated README to include supervisor configuration.
- Change logfile date format to `%Y-%m-%d %T`. - Added return types to more functions.
This commit is contained in:
parent
f69330d637
commit
4e87677517
10 changed files with 65 additions and 29 deletions
|
@ -1,3 +1,8 @@
|
|||
## 1.4.3 (2018-07-16)
|
||||
- Updated README to include supervisor configuration.
|
||||
- Change logfile date format to `%Y-%m-%d %T`.
|
||||
- Added return types to more functions.
|
||||
|
||||
## 1.4.2 (2018-05-30)
|
||||
- Reimplemented credis due to issues with Redis: Connection Closed.
|
||||
- Updated Docs.
|
||||
|
@ -14,7 +19,6 @@
|
|||
- Replaced credis in favour of phpredis.
|
||||
- Reformatted codebase to be PSR2 compliant.
|
||||
|
||||
|
||||
## 1.3 (2013)
|
||||
|
||||
**Note:** This release introduces backwards incompatible changes with all previous versions of php-resque. Please see below for details.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue