Skip to content

Releases: ec-europa/toolkit

8.6.22

25 Oct 16:03
ef47846
Compare
Choose a tag to compare

Update Toolkit constant version.

Full Changelog: 8.6.21...8.6.22

8.6.21

13 Oct 12:52
40cb0d5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 8.6.20...8.6.21

9.0.0

28 Sep 07:47
c7979d9
Compare
Choose a tag to compare

What's Changed

How to update from 8.x to 9.x

  • docker compose up -d
  • docker compose exec web composer require --dev "ec-europa/toolkit:^9" -W
  • Enable git hooks to test the code within the commit or push by Including in the composer.json the following snippet
...
"scripts": {
  "post-install-cmd": [
    "[ $COMPOSER_DEV_MODE -eq 0 ] || ./vendor/bin/run toolkit:hooks-enable"
  ],
  "post-update-cmd": [
    "[ $COMPOSER_DEV_MODE -eq 0 ] || ./vendor/bin/run toolkit:hooks-enable"
  ]
}
...

or in alternative execute
docker compose exec web vendor/bin/run toolkit:hooks-enable

  • remove non need files with rm -rf grumphp.yml*
  • Commit your changes
git add .
git commit -m "JIRA-123: Update toolkit to version 9.0.0."

More information available the in documentation see here.

Full Changelog: 8.6.20...9.0.0

8.6.20

15 Sep 12:36
8a4e0bf
Compare
Choose a tag to compare

What's Changed

Full Changelog: 8.6.19...8.6.20

8.6.19

24 Aug 14:23
9997ce8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 8.6.18...8.6.19

8.6.18

19 Aug 12:48
59676df
Compare
Choose a tag to compare

What's Changed

8.6.17

19 Aug 08:16
61ead56
Compare
Choose a tag to compare

What's Changed

  • DQA-4449: [Toolkit] Improve manifest.json creation by @joaocsilva in #540
  • DQA-0000: Output improvements on component-check & requirements by @joaocsilva in #541
  • DQA-4429: Add date to mandatory and recommended packages. by @joaocsilva in #542
  • DQA-4438: Component check - project types & profiles. by @joaocsilva in #543
  • DQA-4443: Extend compatibility check for Drupal 10 by @zarabatana in #544
  • DQA-3063: Rebuild documentation. by @zarabatana in #545

Full Changelog: 8.6.16...8.6.17

8.6.16

03 Aug 12:17
8c27c0c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 8.6.15...8.6.16

8.6.15

18 Jul 10:09
2c474ab
Compare
Choose a tag to compare

What's Changed

Full Changelog: 8.6.14...8.6.15

8.6.14

24 Jun 10:21
79e86d0
Compare
Choose a tag to compare
  • Include site:install command in the forbidden list
  • Fix issue with vendor detection that prevented proper monitorization of components