Skip to content

Commit

Permalink
DQA-9467: Prepare release 10.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joaocsilva committed May 28, 2024
1 parent 69da5b6 commit cf22b51
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Toolkit change log

## Version 10.12.0
- DQA-9180: Unsupported packages should enable config-sync.
- DQA-9265: Increase timeout in getPackageLatestVersion().
- DQA-9198: Intermittent failures for toolkit:install-dependencies.
- DQA-9467: Remove dependency on composer/class-map-generator.
- DQA-9396: Component check not validating constraints.
- DQA-9426: Create toolkit command to run AXE Scanner.
- DQA-8660: Create command toolkit:lint-css.

## Version 10.11.2
- DQA-9217: Align SANITIZE_OPTS on .opts.yml.

Expand Down
6 changes: 5 additions & 1 deletion docs/guide/commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ See bellow current list of available commands:
toolkit:import-config [DEPRECATED] Run the Drupal config import.
toolkit:install-clean [tk-iclean] Install a clean website.
toolkit:install-clone [tk-iclone] Install a clone website.
toolkit:install-dependencies Install packages present in the opts.yml file under extra_pkgs section.
toolkit:install-dependencies Install packages present in the .opts.yml file under extra_pkgs section.
toolkit:install-dump [tk-idump] Import the production snapshot.
toolkit:lint-css [tk-css] Run lint CSS.
toolkit:lint-js [tk-js|tljs] Run lint JS.
toolkit:lint-php [tk-php|tlp] Run lint PHP.
toolkit:lint-yaml [tk-yaml|tly] Run lint YAML.
Expand All @@ -77,10 +78,13 @@ See bellow current list of available commands:
toolkit:patch-download [tk-pd] Download remote patches into a local directory.
toolkit:patch-list [tk-pl] Lists remote patches from the root composer.json.
toolkit:requirements [tk-req] Check the Toolkit Requirements.
toolkit:run-axe-scan [tk-axe] Run the axe-scan.
toolkit:run-axe-scan-summary [tk-axe-sum] Run the axe-scan summary.
toolkit:run-blackfire [tk-bfire|tbf] Run Blackfire.
toolkit:run-deploy [tk-deploy] Run deployment sequence.
toolkit:run-gitleaks [tk-gitleaks] Executes the Gitleaks.
toolkit:run-phpcbf [tk-phpcbf] Run PHP code autofixing.
toolkit:setup-axe-scan Make sure axe-scan is installed and properly configured.
toolkit:setup-behat Setup the Behat file.
toolkit:setup-blackfire-behat Copy the needed resources to run Behat with Blackfire.
toolkit:setup-eslint Setup the ESLint configurations and dependencies.
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.11.2">
<version number="10.12.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 @@ -14,7 +14,7 @@ final class Toolkit
/**
* Constant holding the current version.
*/
public const VERSION = '10.11.2';
public const VERSION = '10.12.0';

/**
* The Toolkit repository.
Expand Down

0 comments on commit cf22b51

Please sign in to comment.