Files
faveo/vendor/mtdowling/cron-expression/CHANGELOG.md
Bhanu Slathia b1f62846ab Update v1.0.6
2016-02-16 23:24:52 +05:30

878 B

Change Log

[Unreleased]

Added

Changed

Fixed

[1.1.0] - 2015-01-26

Added

  • Support for non-hourly offset timezones
  • Checks for valid expressions

Changed

  • Max Iterations no longer hardcoded for getRunDate()
  • Supports DateTimeImmutable for newer PHP verions

Fixed

  • Fixed looping bug for PHP 7 when determining the last specified weekday of a month

[1.0.3] - 2013-11-23

Added

  • Now supports expressions with any number of extra spaces, tabs, or newlines

Changed

  • Using static instead of self in CronExpression::factory

Fixed

  • Fixes issue #28 where PHP increments of ranges were failing due to PHP casting hyphens to 0
  • Only set default timezone if the given $currentTime is not a DateTime instance (#34)