- * Attention! PHP >= 5.6 is required.
- * Attention! (MODX)EvolutionCMS.libraries.ddTools >= 0.49.1 is required.
- + Parameters →
save
: Can also be set as HJSON or as a native PHP object or array (e. g. for calls through$modx->runSnippet
). - + You can just call
\DDTools\Snippet::runSnippet
to run the snippet without DB and eval (see README → Examples). - +
\ddStash\Snippet
: The new class. All snippet code was moved here. - * README:
- * Documentation:
- + Installation → Using (MODX)EvolutionCMS.libraries.ddInstaller.
- * Examples: Fixed wrong JSON format.
- + Links.
- * Documentation:
- * Composer.json:
- +
homepage
. - +
support
- +
authors
. - *
require
→dd/evolutioncms-libraries-ddtools
: Fixed outdated name.
- +
- * When you try to get non existent elements, an empty string will be returned.
- + Added the ability to prevent overwriting fields with empty values (the
save_extendExistingWithEmpty
parameter, see README). - + README_ru.
- + CHANGELOG_ru.
- * README: Small improvements.
- + Added the ability to return objects and arrays in JSON format (see README.md).
- + Added the ability to extend an existing object instead of overwriting it (see
save_extendExisting
). - + README, CHANGELOG: Style improvements.
- * REAMDE → Parameters description →
save
: Small improvements. - * Composer.json:
- *
version
: Fixed format. - +
keywords
→stash
. - +
require
.
- *
- + The first release.