Skip to content

Releases: php-sap/datetime

v1.5.0 (PHP 8)

23 Jul 15:14
53c0557
Compare
Choose a tag to compare

Changes

  • #8 Upgraded package to PHP 8 (PHP 7 is no longer supported).

v1.4.2

19 Oct 06:35
6f6d21e
Compare
Choose a tag to compare

Changes

  • #7 Added .github/ and .phpcs.xml to git export ignore list.

v1.4.1

17 Oct 14:50
0c74e58
Compare
Choose a tag to compare

Changes

  • #6 Adapted code for min. PHP 7.4 and PSR-12.

v1.4.0

12 Oct 16:12
e0be34e
Compare
Choose a tag to compare

Changes

  • #4 Changed composer requirement PHP >=7.4
  • #4 Switched to PHPUnit 9 and adapted tests and config.
  • #4 Added PHP_CodeSniffer and config
  • #4 Required PHP_CodeSniffer and added config for PSR-12.
  • #5 Switched from Travis to GitHub actions.

v1.2.4 (PHP5)

12 Oct 13:32
44230f6
Compare
Choose a tag to compare

Changes

  • #5 Moved from Travis to GitHub actions.

version 1.3.2 (PHP7)

28 Feb 15:03
Compare
Choose a tag to compare

Bugfixes

  • #1 Set time on date only in case parse result is not false.

version 1.3.1 (PHP7)

28 Feb 13:48
Compare
Choose a tag to compare

Bugfixes

  • #1 Set time to 00:00:00 before returning a date.

version 1.2.3 (PHP5)

28 Feb 15:49
Compare
Choose a tag to compare

Bugfixes

  • #3 Removed timezone type \DateTimeZone from createFromFormat().

version 1.2.2 (PHP5)

28 Feb 15:01
Compare
Choose a tag to compare

Bugfixes

  • #2 Add timezone parameter to parent method only if it's null.

version 1.2.1 (PHP5)

28 Feb 13:48
Compare
Choose a tag to compare

Bugfixes

  • #1 Set time to 00:00:00 before returning a date.