Releases: diablomedia/zf1-date
PHP 8.4
PHP 8.3 Ready
This release allows and was tested against PHP 8.3
PHP 8.2 Ready
Tested against PHP 8.2
PHP 8.1 Ready
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
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
A dependency version bump for PHP 7.4, phpstan fixes.
PHP 7.3
Better Autoloading
1.0.1 adding grumphp, php-cs-fixer, fixing style, narrowing namespace
First Release
1.0.0 bringing the TimeSync component into this component since Zend_Date i…