Skip to content

Releases: ochorocho/joro-typo3reversedeployment

Fix exclude command

31 Dec 02:20
Compare
Choose a tag to compare

Thanks to @drblitz-weblab for fixing this.

TYPO3 11 Compatibility

24 Nov 13:37
Compare
Choose a tag to compare

v2.1.0

28 Sep 08:43
Compare
Choose a tag to compare
  • Refactor code for php 7.2 and higher
  • Use github actions and drop travis-ci
  • Use phpstan in ci

v2.0.1

30 Jan 22:44
a314b97
Compare
Choose a tag to compare

Force directory seperator in temp path

Switch to symfony to execute commands on remote

01 Apr 13:10
Compare
Choose a tag to compare
  • Add option to configure local temp path using $reverseDeploy->setLocalTempPath('/var/www/html/');
  • Use Symfony to authenticate with the remote server

v1.2.1

24 Jul 21:32
Compare
Choose a tag to compare

replace clue/phar-composer with MacFJA/PharBuilder

v1.2.0

24 Jul 17:17
Compare
Choose a tag to compare
  • Remove typo3-console dependency
  • Add clue/phar-composer to create phar file

Improve flexibility

09 Jun 16:11
b53bbd0
Compare
Choose a tag to compare
  • use "typo3cms configuration:showactive DB --json" to get database connection. Thanks to @chriwo
  • Add methods add/removeInclude and add/removeExclude

Fix missing semicolon

06 May 08:11
f68a8e0
Compare
Choose a tag to compare
Merge pull request #28 from spoonerWeb/patch-2

Fix missing semicolon

typo3_console executable

05 May 17:01
ca57d7d
Compare
Choose a tag to compare

Make path to typo3_console executable configurable