Skip to content

Releases: DivanDesign/EvolutionCMS.snippets.ddStash

Version 1.3

27 Apr 22:28

Choose a tag to compare

  • * 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.
  • * Composer.json:
    • + homepage.
    • + support
    • + authors.
    • * requiredd/evolutioncms-libraries-ddtools: Fixed outdated name.

Version 1.2.1

07 May 22:29

Choose a tag to compare

  • * When you'll try to get non existent elements, an empty string will be returned.

Version 1.2

03 May 14:48

Choose a tag to compare

  • + Added the ability to prevent overwriting fields with empty values (the save_extendExistingWithEmpty parameter, see README).
  • + README_ru.
  • + CHANGELOG_ru.
  • * README: Small improvements.

Version 1.1

29 Apr 12:15

Choose a tag to compare

  • + 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.
    • + keywordsstash.
    • + require.

Version 1.0

27 Apr 08:44

Choose a tag to compare

  • + The first release.