Skip to content

Commit

Permalink
Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronef committed Feb 11, 2020
1 parent ecbb1a3 commit e8e250d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 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.30 (2020-02-11)
* \* Attention! (MODX)EvolutionCMS >= 1.1 is required.
* \+ `\ddTools::getDocumentParentIds`. Gets the parent ID(s) of the required level.
* \+ `\ddTools::clearCache`. Clears cache of required document(s) and their parents.
* \+ `\ddTools::updateDocument`: Cache of the updated docs and their parents will be cleared.


## Version 0.29.1 (2019-12-15)
* \* `\DDTools\BaseClass::setProp`: Do nothing if property is not exist.

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/modxevo-library-ddtools",
"type": "modxevo-library-ddtools",
"version": "0.29.1",
"version": "0.30.0",
"description": "A library with various tools facilitating your work.",
"keywords": [
"modx",
Expand Down
4 changes: 2 additions & 2 deletions modx.ddtools.class.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php
/**
* EvolutionCMS.libraries.ddTools
* @version 0.29.1 (2019-12-15)
* @version 0.30 (2020-02-11)
*
* @see README.md
*
* @copyright 2012–2019 DivanDesign {@link http://www.DivanDesign.biz }
* @copyright 2012–2020 DivanDesign {@link http://www.DivanDesign.biz }
*/

global $modx;
Expand Down

0 comments on commit e8e250d

Please sign in to comment.