Skip to content

Releases: DivanDesign/EvolutionCMS.libraries.ddInstaller

Version 0.4

28 May 01:21

Choose a tag to compare

🇬🇧

  • + \DDInstaller::install → Parameters:
    • + $params->url → Valid values: Created support for GitLab.com repositories alongside GitHub.
    • + $params->token: The new optional parameter. Enables installation from private repositories.
    • + $params->revision: Extended stable branch support — main is now treated like master for version comparison.
  • * Attention! (MODX)EvolutionCMS.libraries.ddTools >= 0.63 is required.
  • * Attention! (MODX)EvolutionCMS.snippets.ddMakeHttpRequest >= 2.4 is required.

🇷🇺

  • + \DDInstaller::install → Параметры:
    • + $params->url → Допустимые значения: Сделана поддержка репозиториев GitLab.com наряду с GitHub.
    • + $params->token: Новый необязательный параметр. Позволяет устанавливать ресурсы из приватных репозиториев.
    • + $params->revision: Расширенная поддержка главных веток — main теперь обрабатывается как master для сравнения версий.
  • * Внимание! Требуется (MODX)EvolutionCMS.libraries.ddTools >= 0.63.
  • * Внимание! Требуется (MODX)EvolutionCMS.snippets.ddMakeHttpRequest >= 2.4.

Version 0.3

03 Dec 21:30

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

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

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

Choose a tag to compare

  • + The first release.