Skip to content

Release 5.3.0

Compare
Choose a tag to compare
@helhum helhum released this 13 May 10:18
5.3.0

Features

  • Add --json to configuration:set command
    This allows setting array values by providing a JSON string:
    typo3cms EXTCONF/lang/availableLanguages '["de", "fr"]' --json
    typo3cms configuration:set SYS/caching/cacheConfigurations/cache_pages/options '{"compression": true}' --json

Bugfixes

  • Use --opt for mysqldump in database:export command
  • Allow all characters for admin users in backend:createadmin command
  • Allow empty parameter annotations

Further changes

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