Skip to content

Commit bd7a10b

Browse files
committed
DQA-9566: Prepare release 10.12.4
1 parent 2af200b commit bd7a10b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## Version 10.12.4
4+
- DQA-9542: AXE Scanner command fails on 1st attempt.
5+
- DQA-9541: Add command to update latest mock tag.
6+
- DQA-9566: DRUPAL_REVERSE_PROXY not properly set.
7+
38
## Version 10.12.3
49
- DQA-9535: Update mock to version 0.0.6.
510
- DQA-9538: Fresh Solr & Virtuoso dumps are not downloaded.

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.12.3">
12+
<version number="10.12.4">
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.12.3';
17+
public const VERSION = '10.12.4';
1818

1919
/**
2020
* The Toolkit repository.

0 commit comments

Comments
 (0)