Skip to content

Commit

Permalink
Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronef committed Dec 3, 2024
1 parent 8d230d7 commit e25a38b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# (MODX)EvolutionCMS.libraries.ddInstaller changelog


## Version 0.3 (2024-12-04)

* \+ `\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 (2024-09-13)

* \+ `\DDInstaller::install($params)` → Parameters → `$params->type`: The parameter has become optional. The method will detect type automatically from `$params->url` (see README).
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG_ru.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# (MODX)EvolutionCMS.libraries.ddInstaller changelog


## Версия 0.3 (2024-12-04)

* \+ `\DDInstaller::install($params)` → Параметры → `$params->revision`: Новый необязательный параметр. Позволяет задать имя ветки, тега или хэш кэммита для получения.


## Версия 0.2 (2024-09-13)

* \+ `\DDInstaller::install($params)` → Параметры → `$params->type`: Параметр стал необязательным. Метод определит тип автоматически из `$params->url` (см. README).
Expand Down
2 changes: 1 addition & 1 deletion EvolutionCMS.libraries.ddInstaller.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* ddInstaller
* @version 0.2 (2024-09-13)
* @version 0.3 (2024-12-04)
*
* @see README.md
*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dd/evolutioncms-libraries-ddinstaller",
"type": "modxevo-library",
"version": "0.2.0",
"version": "0.3.0",
"description": "The library for install and update snippets, plugins and libraries.",
"keywords": [
"modx",
Expand Down

0 comments on commit e25a38b

Please sign in to comment.