v0.7.0 - Fixes and Features
This was originally intended to be a major release, but preventing interface changes was simple enough to keep this as a minor release.
Notable (Potentially Breaking) Changes
- Increased Minimum PHP version to 5.5.0
- Current date was separated from month due to issues it solved #7
- Class names are now customizable #10
show()
method now deprecated in favor ofrender()
Things to Watch Out For
- Day names are no longer localized by default due to PHP 8.1 deprecating strftime ( thanks, @h1nds1ght )
What's Changed
- Update .travis.yml by @donatj in #11
- Update .travis.yml by @donatj in #13
- Use custom classes in the calendar by @keesiemeijer in #10
- Date Fix by @ben182 in #7
- 1.x - Refactor / Rewrite by @donatj in #12
- Create ci.yml by @donatj in #16
- Test in PHP 8.1 by @donatj in #18
- Bump actions/checkout from 2 to 3 by @dependabot in #21
- Test in PHP 8.2 by @donatj in #22
New Contributors
- @ben182 made their first contribution in #7
- @dependabot made their first contribution in #21
- @h1nds1ght enlightened me to an 8.1+ issue on #22
Full Changelog: v0.6.2...v0.7.0