Skip to content

Commit

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


## Version 0.53 (2021-12-13)
* \+ `\DDTools\ObjectCollection`: The new class representing a collection of some objects or arrays. See more info and examples in README.
* \* `\ddTools::parseText` → Parameters → `$params->data`: A bug with multidimensional objects has been fixed.
* \* README:
* \- Documentation: Useless header level has been removed.
* \* Examples: Several missed characters have been added.


## Version 0.52.1 (2021-11-17)
* \* `\ddTools::parseText`: Fixed working when `$params->data` is a multidimensional object.

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


## Версия 0.53 (2021-12-13)
* \+ `\DDTools\ObjectCollection`: Новый класс, представляющий коллекцию некоторых объектов или массивов. См. больше информации и примеры в README.
* \* `\ddTools::parseText` → Параметры → `$params->data`: Исправлена ошибка с многомерными объектами.
* \* README:
* \- Документация: Бесполезный уровень заголовков удален.
* \* Примеры: Добавлены пропущенные символы.


## Версия 0.52.1 (2021-11-17)
* \* `\ddTools::parseText`: Исправлена работа, Когда `$params->data` является многомерным объектом.

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.52.1",
"version": "0.53.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.52.1 (2021-11-17)
* @version 0.53 (2021-12-13)
*
* @see README.md
*
Expand Down

0 comments on commit 3586ffd

Please sign in to comment.