Skip to content

Commit

Permalink
Prepare release 9.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joaocsilva committed Oct 31, 2023
1 parent 268d751 commit 030e98b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Toolkit change log

## Version 9.15.0
- DQA-7938: Don't check for approval for dependencies inside project codebase.
- DQA-7662: Report unsupported modules.
- DQA-7759: Add new option to allow skip specific outdated component.
- DQA-7953: Remove dedicated drush check.
- DQA-7760: Create task to convert remote patches into local patches.
- DQA-7744: Force extra.enable-patching set to false.
- DQA-7745: Prevent use of remote patches from untrusted sources.
- DQA-7967: Force extra.composer-exit-on-patch-failure set to true.
- DQA-7577: Set DB transaction isolation level to READ COMMITTED.
- DQA-7735: Toolkit mock to use tag in mock-dir.
- DQA-7954: Improve commit message conditions.
- DQA-7989: Component check improvements.
- DQA-8010: Detail component check command information.

## Version 9.14.0
- DQA-7830: Switch array_pop to array_shift in Toolkit secure check.
- DQA-7713: Add support to phpunit/phpunit 10.
Expand Down
4 changes: 3 additions & 1 deletion docs/guide/commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ See bellow current list of available commands:
toolkit:check-version Check the Toolkit version.
toolkit:code-review This command will execute all the testing tools.
toolkit:complock-check Check if 'composer.lock' exists on the project root folder.
toolkit:component-check Check composer.json for components that are not whitelisted/blacklisted.
toolkit:component-check Check composer for components that are not whitelisted/blacklisted.
toolkit:create-dump [tk-cdump] Export the local snapshot.
toolkit:download-dump [tk-ddump] Download ASDA snapshot.
toolkit:fix-permissions Run script to fix permissions (experimental).
Expand All @@ -59,6 +59,8 @@ See bellow current list of available commands:
toolkit:lint-php [tk-php|tlp] Run lint PHP.
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: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.14.0">
<version number="9.15.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.14.0';
public const VERSION = '9.15.0';

/**
* Returns the Toolkit root.
Expand Down

0 comments on commit 030e98b

Please sign in to comment.