From e8e250d2ca0fe869aa10e9919b40ef9c4660e703 Mon Sep 17 00:00:00 2001 From: Ilyas Ronef Date: Tue, 11 Feb 2020 23:41:43 +0300 Subject: [PATCH] Prerelease --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- modx.ddtools.class.php | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 890523e..5f28584 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/composer.json b/composer.json index ce6e57d..831cc47 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/modx.ddtools.class.php b/modx.ddtools.class.php index 7ad7f92..1bc13b7 100644 --- a/modx.ddtools.class.php +++ b/modx.ddtools.class.php @@ -1,11 +1,11 @@