Skip to content

Commit

Permalink
Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronef committed Aug 2, 2024
1 parent 0d0f348 commit ea722e8
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.63 (2024-08-02)

* \+ `\DDTools\Tools\Cache`: The new class. Allows you to cache some data (e. g. a snippet result) to a file in the `assets/cache/ddCache` folder (see README).
* \* `\DDTools\Tools\Objects`: The class has been renamed from `\DDTools\ObjectTools` (with backward compatibility).
* \* `\DDTools\Tools\Files`: The class has been renamed from `\DDTools\FilesTools` (with backward compatibility).


## Version 0.62.1 (2024-06-17)

* \* `\ddTools::parseText` → Parameters → `$params->isCompletelyParsingEnabled`: Broken support for deprecated name `$params->mergeAll` has been fixed.
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.63 (2024-08-02)

* \+ `\DDTools\Tools\Cache`: Новый класс. Позволяет кэшировать какие-то данные (например, результаты сниппетов) в файл в папке `assets/cache/ddCache` (см. README).
* \* `\DDTools\Tools\Objects`: Класс переименован из `\DDTools\ObjectTools` (с обратной совместимостью).
* \* `\DDTools\Tools\Files`: Класс переименован из `\DDTools\FilesTools` (с обратной совместимостью).


## Версия 0.62.1 (2024-06-17)

* \* `\ddTools::parseText` → Parameters → `$params->isCompletelyParsingEnabled`: Неработающая поддержка устаревшего названия `$params->mergeAll` исправлена.
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.62.1",
"version": "0.63.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.62.1 (2024-06-17)
* @version 0.63 (2024-08-02)
*
* @see README.md
*
Expand Down

0 comments on commit ea722e8

Please sign in to comment.