From 75b891996632fed332d5379b435dac6d20ab639e Mon Sep 17 00:00:00 2001 From: Joao Silva Date: Mon, 19 Aug 2024 15:27:25 +0200 Subject: [PATCH] DQA-9954: Prepare release 10.14.0 --- CHANGELOG.md | 3 +++ phpdoc.dist.xml | 2 +- src/Toolkit.php | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5268dde4f..4e584f44b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Toolkit change log +## Version 10.14.0 + - DQA-9954: Improve regex pattern unsupported checks readonly comment. + ## Version 10.13.0 - DQA-9782: Compatibility with Drupal 11. diff --git a/phpdoc.dist.xml b/phpdoc.dist.xml index 182219264..901a571d5 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 dd588bc49..a655cbd45 100644 --- a/src/Toolkit.php +++ b/src/Toolkit.php @@ -14,7 +14,7 @@ final class Toolkit /** * Constant holding the current version. */ - public const VERSION = '10.13.0'; + public const VERSION = '10.14.0'; /** * The Toolkit repository.