Skip to content

Releases: antistatique/drupal-template-whisperer

4.0.2

09 Aug 14:51
574f0e5
Compare
Choose a tag to compare

4.0.2 - 2024-08-09

Added

  • add cpsell project words for Gitlab-CI
  • add official support of drupal 11.0

Changed

  • replace usage of user_role_names() deprecated in 10.2 and removed in 11.0
  • fix tests for Drupal 10.3 since twig template debug indicator of overiden themes changed from ascii to emojis
  • fix tests for Drupal 10.3 since changes on field creation experience
  • fix tests for Drupal 10.3 since changes on taxonomy form supporting vertical tabs
  • fix deprecation by passing @dataProvider as static function
  • fix obsolete docker-compose command in CIs

Removed

  • remove legacy version annotation on docker-compose.yml

Fixed

  • fix Drupal 11 crash by removing legacy field type categories from Template whisperer field

4.0.1

01 Mar 08:27
0b30658
Compare
Choose a tag to compare

4.0.1 - 2024-03-01

Changed

  • re-enable PHPUnit Symfony Deprecation notice

Fixed

  • fix test class $modules property must be declared protected
  • fix typo on test testFieldWhitoutTemplate -> testFieldWithoutTemplate
  • fix usage of dynamic properties on UiFieldTest
  • fix Issue #3312077 - Route entity.template_whisperer.add_form does not exist - by LeoAlcci, christyanpaim, Bohus Ulrych, wengerk
  • fix Issue #3312076 - The template_whisperer_suggestion entity type did not specify a view_builder handler - by immaculatexavier, Bohus Ulrych, wengerk
  • fix phpcs use statements should be sorted alphabetically

Added

  • add coverage of Drupal 10.1.x
  • add call accessCheck on every QueryBuilder
  • add Drupal GitlabCI
  • add coverage of Drupal 10.2.x
  • add coverage of Drupal 11.0-dev

Removed

  • drop tests support on Drupal <= 9.4

4.0.0

18 Nov 15:24
Compare
Choose a tag to compare

4.0.0 - 2022-11-18

Added

  • add official support of drupal 9.5 & 10.0

Changed

  • drop support of drupal below 9.3.x
  • bump major release number in order of using Drupal new semver system

Fixed

  • fix deprecated Classy theme replaced by Starterkit for Drupal 10 compatibilities
  • fix call to deprecated method assertEqual() replaced by assertEquals() for Drupal 10 compatibilities
  • fix deprecated class name Twig_Extension for Drupal 10 compatibilities
  • fix instantiation of deprecated class Twig_SimpleFunction for Drupal 10 compatibilities
  • fix call to deprecated method drupalPostForm() replaced by submitForm() for Drupal 10 compatibilities
  • fix declaration of ::tearDown() must be compatible with parent::tearDown() for PHP 8 compatibilities

3.1.0

21 Oct 12:00
Compare
Choose a tag to compare

3.1.0 - 2022-10-21

Added

  • add coverage for Drupal 9.3, 9.4 & 9.5
  • add upgrade-status check

Fixed

  • fix docker running tests on Github Actions

Removed

  • remove trigger github actions on every pull-request, keep only push
  • remove satackey/action-docker-layer-caching on Github Actions
  • drop support of drupal below 9.0

3.0.0

24 Jun 11:54
Compare
Choose a tag to compare

3.0.0 - 2022-06-24

Added

  • Issue #3087966 by wengerk: Support for "Negate the condition" on the Template Whisperer Block Layout Visibility configuration

Fixed

  • Issue #3166328 by wengerk: TemplateWhispererManager::getFieldSuggestions may throw Call to a member function getSuggestion() on null

Changed

  • Rewrite Travis Integration to use Docker instead of Drupal_TI
  • move changelog format in order to use Keep a Changelog standard

8.x-2.4

06 Aug 08:15
Compare
Choose a tag to compare

Issue #3087966 by wengerk: Support for "Negate the condition" on the Template Whisperer Block Layout Visibility configuration

8.x-3.0-alpha1

06 Aug 08:16
6b24c29
Compare
Choose a tag to compare
8.x-3.0-alpha1 Pre-release
Pre-release
  • Fix compatibility with Drupal 8.8.x and Drupal 9.0
  • Remove deprecation notice for Drupal 9 Readiness