Skip to content

Releases: TYPO3-Console/TYPO3-Console

Release 8.1.1

06 Feb 17:56
v8.1.1
7916d39
Compare
Choose a tag to compare

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.

Release 8.1.0

29 Nov 15:20
v8.1.0
65751ed
Compare
Choose a tag to compare

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.

Release 8.0.3

31 May 09:42
v8.0.3
b1e230a
Compare
Choose a tag to compare

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.

Release 8.0.2

31 May 09:41
Compare
Choose a tag to compare

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.

Release 8.0.1

31 May 09:39
Compare
Choose a tag to compare

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.

Release 8.0.0

14 Mar 11:13
v8.0.0
64a727a
Compare
Choose a tag to compare

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.

Release 7.1.5

08 Jan 21:27
v7.1.5
d2fbbf9
Compare
Choose a tag to compare

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.

Release 6.7.7

08 Jan 21:28
v6.7.7
4b7123a
Compare
Choose a tag to compare

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.

Release 7.1.4

20 Dec 16:42
v7.1.4
ad1edbb
Compare
Choose a tag to compare

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.

Release 7.1.3

20 Dec 16:43
v7.1.3
bffacdf
Compare
Choose a tag to compare

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.