Skip to content

Latest commit

 

History

History
134 lines (127 loc) · 6.7 KB

CHANGELOG.md

File metadata and controls

134 lines (127 loc) · 6.7 KB

Change log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Added

  • #258 Document testing of the Drupal Driver locally for contributors.

Fixed

  • #260 Fix taxonomy term creation for hierarchies.
  • #250 Drupal 10 compatibility.

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.

Fixed

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

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 2019-09-27

2.0.0 rc1 2019-07-25

Changed

  • #207 Require PHP 5.6 or higher.

2.0.0 alpha6 2018-09-21

Added

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

Changed

  • #203 Removes testing of HHVM.

2.0.0 alpha5 2018-09-21

Fixed

  • #199: Fixes type introduced in #198.

2.0.0 alpha4 2018-09-21

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.

2.0.0 alpha3 2018-06-21

Added

  • #89: Adds Embridge asset item field handler.
  • #184: Extract and store uid in DrushDriver::userCreate()
  • #185: Support for deleting any entity, not just content entities.

2.0.0 alpha2 2018-03-21

Added

  • #126: Infer timezone in DateTime field handler.
  • #180: Support email collection when the Mail System module is enabled.

Fixed

  • #182: Persist mail collection to config storage so email collection works across bootstraps.

2.0.0 alpha1 2018-03-19

Added

  • #113: Drupal 7 entity create/delete support.
  • #114: Base field expansion.
  • #134: Support for email testing.

Changed

  • #173: HHVM failures allowed, and newer versions of PHPSpec supported.

Fixed

  • #170: Missing methods added to DriverInterface.

1.4.0 2018-02-09

Added

  • #136: Allows relative date formats.

Changed

  • #159: Ignore access on Drupal 8 entity reference handler.
  • #162: Remove duplicate copy of core's Random class.
  • #163: Remove PHP 5.4 support and test on PHP 7.1 and 7.2.

Fixed

  • #117: Fix user entity reference fields in Drupal 8.
  • #149: Fix condition to get target bundle key for entity reference handler.
  • #151: Illegal string offset warnings.
  • #153: Fix incorrect docblock for CoreInterface::roleCreate.