All notable changes to this project will be documented in this file.
This projects adheres to Semantic Versioning and Keep a CHANGELOG.
2.1.7 - 2023-10-30
- Updated .gitattributes (8fbdefa)
Full set of changes: 2.1.6...2.1.7
2.1.6 - 2023-10-30
- Updated composer.json (7ab2db5)
- Removed Grunt. (1e3bf5c)
- Added
if ( ! defined( 'ABSPATH' ) )
. (81c818a)
Full set of changes: 2.1.5...2.1.6
2.1.5 - 2023-10-13
- It is recommended not to use reserved keyword "object". (b5dcf67)
- Stand-alone post-increment statement found. (a5a1a81)
Full set of changes: 2.1.4...2.1.5
2.1.4 - 2023-03-27
- Set Composer type to
wordpress-plugin
. (9563b8e)
Full set of changes: 2.1.3...2.1.4
2.1.3 - 2023-03-02
- Add .gitattributes.
Full set of changes: 2.1.2...2.1.3
2.1.2 - 2023-01-31
- Changed
php
from>=8.0
to>=7.4
.
Full set of changes: 2.1.1...2.1.2
2.1.1 - 2022-12-28
- Improve compatibility with PHP versions < 8.0. (7842a7f)
Full set of changes: 2.1.0...2.1.1
2.1.0 - 2022-12-19
- Increased minimum PHP version to version
8
or higher. - Improved support for PHP
8.1
and8.2
. - Removed usage of deprecated constant
FILTER_SANITIZE_STRING
.
Full set of changes: 2.0.3...2.1.0
2.0.3 - 2022-09-27
- Update plugin version.
2.0.2 - 2022-09-23
- Coding standards.
- Coding standards.
2.0.0 - 2022-01-10
- Added
DateTimeTrait::create_from_interface
.
- Removed
DateTime::create_from_mutable
. - Removed
DateTimeImmutable::create_from_mutable
.
1.2.2 - 2021-08-26
- Added the character
p
to the date format characters list which was added in PHP 8.
1.2.1 - 2021-04-26
- Happy 2021.
1.2.0 - 2020-10-08
- Added DateTimeImmutable class.
- Added
DateTime::create_from_immutable( \DateTimeImmutable $object )
method. - Added
DateTimeImmutable::create_from_mutable( \DateTime $object )
method. - Override upstream
DateTime::createFromImmutable( $object )
method. - Override upstream
DateTimeImmutable::createFromMutable( $object )
method. - Override upstream
DateTimeInterface::createFromFormat( $format, $time, $timezone = null )
method. - Updated copyright.
1.1.1 - 2019-12-17
- Fix for WordPress core trac ticket 48319 (https://core.trac.wordpress.org/ticket/48319).
- Updated PHP compatibility test version to PHP 5.6.
- Updated tests.
1.1.0 - 2019-08-26
- Introduced a format translate function, will not switch to local timezone.
1.0.2 - 2018-09-12
- Fixed issue on PHP 5.6 or lower.
1.0.1 - 2018-08-16
- Override
createFromFormat
method to return WordPress DateTime object. - Use new
create_from_format
method instead of override, due to method signature Travis errors for different PHP versions. - Improved support for timezones.
- First release.