Skip to content

TYPO3 Surf 2.0.0 beta2

Pre-release
Pre-release
Compare
Choose a tag to compare
@helhum helhum released this 30 Mar 17:43
· 865 commits to main since this release

Changes since first beta release

The new Surf version contains a lot of bugfixes, cleanups and added features since the last release.

Added features

  • Self update command for phar. Updating will become much easier. Just type surf.phar self-update and your phar will be automatically updated if a newer version is available. Since this is the first release with this feature, you'll have to download the phar one last time
  • Refinements for the TYPO3 CMS deployment workflow
    ** Extensions that are added will automatically be set up (database tables, configuration, static data, files) typo3_console version 2.0.0 or higher will be required
    ** DatabaseCompare task can now handle the typo3_console command for that action. No coreapi extension required-
  • Exclude flags for rsync transfer are now configurable. Example $application->setOption('\TYPO3\Surf\Task\Transfer\RsyncTask[rsyncExcludes]' = ['.git', '.surf'];
  • Private key can be specified for ssh connection $node->setOption('privateKeyFile' = 'path/.ssh/key';`