Releases: jhedstrom/DrupalDriver
Releases · jhedstrom/DrupalDriver
v2.3.0
Added
- #241 - Allow Entity Reference Field Handler to Reference by ID
- #261 - Broaden compatibility with symfony/process
- #265 - PHP 8.2 testing
- #275 - Initial Drupal 11 support
- #276 - Drupal 11 support
2.2.0
Fixed
- #232 Fixes typo in ImageHandler.
- #233 Fixes Drupal 7.79 compatibility.
- #244 Drupal Coder updates.
Added
- #245 PHP 8.1 compatibility.
- #247 Drupal 10 and PHP 8.1 compatibility.
2.1.1
Fixed
- #233 Prevent PHP warning in Drupal 7.79 and above.
- #232 Fix type in ImageHandler.
2.1.0
Added
- #186 Provide a method to directly authenticate on Drupal 8.
Changed
- Remove testing on PHP 5.6, added testing on PHP 7.3 and 7.4.
- #214 Fix D8 deprectations.
- #224 Support Drupal 9.
Fixed
- #217 Fix fatal error in field handler.
- #219 Fix php notice in exception message.
2.0.0
Stable release of 2.0.0.
See CHANGELOG for details (no changes since 2.0.0 RC1.)
2.0.0 rc1
Changed
- #207 Require PHP 5.6 or higher.
2.0.0 alpha6
Added
- #190 Added Drush entity support.
- #168 Added ListHandlers for Drupal 8.
Changed
- #203 Removes testing of HHVM.