Releases: rapidwebltd/php-uk-bank-holidays
Releases · rapidwebltd/php-uk-bank-holidays
v5.0.0
v4.0.0
- Update minimum PHP version to 5.6.
v3.1.2
- Fix various PHP compatibility issues.
- Update dependencies to supported versions.
v3.1.1
- Add data retriever interface.
- Use PSR 6 adapter for RW File Cache.
v3.1.0
- Add
InvalidLocationException
which is thrown if a unacceptable location is specified.
This release also contains:
- Unit testing for the Laravel cache driver.
v3.0.0
- Re-factored retrieval of holidays by location.
- You must now use
england-and-wales
instead ofengland-wales
.
- You must now use
This release also contains:
- Additional unit tests.
- Test coverage.
- Minor documentation changes.
v2.0.5
- Update license field in composer file.
v2.0.4
- Change file cache directory to
/tmp/php-uk-bank-holidays-cache/
. - Update
rw-file-cache
package minimum version.
This release also contains:
- Travis CI integration.
v2.0.3
- Documentation fixes.
- Add LICENSE file.
- Remove unused cache expiry variable.
- Basic usage test.
v2.0.2
- Removed short PHP tags to prevent issues with certain PHP configurations.