Commit bd7a10b 1 parent 2af200b commit bd7a10b Copy full SHA for bd7a10b
File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Toolkit change log
2
2
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
+
3
8
## Version 10.12.3
4
9
- DQA-9535: Update mock to version 0.0.6.
5
10
- DQA-9538: Fresh Solr & Virtuoso dumps are not downloaded.
Original file line number Diff line number Diff line change 9
9
<paths >
10
10
<output >docs</output >
11
11
</paths >
12
- <version number =" 10.12.3 " >
12
+ <version number =" 10.12.4 " >
13
13
<folder >latest</folder >
14
14
<api >
15
15
<source dsn =" ." >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ final class Toolkit
14
14
/**
15
15
* Constant holding the current version.
16
16
*/
17
- public const VERSION = '10.12.3 ' ;
17
+ public const VERSION = '10.12.4 ' ;
18
18
19
19
/**
20
20
* The Toolkit repository.
You can’t perform that action at this time.
0 commit comments