Skip to content

Commit

Permalink
DQA-8439: Prepare release 10.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joaocsilva committed Dec 20, 2023
1 parent 47ede5f commit 5b8604c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion phpdoc.dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<paths>
<output>docs</output>
</paths>
<version number="10.6.0">
<version number="10.7.0">
<folder>latest</folder>
<api>
<source dsn=".">
Expand Down
2 changes: 1 addition & 1 deletion src/Toolkit.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5b8604c

Please sign in to comment.