Skip to content

Releases: php-sap/common

v6.1.2

04 Sep 10:08
Compare
Choose a tag to compare

Bugfixes

  • AbstractFunction::setParams() extracts allowed keys from the given array if they are set instead of enforcing them by @gregor-j in #26

Full Changelog: 6.1.1...v6.1.2

6.1.1

07 Aug 16:12
Compare
Choose a tag to compare

What's Changed

  • Added an action for PHP_CodeSniffer to the GitHub workflow by @gregor-j in #20
  • Updated php-sap/interfaces to 5.1.3 by @gregor-j in #22
  • Removed php codesniffer from composer dev-requirements by @gregor-j in #24

Full Changelog: v6.1.0...6.1.1

v6.1.0

05 Aug 12:10
5598d0f
Compare
Choose a tag to compare

What's changed

  • #18 Added missing direction 'changing'.

Full Changelog: v6.0.0...v6.1.0

v6.0.0 (PHP 8)

05 Aug 11:19
85ea659
Compare
Choose a tag to compare

What's changed

  • breaking change Dropped support for PHP versions prior to 8.
  • breaking change Adapted to interfaces v5. See for breaking changes!

Full Changelog: v5.0.0...v6.0.0

v5.0.0

19 Oct 13:28
1afaf25
Compare
Choose a tag to compare

Changes

  • #11 Updated code for PHP min. 7.4 and PSR-12 coding standard.
  • #11 Use strict types instead of validations.
  • #12 Updated to min. PHP 7.4 and updated all dependencies.
  • #12 Updated to PHPUnit 9 and updated all tests.
  • #13 Replaced Travis with GitHub workflow.
  • #14 Defined PSR-12 coding standard using .phpcs.xml.
  • #15 Removed php-sap/datetime because it is already in the php-sap/interfaces package.

version 4.0 (PHP 7)

04 Feb 13:11
Compare
Choose a tag to compare

New

  • Upgraded to PHP/SAP interfaces 3.0.
  • Split IArray into IStruct and ITable and introduce direction Table.

Bugfix

  • #10 Added xdebug.mode = coverage to php.ini in travis config.

version 3.2 (PHP7)

28 Feb 15:57
Compare
Choose a tag to compare

Changes

  • Switched SapDateTime to SapDateInterval forb API time elements (TYPE_TIME).
  • On cast return null for API date elements in case the date only consists of zeros.

version 3.1 (PHP5)

28 Feb 15:57
Compare
Choose a tag to compare

Changes

  • Switched SapDateTime to SapDateInterval forb API time elements (TYPE_TIME).
  • On cast return null for API date elements in case the date only consists of zeros.

version 3.0

03 Feb 13:21
d665349
Compare
Choose a tag to compare

Switch to interface v2.

version 2.1

23 Jan 12:31
Compare
Choose a tag to compare

Removed internal connection pooling.