Skip to content

Releases: lordelph/php-sip2

3.0.0 For php8 and beyond only

13 Jun 14:49
Compare
Choose a tag to compare

Major version number update as this version will only support php8 - use 2.x.x for php7 support.

The only change is that this release requires log/psr v3, which allows this release to be incorporated into Drupal 10 projects, for example, which also have this dependency.

2.1.1 Support php 8

09 May 15:34
23b8d36
Compare
Choose a tag to compare

This release simply changes the composer.json to allow installation in php 8 environments - the existing test suite passes in php 8.

2.1.0 Support for disabling CRC checks

28 Sep 17:34
1bdbbd7
Compare
Choose a tag to compare

This release provides the means to disable CRC checks if desired with SIP2Client::enableCRCCheck(false);

2.0.3 bug fix

19 Sep 21:54
Compare
Choose a tag to compare

This fixes a minor issue which can be triggered by fetching a response which includes unexpected, but blank fields. The resulting response would throw an exception if getAll() was called on it afterwards.