Skip to content

Releases: DivanDesign/EvolutionCMS.libraries.ddInstaller

Version 0.3

03 Dec 21:30
Compare
Choose a tag to compare
  • + \DDInstaller::install($params) → Parameters → $params->revision: The new optional parameter. Allows to specify the branch name, tag name, or commit hash to retrieve.

Version 0.2

13 Sep 15:01
Compare
Choose a tag to compare
  • + \DDInstaller::install($params) → Parameters → $params->type: The parameter has become optional. The method will detect type automatically from $params->url (see README).
  • * Attention! PHP >= 7.4 is required.
  • * Attention! (MODX)EvolutionCMS.libraries.ddTools >= 0.62 is required.

Version 0.1.1

16 Apr 18:59
Compare
Choose a tag to compare
  • * \DDInstaller\Installer::installToDb: Resource description will also be escaped through $modx->db->escape.
  • * \DDInstaller\Installer::fillDistrDataFromUrl: Fixed a bug with passing a non-variable parameter to array_pop.

Version 0.1

13 Apr 13:47
Compare
Choose a tag to compare
  • + The first release.