Releases: donatj/SimpleCalendar
Releases · donatj/SimpleCalendar
v0.8.0 - Major Cleanup
What's Changed
- Major cleanup revision. Now ran through PHPStan level 9.
- Minimum PHP bumped to 7.2
- Bump actions/checkout from 3 to 4 by @dependabot in #23
- Pretty major cleanup by @donatj in #25
Full Changelog: v0.7.0...v0.8.0
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
Fix Mismatched TRs
In fixing one issue with mismatched TRs I caused another. Special thanks to @keesiemeijer for the kind PR, the problem is now fixed complete with regression tests to prevent the problem from creeping up in the future.
Slight Cleanup + Documentation
v0.6.1 gitignore updates
Non-Sunday Week Start Corrections
Corrected a major issue with weeks not starting with Sundays and initial days breaking
Current day/year fix
Merge pull request #2 from inod/patch-1 Added year check for today date