Skip to content

Commit

Permalink
Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronef committed May 13, 2020
1 parent 77537df commit 6faddc5
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# (MODX)EvolutionCMS.snippets.ddRunSnippets changelog


## Version 3.1 (2020-05-14)
* \+ Parameters → `snippets->{$snippetName}->{$paramName}`: As opposed to standard CMS calling you can pass not only string parameters to the snippet, any types are supported.


## Version 3.0 (2020-05-13)
* \* Attention! Backward compatibility is broken.
* \* Attention! (MODX)EvolutionCMS.libraries.ddTools >= 0.35.1 is required (not tested in older versions).
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG_ru.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# (MODX)EvolutionCMS.snippets.ddRunSnippets changelog


## Version 3.1 (2020-05-14)
* \+ Параметры → `snippets->{$snippetName}->{$paramName}`: В отличие от стандартного вызова CMS вы можете передавать не только строковые параметры, поддерживаютя любые типы.


## Версия 3.0 (2020-05-13)
* \* Внимание! Обратная совместимость нарушена.
* \* Внимание! Требуется (MODX)EvolutionCMS.libraries.ddTools >= 0.35.1 (не тестировался с более старыми версиями).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ See the documentation for a more complete picture.
Elements → Snippets: Create a new snippet with the following data:

1. Snippet name: `ddRunSnippets`.
2. Description: `<b>3.0</b> Snippet runs necessary snippets with necessary params.`.
2. Description: `<b>3.1</b> Snippet runs necessary snippets with necessary params.`.
3. Category: `Core`.
4. Parse DocBlock: `no`.
5. Snippet code (php): Insert content of the `ddRunSnippets_snippet.php` file from the archive.
Expand Down
2 changes: 1 addition & 1 deletion README_ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
Элементы → Сниппеты: Создайте новый сниппет со следующими параметрами:

1. Название сниппета: `ddRunSnippets`.
2. Описание: `<b>3.0</b> Сниппет запускает необходимые сниппеты с необходимыми параметрами.`.
2. Описание: `<b>3.1</b> Сниппет запускает необходимые сниппеты с необходимыми параметрами.`.
3. Категория: `Core`.
4. Анализировать DocBlock: `no`.
5. Код сниппета (php): Вставьте содержимое файла `ddRunSnippets_snippet.php` из архива.
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-snippets-ddrunsnippets",
"type": "modxevo-snippet",
"version": "3.0.0",
"version": "3.1.0",
"description": "Snippet runs necessary snippets with necessary params.",
"keywords": [
"modx",
Expand Down
2 changes: 1 addition & 1 deletion ddRunSnippets_snippet.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* ddRunSnippets
* @version 3.0 (2020-05-13)
* @version 3.1 (2020-05-14)
*
* @see README.md
*
Expand Down

0 comments on commit 6faddc5

Please sign in to comment.