Skip to content

Released version 2.3

Compare
Choose a tag to compare
@dg dg released this 08 Feb 23:42
· 167 commits to master since this release

BC break: path to Deployment/deployment was changed to deployment in root

  • moved sources from folder /Deployment to /src (BC break)
  • standalone Google Closure Compiler replaced with online tool (BC break: requires ext-openssl)
  • option local is relative to the directory, where deployment.ini is placed (possible BC break)
  • CliRunner: folder .idea is ignored
  • CliRunner: returns non-zero exit status on error
  • SshServer: Fix missing urldecode() for user/pass in connect() method
  • Deployer: deployment file directory is created recursively

For the details you can have a look at the diff.