From f7e0adc793592460da12bfab53e3446659341237 Mon Sep 17 00:00:00 2001 From: Jonathan Hedstrom Date: Tue, 26 Apr 2022 12:47:41 -0700 Subject: [PATCH] Prep 4.2.0. --- CHANGELOG.md | 11 ++++++++++- composer.json | 4 ---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58aefd65..7d86e95e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [4.2.0] +### Added + * [#606](https://github.com/jhedstrom/drupalextension/pull/606) Added PHP 8.1 support. +### Changed + * Removed Drupal 6 test fixtures +### Fixed + * [#600](https://github.com/jhedstrom/drupalextension/issues/600) Removes whitespace in tags. + * [#603](https://github.com/jhedstrom/drupalextension/pull/603) Test for jQuery.hasOwnProperty('active'). ## [4.1.0] ### Added * [#488](https://github.com/jhedstrom/drupalextension/issues/488) Authenticate user in the backend bootstrap process on login. @@ -122,7 +130,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * [#437](https://github.com/jhedstrom/drupalextension/pull/437): Radio button selector fix. * [#439](https://github.com/jhedstrom/drupalextension/pull/439): Symfony 3 compatibility follow-up fix. -[Unreleased]: https://github.com/jhedstrom/drupalextension/compare/v4.1.0...HEAD +[Unreleased]: https://github.com/jhedstrom/drupalextension/compare/v4.2.0...HEAD +[4.2.0]: https://github.com/jhedstrom/drupalextension/compare/v4.1.0...v4.2.0 [4.1.0]: https://github.com/jhedstrom/drupalextension/compare/v4.0.1...v4.1.0 [4.0.1]: https://github.com/jhedstrom/drupalextension/compare/v4.0.0...v4.0.1 [4.0.0]: https://github.com/jhedstrom/drupalextension/compare/v4.0.0rc1...v4.0.0 diff --git a/composer.json b/composer.json index c2b1c3c4..9d954998 100644 --- a/composer.json +++ b/composer.json @@ -58,10 +58,6 @@ "Drupal\\MinkExtension": "src/" } }, - "extra": { - "branch-alias": { - "dev-master": "4.1.x-dev" - }, "installer-paths": { "drupal/core": [ "type:drupal-core"