Skip to content

Commit 75b8919

Browse files
committed
DQA-9954: Prepare release 10.14.0
1 parent 9d299d0 commit 75b8919

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Toolkit change log
22

3+
## Version 10.14.0
4+
- DQA-9954: Improve regex pattern unsupported checks readonly comment.
5+
36
## Version 10.13.0
47
- DQA-9782: Compatibility with Drupal 11.
58

phpdoc.dist.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<paths>
1010
<output>docs</output>
1111
</paths>
12-
<version number="10.13.0">
12+
<version number="10.14.0">
1313
<folder>latest</folder>
1414
<api>
1515
<source dsn=".">

src/Toolkit.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ final class Toolkit
1414
/**
1515
* Constant holding the current version.
1616
*/
17-
public const VERSION = '10.13.0';
17+
public const VERSION = '10.14.0';
1818

1919
/**
2020
* The Toolkit repository.

0 commit comments

Comments
 (0)