Skip to content

Commit

Permalink
DQA-8439: Prepare release 9.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joaocsilva committed Dec 20, 2023
1 parent 8866fcb commit 57ca010
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Toolkit change log

## Version 9.17.0
- DQA-8360: Set the config drupal.root_absolute.
- DQA-8373: Opts-review should ignore upper-quotes.
- DQA-7379: Set correct cache max_age.
- DQA-8416: Toolkit adaptation of cweagans/composer-patches v2.
- DROPSEC-7943: Update build-assets documentation.

## Version 9.16.0
- DQA-8308: Check if the website is installed before using drush.

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
> [!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 docs/guide/commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ See bellow current list of available commands:
toolkit:lint-yaml [tk-yaml|tly] Run lint YAML.
toolkit:opts-review Check project's .opts.yml file for forbidden commands.
toolkit:patch-download [tk-pd] Download remote patches into a local directory.
toolkit:patch-list [tk-pl] Download remote patches into a local directory.
toolkit:patch-list [tk-pl] Lists remote patches from the root composer.json.
toolkit:requirements Check the Toolkit Requirements.
toolkit:run-blackfire [tk-bfire|tbf] Run Blackfire.
toolkit:run-deploy Run deployment sequence.
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="9.16.0">
<version number="9.17.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 = '9.16.0';
public const VERSION = '9.17.0';

/**
* Returns the Toolkit root.
Expand Down

0 comments on commit 57ca010

Please sign in to comment.