Skip to content

Releases: ec-europa/toolkit

9.4.0

31 Jan 14:38
5c0474d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.3.0...9.4.0

9.3.0

19 Jan 14:32
15de786
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.2.0...9.3.0

3.7.1

06 Jan 12:39
36b686e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.7.0...3.7.1

9.2.0

30 Nov 10:56
503c03f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 9.1.1...9.2.0

3.7.0

30 Nov 10:09
c3e5653
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.6.6...3.7.0

9.1.1

08 Nov 15:11
aff1b01
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.1.0...9.1.1

9.0.1

08 Nov 14:48
26ffda1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.0.0...9.0.1

8.6.23

04 Nov 13:03
2343e9d
Compare
Choose a tag to compare

What's Changed

  • DQA-5323: Avoid backlash bypass in opts-review. by @nbueneju in #571
  • DQA-5245: Fix consolidation/annotated-command version. by @joaocsilva in #568

Full Changelog: 8.6.22...8.6.23

9.1.0

27 Oct 15:37
6e8bc61
Compare
Choose a tag to compare

What's Changed

How to update from 9.0.0 to 9.1.0

  • Run docker compose up -d
  • Run docker compose exec web composer require --dev "ec-europa/toolkit:^9" -W
  • Change the custom commands to use the Toolkit AbstractCommands
use EcEuropa\Toolkit\TaskRunner\AbstractCommands;
class ExampleCommands extends AbstractCommands {}
  • Remove references to openeuropa classes, traits or tasks
  • The task taskCollectionFactory() was replaced with taskExecute()

For more information about the commands see the documentation here.

Full Changelog: 9.0.0...9.1.0

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