Skip to content

Releases: diablomedia/zf1-date

PHP 8.3 Ready

19 Apr 16:26
dc6bafe
Compare
Choose a tag to compare

This release allows and was tested against PHP 8.3

PHP 8.2 Ready

19 Apr 19:13
424c450
Compare
Choose a tag to compare

Tested against PHP 8.2

PHP 8.1 Ready

04 Dec 06:23
987bcee
Compare
Choose a tag to compare

This version has been tested against PHP 8.1.

  • PHP < 7.4 has been dropped (and is enforced with composer.json).
  • PHP 5 specific code removed.
  • Tests support PHPUnit 9

Note: There are still some deprecations in this component as the date_sunrise and date_sunset functions have been deprecated (https://php.watch/versions/8.1/date_sunrise-date_sunset-funcs-deprecated) but they're not easily replaced here due to the way that ZF1 allows the developer to specify the zenith, which date_sun_info doesn't provide. If you use this functionality, it's probably better to look for a maintained component for this.

PHP 8.0 Support

20 Mar 05:44
bf4a081
Compare
Choose a tag to compare

Added a few casts to int to support PHP 8 in places where the variable would've been implicitly cast anyhow (PHP 8 was more strict in these cases for some reason).

PHP 7.4 Tested

10 Jan 19:12
Compare
Choose a tag to compare

A dependency version bump for PHP 7.4, phpstan fixes.

PHP 7.3

01 Mar 21:58
Compare
Choose a tag to compare

This release has been tested against PHP 7.3

Better Autoloading

18 Apr 20:30
Compare
Choose a tag to compare
1.0.1

adding grumphp, php-cs-fixer, fixing style, narrowing namespace

First Release

26 Mar 20:15
Compare
Choose a tag to compare
1.0.0

bringing the TimeSync component into this component since Zend_Date i…