Skip to content

PHP 8.0 support

Compare
Choose a tag to compare
@MegaChriz MegaChriz released this 30 Nov 10:38
· 14 commits to 3.x since this release

This release adds support for PHP 8.0. And it allows the library to be used with Drupal 9.

Support for PHP 5 has been dropped. The minimal required version is PHP 7.0. However, the minimal tested version is PHP 7.2.

Bug fixes:

  • Fixed wrong used parameter name in \Afas\Core\Connector\SubjectConnector::getAttachment().

Updates to interfaces:

  • \Afas\Core\Connector\GetConnectorInterface has a new method called getFilterContainer().
  • \Afas\Core\Connector\UpdateConnectorInterface has a new method called getEntityContainer().