Skip to content

Releases: jhedstrom/DrupalDriver

v2.3.0

21 Oct 16:18
52835be
Compare
Choose a tag to compare

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.2

06 Jan 17:23
632712d
Compare
Choose a tag to compare
Prep for v2.2.2.

Signed-off-by: Jonathan Hedstrom <[email protected]>

2.2.1

23 Nov 19:11
f5c8197
Compare
Choose a tag to compare

Adds Drupal 10 support.

2.2.0

16 May 18:50
000ce86
Compare
Choose a tag to compare

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

07 May 20:49
a33cb76
Compare
Choose a tag to compare

Fixed

  • #233 Prevent PHP warning in Drupal 7.79 and above.
  • #232 Fix type in ImageHandler.

2.1.0

01 Jun 18:05
ebc7fc3
Compare
Choose a tag to compare

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

27 Sep 19:36
b648a6e
Compare
Choose a tag to compare

Stable release of 2.0.0.

See CHANGELOG for details (no changes since 2.0.0 RC1.)

2.0.0 rc1

25 Jul 18:41
5153d58
Compare
Choose a tag to compare
2.0.0 rc1 Pre-release
Pre-release

Changed

  • #207 Require PHP 5.6 or higher.

2.0.0 alpha6

18 Dec 23:23
732f2c7
Compare
Choose a tag to compare
2.0.0 alpha6 Pre-release
Pre-release

Added

  • #190 Added Drush entity support.
  • #168 Added ListHandlers for Drupal 8.

Changed

  • #203 Removes testing of HHVM.

2.0.0 alpha5

21 Sep 19:09
395de88
Compare
Choose a tag to compare
2.0.0 alpha5 Pre-release
Pre-release

Fixed