DrupalDriver Versions Save

A collection of drivers for controlling Drupal.

v2.2.2

1 year ago

v2.2.1

1 year ago

Adds Drupal 10 support.

v2.2.0

2 years ago

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.

v2.1.1

3 years ago

Fixed

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

v2.1.0

3 years ago

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.

v2.0.0

4 years ago

Stable release of 2.0.0.

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

v2.0.0-rc1

4 years ago

Changed

  • #207 Require PHP 5.6 or higher.

v2.0.0-alpha6

5 years ago

Added

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

Changed

  • #203 Removes testing of HHVM.

v2.0.0-alpha5

5 years ago

Fixed

  • #199: Fixes type introduced in #198.

v2.0.0-alpha4

5 years ago

Added

  • #191: Adds field handler for address fields.
  • #196: Add a storeOriginalConfiguration method.
  • #197: Added a method configGetOriginal which will return the original config data.

Fixed

  • #193: Fixing the ListTextHandler to allow a key to also be 0
  • #198: Use cache:rebuild instead of cache-clear all with Drush 9.