You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Max Iterations no longer hardcoded for `getRunDate()`
14
+
- Supports DateTimeImmutable for newer PHP verions
15
+
### Fixed
16
+
- Fixed looping bug for PHP 7 when determining the last specified weekday of a month
17
+
18
+
## [1.0.3] - 2013-11-23
19
+
### Added
20
+
- Now supports expressions with any number of extra spaces, tabs, or newlines
21
+
22
+
### Changed
23
+
- Using static instead of self in `CronExpression::factory`
24
+
25
+
### Fixed
26
+
- Fixes issue [#28](https://github.com/mtdowling/cron-expression/issues/28) where PHP increments of ranges were failing due to PHP casting hyphens to 0
27
+
- Only set default timezone if the given $currentTime is not a DateTime instance ([#34](https://github.com/mtdowling/cron-expression/issues/34))
Copy file name to clipboardExpand all lines: README.md
+1-12Lines changed: 1 addition & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,15 +68,4 @@ Requirements
68
68
69
69
- PHP 5.3+
70
70
- PHPUnit is required to run the unit tests
71
-
- Composer is required to run the unit tests
72
-
73
-
CHANGELOG
74
-
=========
75
-
76
-
1.0.3 (2013-11-23)
77
-
------------------
78
-
79
-
* Only set default timezone if the given $currentTime is not a DateTime instance ([#34](https://github.com/mtdowling/cron-expression/issues/34))
80
-
* Fixes issue [#28](https://github.com/mtdowling/cron-expression/issues/28) where PHP increments of ranges were failing due to PHP casting hyphens to 0
81
-
* Now supports expressions with any number of extra spaces, tabs, or newlines
82
-
* Using static instead of self in `CronExpression::factory`
0 commit comments