From 5b8604cde68ff21c7bc5d9191697e522f2b36aa0 Mon Sep 17 00:00:00 2001 From: Joao Silva Date: Wed, 20 Dec 2023 11:45:59 +0100 Subject: [PATCH] DQA-8439: Prepare release 10.7.0 --- CHANGELOG.md | 2 +- README.md | 3 --- phpdoc.dist.xml | 2 +- src/Toolkit.php | 2 +- 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e3c38fd5..6d02fc135 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Toolkit change log -## Version 9.17.0 +## Version 9.17.0 | 10.7.0 - DQA-8360: Set the config drupal.root_absolute. - DQA-8373: Opts-review should ignore upper-quotes. - DQA-7379: Set correct cache max_age. diff --git a/README.md b/README.md index 47fb2a6ee..37d46658c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,3 @@ -> [!CAUTION] -> This branch is unsupported! Please use [release/10.x](/ec-europa/toolkit/tree/release/10.x). - # Toolkit The Toolkit is a composer package designed to speed up the development of Drupal websites in Drupal 9+. Its main core is the robo based build system that builds your development environments, deploy and test your code. diff --git a/phpdoc.dist.xml b/phpdoc.dist.xml index 4830921d6..529eb43c5 100644 --- a/phpdoc.dist.xml +++ b/phpdoc.dist.xml @@ -9,7 +9,7 @@ docs - + latest diff --git a/src/Toolkit.php b/src/Toolkit.php index 6b25fd08b..95d67f59c 100644 --- a/src/Toolkit.php +++ b/src/Toolkit.php @@ -12,7 +12,7 @@ final class Toolkit /** * Constant holding the current version. */ - public const VERSION = '10.6.0'; + public const VERSION = '10.7.0'; /** * Returns the Toolkit root.