Releases: DivanDesign/EvolutionCMS.libraries.ddInstaller
Releases · DivanDesign/EvolutionCMS.libraries.ddInstaller
Version 0.3
Version 0.2
- +
\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
- *
\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 toarray_pop
.
Version 0.1
- + The first release.