Skip to content

Releases: cyberspectrum/contao-toolbox

Bugfix release.

05 Jan 23:39
0.7.2

Choose a tag to compare

Fix #19 - transifex link now links to signup page
Add hard coded fix for Contao3-Ninja#5
Fix issue #21 autoload_static.php was not compiled

Bump to guzzle 6 (we were still using 3).

Additionally this fixes the red build status on travis.

Bugfix: composer autoloader was incomplete.

05 Jan 23:38
0.7.1

Choose a tag to compare

0.7.1

Bugfix: composer autoloader was incomplete.

Major refactoring release.

05 Jan 23:37
0.7.0

Choose a tag to compare

0.7.0

Major refactoring release.

Bugfix release.

30 Apr 17:23
0.6.1

Choose a tag to compare

Changes:

  • Add the new autoload_psr4.php file to the generated phar (228336c).
  • Add guzzle certificates into phar (8e3b882).
  • Allow some values to be empty string but NOT null (da49429).
  • Do only poll from config if indeed a global config exists (0b256ef).

New feature: cleanup-tx.

11 Mar 09:56
0.6.0

Choose a tag to compare

This release introduces a new command cleanup-tx to allow deletion of all .tx files (Thanks to @Toflar for providing this command).

Bugfix for (yet another) transifex API change.

10 Jan 04:02
0.5.5

Choose a tag to compare

The resource API now reports a field "categories" instead of the field "category" as it used to do. In result the tool was broken as the array index was not being set in the result.

Bugfix release

05 Nov 18:40
0.5.4

Choose a tag to compare

  • Support auto-indexed language keys.
  • Fixed bug where skipFiles was not initialized as an array.
  • Check if a regexp really matches.

Thanks to Tristan Lins (@tristanlins) and Yanick Witschi (@Toflar).

Introduced option to skip certain language files.

25 Oct 23:23

Choose a tag to compare

This release introduces a new option to skip certain language files.

Thanks to Yanick Witschi (@Toflar).

Clearification in documentation

10 Jan 04:06

Choose a tag to compare

0.5.2

Use create-project rather than install as composer command.

Code cleanup.

10 Jan 04:05

Choose a tag to compare

0.5.1

Code cleanup.