From 7c1eb5720c83eef103a2eab09decc7be87f88330 Mon Sep 17 00:00:00 2001 From: Ilyas Ronef Date: Sun, 6 Oct 2024 19:35:16 +0400 Subject: [PATCH] * CHANGELOG: Minor changes (code style). --- CHANGELOG.md | 9 +++++++++ CHANGELOG_ru.md | 5 +++++ 2 files changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca096d8..9f1b8ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,16 +2,19 @@ ## Version 1.6 (2022-09-30) + * \+ Outputters → Json → Parameters → `outputterParams->templates->{$docFieldName}` → Placeholders: The new placeholders contain any document field name or TV specified in `outputterParams->docFields`. * \* Outputters → Yandexmarket: Critical error related to missing initialization of an object field has been fixed. ## Version 1.5 (2022-06-03) + * \+ Parameters → `providerParams->groupBy`: The new parameter. Allows to group items that have the same field values into summary item (like SQL `GROUP BY`). See README. * \* README → Examples: HJSON is used for all examples. ## Version 1.4 (2021-07-27) + * \* Attention! PHP >= 5.6 is required. * \* Attention! (MODX)EvolutionCMS.libraries.ddTools >= 0.50 is required. * \+ Parameters → `providerParams`, `outputterParams`, `extendersParams`: Can also be set as [HJSON](https://hjson.github.io/) or as a native PHP object or array (e. g. for calls through `$modx->runSnippet`). @@ -33,10 +36,12 @@ ## Version 1.3.1 (2021-02-28) + * \* Outputters → String → Parameters → `outputterParams->placeholders`: Fixed critical error when the parameter is used. ## Version 1.3 (2021-02-27) + * \* Attention! (MODX)Evolution.libraries.ddTools >= 0.42 is required. * \* Parameters: The following parameters were moved from Snippet to Provider (with backward compatibility): * \* `filter` → `providerParams->filter`. @@ -60,6 +65,7 @@ ## Version 1.2 (2020-10-09) + * \+ Extenders → SortFromURL (see README). * \* Parameters: The following were changed (with backward compatibility): * \- `orderBy`. @@ -71,6 +77,7 @@ ## Version 1.1 (2020-07-05) + * \* Attention! (MODX)EvolutionCMS.libraries.ddTools >= 0.40.1 is required (not tested in older versions). * \* Improved compatibility with new versions of (MODX)EvolutionCMS.libraries.ddTools. * \* Snippet: @@ -87,6 +94,7 @@ ## Version 1.0 (2020-03-11) + * \* Attention! (MODX)EvolutionCMS.libraries.ddTools >= 0.30 is required. * \+ Providers → Customdbtable. Get resources from custom DB table. * \* Outputters → Yandexmarket: @@ -108,6 +116,7 @@ ## Version 0.1 (2015-09-23) + * \+ The first release. diff --git a/CHANGELOG_ru.md b/CHANGELOG_ru.md index d57226e..4ae4154 100644 --- a/CHANGELOG_ru.md +++ b/CHANGELOG_ru.md @@ -2,16 +2,19 @@ ## Версия 1.6 (2022-09-30) + * \+ Outputters → Json → Параметры → `outputterParams->templates->{$docFieldName}` → Плейсхолдеры: Новые плейсхолдеры. Содержат значения полей документа (и TV), указанных в `outputterParams->docFields`. * \* Outputters → Yandexmarket: Исправлена критическая ошибка, связанная с отсутствием инициализации поля объекта. ## Версия 1.5 (2022-06-03) + * \+ Параметры → `providerParams->groupBy`: Новый параметр. Позволяет сгруппировать элементы, имеющие одинаковые значения полей, в один сводный элемент (как SQL `GROUP BY`). См. README. * \* README → Примеры: HJSON используется для всех примеров. ## Версия 1.4 (2021-07-27) + * \* Внимание! Требуется PHP >= 5.6. * \* Внимание! Требуется (MODX)EvolutionCMS.libraries.ddTools >= 0.50. * \+ Параметры → `providerParams`, `outputterParams`, `extendersParams`: Также могут быть заданы, как [HJSON](https://hjson.github.io/) или как нативный PHP объект или массив (например, для вызовов через `$modx->runSnippet`). @@ -33,10 +36,12 @@ ## Версия 1.3.1 (2021-02-28) + * \* Outputters → String → Параметры → `outputterParams->placeholders`: Исправлена критическая ошибка, когда параметр используется. ## Версия 0.1 (2015-09-23) + * \+ Первый релиз.