Skip to content

Commit

Permalink
Version 0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronef committed Feb 11, 2020
2 parents 3b81466 + e8e250d commit 83a87b9
Show file tree
Hide file tree
Showing 6 changed files with 453 additions and 167 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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A library with various tools facilitating your work.

## # Requires
* PHP >= 5.4
* [(MODX)EvolutionCMS](https://github.com/evolution-cms/evolution) >= 1.0.10
* [(MODX)EvolutionCMS](https://github.com/evolution-cms/evolution) >= 1.1
* [PHP.libraries.phpThumb](http://phpthumb.sourceforge.net) 1.7.13-201406261000 (included)


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
Loading

0 comments on commit 83a87b9

Please sign in to comment.