Skip to content

Commit

Permalink
Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronef committed Apr 25, 2021
1 parent 460736c commit 8e5bd0d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# (MODX)EvolutionCMS.libraries.ddTools changelog


## Version 0.49 (2021-04-25)
* \* `\ddTools::parseText`:
* \+ Parameters → `$params->data`: Can also be set as JSON, HJSON or Query string.
* \* `\DDTools\ObjectTools::extend` is used instead of `array_merge`.
* \+ README → Documentation → Parameters description → `\ddTools::parseText($params)`.


## Version 0.48.2 (2021-03-31)
* \* `\DDTools\ObjectTools::extend`: Added deep object cloning to prevent references.

Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG_ru.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# (MODX)EvolutionCMS.libraries.ddTools changelog


## Версия 0.49 (2021-04-25)
* \* `\ddTools::parseText`:
* \+ Параметры → `$params->data`: Также может быть задан как JSON, HJSON или Query string.
* \* `\DDTools\ObjectTools::extend` исползуется вместо `array_merge`.
* \+ README → Документация → Описание параметров → `\ddTools::parseText($params)`.


## Версия 0.48.2 (2021-03-31)
* \* `\DDTools\ObjectTools::extend`: Добавлено глубокое клонирование объектов для предотвращения ссылок.

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-ddtools",
"type": "modxevo-library-ddtools",
"version": "0.48.2",
"version": "0.49.0",
"description": "A library with various tools facilitating your work.",
"keywords": [
"modx",
Expand Down
2 changes: 1 addition & 1 deletion modx.ddtools.class.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* EvolutionCMS.libraries.ddTools
* @version 0.48.2 (2021-03-31)
* @version 0.49 (2021-04-25)
*
* @see README.md
*
Expand Down

0 comments on commit 8e5bd0d

Please sign in to comment.