Skip to content

Releases: geoffreyrose/us-holidays

v2.6.0

02 Feb 00:49
31ae1fa
Compare
Choose a tag to compare

Supports Carbon v3 and changed minimum PHP version to 7.4

v2.5.1

04 Feb 16:57
8c5a618
Compare
Choose a tag to compare
Update .gitattributes

v2.5.0

28 Dec 06:29
0b3e64b
Compare
Choose a tag to compare

Added Cyber Monday getCyberMondayHoliday()

More timezone bug fixes

v2.4.0

26 Dec 22:20
e3b9cb0
Compare
Choose a tag to compare

Do not use this release. Use a newer one

Added getHoliday() and Timezone bug fixes

v2.3.2

07 Apr 00:50
9c58b2f
Compare
Choose a tag to compare

Performance improvements by removing unneeded calls in getHolidaysByYear()

v2.3.1

01 Mar 04:11
247c298
Compare
Choose a tag to compare

fix type error

v2.3.0

13 Feb 01:31
273c9df
Compare
Choose a tag to compare

Bank and Federal Holiday Updates

  • Adds isFederalHoliday() and fixes logic on isBankHoliday()
  • Adds start year for holidays

Update Juneteenth to be a Bank Holiday

26 Jun 07:37
Compare
Choose a tag to compare

Updated Juneteenth to be a bank holiday since as of June 17, 2021 it is now a federal holiday

Reset the Index when using setHolidays()

26 Jun 07:27
c981a02
Compare
Choose a tag to compare
2.2.1

Returning holiday array with array_values() to reset the index (#7)

New Business Day Functions and Set Which Holidays To Use

28 Mar 23:25
763a15c
Compare
Choose a tag to compare
  • Code refactor
  • Adds several business day functions
  • Adds ability to set which holidays to use
  • Adds ability to override which holidays are "Bank Holidays"
  • Adds PHP 8 Support