mirror of
https://github.com/idanoo/php-resque
synced 2025-07-02 06:02:21 +00:00
- Updated travis builds to run on PHP 7.0, 7.1 and 7.2.
- Added ability to specify multiple log levels. [DEBUG/INFO/NOTICE/WARNING/ERROR/CRITICAL/ALERT/EMERGENCY] - Default is now . - Removed VERBOSE / VVERBOSE flags. - Enabled date/time logging by default.
This commit is contained in:
parent
177f8e3c19
commit
0d0c0d0a7e
8 changed files with 68 additions and 68 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,8 +1,15 @@
|
|||
## 1.4.1 (2018-05-29)
|
||||
- Updated travis builds to run on PHP 7.0, 7.1 and 7.2.
|
||||
- Added ability to specify multiple log levels. [DEBUG/INFO/NOTICE/WARNING/ERROR/CRITICAL/ALERT/EMERGENCY]
|
||||
- Default `LOGLEVEL` is now `WARNING`.
|
||||
- Removed VERBOSE / VVERBOSE flags.
|
||||
- Enabled date/time logging by default.
|
||||
|
||||
## 1.4 (2018-05-25)
|
||||
- Replaced credis (rather unmaintained) in favour of phpredis.
|
||||
- Reformatted codebase to be PSR2 compliant.
|
||||
|
||||
|
||||
|
||||
## 1.3 (2013) ##
|
||||
## 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