Releases: ochorocho/joro-typo3reversedeployment
Releases · ochorocho/joro-typo3reversedeployment
Fix exclude command
Thanks to @drblitz-weblab for fixing this.
TYPO3 11 Compatibility
Thanks to @drblitz-weblab
v2.1.0
v2.0.1
Switch to symfony to execute commands on remote
- Add option to configure local temp path using
$reverseDeploy->setLocalTempPath('/var/www/html/');
- Use Symfony to authenticate with the remote server
v1.2.1
v1.2.0
Improve flexibility
- use "typo3cms configuration:showactive DB --json" to get database connection. Thanks to @chriwo
- Add methods add/removeInclude and add/removeExclude
Fix missing semicolon
Merge pull request #28 from spoonerWeb/patch-2 Fix missing semicolon
typo3_console executable
Make path to typo3_console executable configurable