Releases: TYPO3/Surf
Releases · TYPO3/Surf
Release Stable Version 2.0.0
Stable version 2.0.0
Release 2.0.0-beta12
Changes since Beta 11
Full diff: 2.0.0-beta11...2.0.0-beta12
Release 2.0.0-beta11
Changes since Beta 10
- Last beta release for 2.0 to allow self-update command to switch to stable version
Release 2.0.0-beta10
Release 2.0.0-beta9
Release 2.0.0-beta8
TYPO3 Surf 2.0.0 beta7
Changes since Surf 2.0.0 beta6
Breaking changes:
- Flow default version is now 3.0. Set a different version in your deployment for older versions.
- For TYPO3 CMS tasks, the
applicationWebDirectoryandapplicationRootDirectoryhave been removed. A new optionwebDirectorywas introduced which defaults toweb - Surf now seamlessly integrates with newer versions of TYPO3 Console. However if you do not use a composer installation with default values, you need to set the path to the
typo3cmsbinary in your configuration. e.g.$application->setOption('scriptFileName', './typo3cms');
Features
- The
surf describecommand was improved and now shows more detailed information on the deployment
Other changes
- Some minor documentation improvements and bugfixes.
TYPO3 Surf 2.0.0 beta6
Changes since Surf 2.0.0 beta4
- composer install task now uses authoritative class map
- fixed bug in clear opcode cache script generation
- use Flow utiltiy package in favor of symfony/finder and use it as well for better path calculations
Changes since Surf 2.0.0 beta5
- fix create directories task for Flow applications
TYPO3 Surf 2.0.0 beta5
Changes since Surf 2.0.0 beta4
- composer install task now uses authoritative class map
- fixed bug in clear opcode cache script generation
- use Flow utiltiy package in favor of symfony/finder and use it as well for better path calculations
TYPO3 Surf 2.0.0 beta4
Changes since Surf 2.0.0 beta3
- Fixed a missing escaping in DatabaseDumpTask
- Redirect stderr to stdout in Composer InstallTask. This fixes the annoying and misleading red warning output during deployments