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
Copy file name to clipboardexpand all lines: CHANGELOG.md
+18-3
Original file line number
Diff line number
Diff line change
@@ -8,17 +8,32 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
8
8
### Added
9
9
10
10
### Changed
11
-
- Changed Japanese holiday for the 2020 Olympic Games.Marine Day,Mountain Day and Health And Sports Day. [\#113](https://github.com/azuyalabs/yasumi/pull/113)
11
+
12
+
### Fixed
13
+
14
+
### Removed
15
+
16
+
17
+
## [1.8.1] - 2019-01-11
18
+
19
+
### Changed
20
+
- Added PHP 7.2 and 7.3 to the TravisCI configuration.
21
+
- Changed Japanese holiday for the 2020 Olympic Games. Marine Day, Mountain Day and Health And Sports Day. [\#113](https://github.com/azuyalabs/yasumi/pull/113)
12
22
- Changed translation for Norway's national day. [\#98](https://github.com/azuyalabs/yasumi/pull/98)
13
23
14
24
### Fixed
25
+
- Except New Years Day, all holidays for Russia didn't have the locale parameter in place, causing Yasumi to use the fallback locale ('en_US').
15
26
- Fixed spelling issue in the Swedish translation. [\#97](https://github.com/azuyalabs/yasumi/pull/97)
16
27
- Fixed spelling issues in the Danish translation. [\#96](https://github.com/azuyalabs/yasumi/pull/96)
17
28
- Fixed German Easter Sunday and Pentecost Sunday holidays (not nationwide, only in Brandenburg). [\#100](https://github.com/azuyalabs/yasumi/pull/100)
18
29
- Fixed BetweenFilter to ignore time part and timezone. [\#101](https://github.com/azuyalabs/yasumi/pull/101)
19
30
- Fixed bug in provider list generation related to variable order of files returned by the filesystem [\#107](https://github.com/azuyalabs/yasumi/pull/107)
20
-
21
-
### Removed
31
+
- Fixed issues that assertNotHoliday() skips rest of test
32
+
- Type cast to integer as Yasumi::create() requires an integer.
33
+
- Changed access to static variables with 'self'. Accessing with 'static' can lead to possible sub-classes.
34
+
- Corrected date parameter to be of DateTime (instead of DateTimeInterface) as the parameter object needs to be a direct instance.
35
+
- Changed way to get current year so value is an integer (as required by the class). PHP's date function is intended for formatting and returns a string type as such.
36
+
- Corrected test using different start year to avoid incorrect assertion.
0 commit comments