Typo3 Console: 4.1.0 Release

Release date:
December 25, 2016
Previous version:
4.0.1 (released November 15, 2016)
Magnitude:
985 Diff Delta
Contributors:
4 total committers
Data confidence:
Commits:

Top Contributors in 4.1.0

helhum
websi
t3easy
mbrodala

Directory Browser for 4.1.0

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

New Features (since version 4.0.0)

  • The command install:fixfolderstructure now also creates the needed directories for all active extensions
  • Compatibility with TYPO3 8.5.x
  • Command arguments that can be separated by comma, get their value automatically trimmed and filtered. This means commands like extension:activate "foo, bar, baz" now work nicely
  • The command extension:setupactive is now multiple times faster, because the database schema operation fixes have been reduced to one call instead of one per extension. Regarding the database schema, calling extension:setupactive is now functionally equivalent to calling database:updateschema "safe" (or database:updateschema "safe" or database:updateschema "*.change,*.add,table.clear", which are as well functionally equivalent). This means, that database:updateschema calls in the deployment process can be safely removed in favor of just calling extension:setupactive

Bugfixes

  • The commands extension:setupactive and extension:activate have been fixed to avoid potential data loss (see #382).

Further changes

The full change log can be examined on Github TER release page