-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
431 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# (MODX)EvolutionCMS.snippets.ddGetDocuments changelog | ||
|
||
|
||
## Версия 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`). | ||
* \+ Запустить сниппет без DB и eval можно через `\DDTools\Snippet::runSnippet` (см. примеры в README). | ||
* \+ Outputters → Json → Параметры → `outputterParams->templates`: Новые параметры. Вы можете использовать шаблоны для нужных полей документов. | ||
* \* Outputters → String → Параметры → `outputterParams->templates`: Следующие параметры перемещены сюда (с обратной совместимостью): | ||
* \* `outputterParams->itemTpl` → `outputterParams->templates->item`. | ||
* \* `outputterParams->itemTplFirst` → `outputterParams->templates->itemFirst`. | ||
* \* `outputterParams->itemTplLast` → `outputterParams->templates->itemLast`. | ||
* \* `outputterParams->wrapperTpl` → `outputterParams->templates->wrapper`. | ||
* \* `outputterParams->noResults` → `outputterParams->templates->noResults`. | ||
* \* Outputters → Sitemap → Параметры → `outputterParams->templates`: Следующие параметры перемещены сюда (с обратной совместимостью): | ||
* \* `outputterParams->itemTpl` → `outputterParams->templates->item`. | ||
* \* `outputterParams->wrapperTpl` → `outputterParams->templates->wrapper`. | ||
* \+ Документация → Установка → Используя (MODX)EvolutionCMS.libraries.ddInstaller. | ||
* \+ Composer.json. | ||
* \+ `support`. | ||
* \+ `authors`: Добавлены недостающие авторы. | ||
|
||
|
||
## Версия 1.3.1 (2021-02-28) | ||
* \* Outputters → String → Параметры → `outputterParams->placeholders`: Исправлена критическая ошибка, когда параметр используется. | ||
|
||
|
||
## Версия 0.1 (2015-09-23) | ||
* \+ Первый релиз. | ||
|
||
|
||
<link rel="stylesheet" type="text/css" href="https://DivanDesign.ru/assets/files/ddMarkdown.css" /> | ||
<style>ul{list-style:none;}</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.