Skip to content

Commit

Permalink
Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronef committed Jun 22, 2020
1 parent d2bf29b commit 1068dcc
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# (MODX)EvolutionCMS.snippets.ddGetParentId changelog


## Version 1.3.1 (2020-06-22)
* \* Attention! (MODX)EvolutionCMS.libraries.ddTools >= 0.40.1 is required (not tested in older versions).
* \* Compatibility with new versions of (MODX)EvolutionCMS.libraries.ddTools.
* \* README, CHANGELOG: Style changes.
* \* README:
* \- Home.
* \+ Links.
* \* Composer.json → `require``dd/evolutioncms-libraries-ddtools`:
* \* Renamed from `dd/modxevo-library-ddtools`.
* \* Version format fixed.


## Version 1.3 (2020-03-02)
* \+ Empty items after parsing `result_itemTpl` will be ignored (you can calling third-party snippets in the template and set your own display conditions).
* \+ Composer.json → Require.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gets document parent ID(s) of the required level.
Elements → Snippets: Create a new snippet with the following data

1. Snippet name: `ddGetParentId`.
2. Description: `<b>1.3</b> Gets document parent ID(s) of the required level.`.
2. Description: `<b>1.3.1</b> Gets document parent ID(s) of the required level.`.
3. Category: `Core`.
4. Parse DocBlock: `no`.
5. Snippet code (php): Insert content of the `ddGetParentId_snippet.php` file from the archive.
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-ddgetparentid",
"type": "modxevo-snippet",
"version": "1.3",
"version": "1.3.1",
"description": "Gets document parent ID(s) of the required level.",
"keywords": [
"modx",
Expand Down
2 changes: 1 addition & 1 deletion ddGetParentId_snippet.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* ddGetParentId
* @version 1.3 (2020-03-02)
* @version 1.3.1 (2020-06-22)
*
* @see README.md
*
Expand Down

0 comments on commit 1068dcc

Please sign in to comment.