Skip to content

Releases: rapidwebltd/php-uk-bank-holidays

v5.0.0

11 Jan 00:34
cfa6e68
Compare
Choose a tag to compare
  • Remove HHVM support
  • Fix issue with caching not functioning as intended

v4.0.0

15 Dec 22:54
Compare
Choose a tag to compare
  • Update minimum PHP version to 5.6.

v3.1.2

15 Dec 22:52
Compare
Choose a tag to compare
  • Fix various PHP compatibility issues.
  • Update dependencies to supported versions.

v3.1.1

16 Mar 23:18
829d743
Compare
Choose a tag to compare
  • Add data retriever interface.
  • Use PSR 6 adapter for RW File Cache.

v3.1.0

26 Jan 13:59
Compare
Choose a tag to compare
  • 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

26 Jan 13:38
Compare
Choose a tag to compare
  • Re-factored retrieval of holidays by location.
    • You must now use england-and-wales instead of england-wales.

This release also contains:

  • Additional unit tests.
  • Test coverage.
  • Minor documentation changes.

v2.0.5

24 Jan 15:25
Compare
Choose a tag to compare
  • Update license field in composer file.

v2.0.4

24 Jan 15:21
Compare
Choose a tag to compare
  • 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

11 Jan 10:46
Compare
Choose a tag to compare
  • Documentation fixes.
  • Add LICENSE file.
  • Remove unused cache expiry variable.
  • Basic usage test.

v2.0.2

03 Apr 12:57
Compare
Choose a tag to compare
  • Removed short PHP tags to prevent issues with certain PHP configurations.