Cron Expression v1.0.3 Release Notes

Release Date: 2013-11-23 // over 10 years ago
  • โž• 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
    • 0๏ธโƒฃ Only set default timezone if the given $currentTime is not a DateTime instance (#34)