Skip to content

Releases: donatj/SimpleCalendar

v0.8.0 - Major Cleanup

03 Nov 04:05
c011364
Compare
Choose a tag to compare

What's Changed

  • Major cleanup revision. Now ran through PHPStan level 9.
  • Minimum PHP bumped to 7.2

Full Changelog: v0.7.0...v0.8.0

v0.7.0 - Fixes and Features

11 Jan 18:51
3bf17bf
Compare
Choose a tag to compare

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 of render()

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

New Contributors

Full Changelog: v0.6.2...v0.7.0

Fix Mismatched TRs

07 Jun 15:03
Compare
Choose a tag to compare

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

16 Apr 19:43
Compare
Choose a tag to compare
v0.6.1

gitignore updates

Non-Sunday Week Start Corrections

16 Apr 19:03
Compare
Choose a tag to compare

Corrected a major issue with weeks not starting with Sundays and initial days breaking

Current day/year fix

21 Sep 20:33
Compare
Choose a tag to compare
Merge pull request #2 from inod/patch-1

Added year check for today date