Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.5] Fix task scheduler quarterly() method #19600

Merged
merged 6 commits into from
Jun 14, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Make PR agains Master
  • Loading branch information
m1guelpf authored Jun 14, 2017
commit 3386c374cf3903e4f8e89c6a9d22063d540477ff
18 changes: 1 addition & 17 deletions CHANGELOG-5.4.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,9 @@
# Release Notes for 5.4.x

## v5.4.26 (2017-06-13)

### Added
- Added `Event::nextRunDate()` method ([#19537](https://github.com/laravel/framework/pull/19537), [09dd336](https://github.com/laravel/framework/commit/09dd336b5146afa9278064c2f7cd901f55e10fc0))
- Added null safe operator `<=>` to query builder operators list ([#19539](https://github.com/laravel/framework/pull/19539))
- Added `Macroable` trait to `RequestGuard` ([#19569](https://github.com/laravel/framework/pull/19569))

### Changed
- Touch `updated_at` timestamp when soft deleting ([#19538](https://github.com/laravel/framework/pull/19538))
- Accept argument list in `Rule::in()` and `Rule::notIn()` ([#19555](https://github.com/laravel/framework/pull/19555))
- Support checking for strings job names using `QueueFake` ([#19575](https://github.com/laravel/framework/pull/19575))
- Improved image ratio validation precision ([#19542](https://github.com/laravel/framework/pull/19542))
## [Unreleased]

### Fixed
- Resume scheduled task if an error occurs ([#19419](https://github.com/laravel/framework/pull/19419))
- Decode HTML entities in plain text emails ([#19518](https://github.com/laravel/framework/pull/19518))
- Added missing locales to `MessageSelector::getPluralIndex()` ([#19562](https://github.com/laravel/framework/pull/19562))
- Use strict check when object is passed to `Collection::contains()` ([#19568](https://github.com/laravel/framework/pull/19568))
- Fixed jobs with a timeout of `0` ([#19586](https://github.com/laravel/framework/pull/19586))
- Never pass `Throwable` to `stopWorkerIfLostConnection()` ([#19591](https://github.com/laravel/framework/pull/19591))


## v5.4.25 (2017-06-07)
Expand Down