TYPO3 Console Versions Save

Console command for TYPO3 CMS

v8.1.1

3 months ago

Tasks

  • Support Symfony v7 packages (#1161)

Bugfixes

  • Fix extension icon in composer mode (#1157)

Acknowledgements

Thanks a bunch to @oliverklee for the initiative to push the changes and his work that formed this release. Thanks to @mbrodala for always providing quick and constructive feedback.

Further changes

The full change log can be examined on Github The extension can be found at the TER release page.

v8.1.0

6 months ago

Features

  • Add frontend:asseturl command to list public asset urls with the corresponding extension key or composer name (#1154)

Bugfixes

  • Fix --site-base-url option for install:setup command (#1153)

Further changes

The full change log can be examined on Github The extension can be found at the TER release page.

v8.0.3

1 year ago

Bugfixes

  • Fix symfony/console 6.3.0 compatibility (#1139)

Further changes

The full change log can be examined on Github The extension can be found at the TER release page.

v8.0.2

1 year ago

Bugfixes

  • Fix extension for non Composer mode (#1134)

Further changes

The full change log can be examined on Github The extension can be found at the TER release page.

v8.0.1

1 year ago

Bugfixes

  • Fix extension for non Composer mode (#1131)

Further changes

The full change log can be examined on Github The extension can be found at the TER release page.

v8.0.0

1 year ago

Breaking Changes

Removed commands

The following commands are now removed with versions now provided by TYPO3 directly.

Old TYPO3 Console command name New TYPO3 command name
help help
list list
install:generatepackagestates -
upgrade:checkextensionconstraints -
upgrade:list upgrade:list
upgrade:run upgrade:run
upgrade:prepare -

Removed typo3cms binary

TYPO3 Console since 8.0.0 mainly is a container for some commands, that have not yet been migrated to TYPO3. The need for a dedicated binary is gone, thus the binary is removed.

You now need to call vendor/bin/typo3 always, to execute TYPO3 and TYPO3 console commands.

This means, that with this version, deployment definitions using any of those commands need to be adapted.

Features

  • Compatibility with TYPO3 12.*

Further changes

The full change log can be examined on Github The extension can be found at the TER release page.

v6.7.7

1 year ago

Bugfixes

  • Minor optimisation of error handler errors (#1088)

Further changes

The full change log can be examined on Github The extension can be found at the TER release page.

v7.1.5

1 year ago

Bugfixes

  • Minor optimisation of error handler errors (#1087)

Further changes

The full change log can be examined on Github The extension can be found at the TER release page.

v7.1.3

1 year ago

Bugfixes

  • Fix Composer 2.5 compatibility (#1082)

Further changes

The full change log can be examined on Github The extension can be found at the TER release page.

v7.1.4

1 year ago

Bugfixes

  • Fix Composer 2.5 compatibility, now really (#1085)

Further changes

The full change log can be examined on Github The extension can be found at the TER release page.