-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
304 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,20 @@ | ||
# (MODX)EvolutionCMS.snippets.ddStash changelog | ||
|
||
|
||
## Version 1.1 (2020-04-29) | ||
* \+ 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`. | ||
|
||
|
||
## Version 1.0 (2019-10-31) | ||
* \+ The first release. | ||
|
||
|
||
<link rel="stylesheet" type="text/css" href="https://DivanDesign.ru/assets/files/ddMarkdown.css" /> | ||
<style>ul{list-style:none;}</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,20 @@ | ||
{ | ||
"name": "dd/evolutioncms-snippets-ddstash", | ||
"type": "modxevo-snippet", | ||
"version": "1.0", | ||
"description": "Сохранение данных для последующего использования.", | ||
"version": "1.1.0", | ||
"description": "Save data as JSON or QueryString, then extend if needed and use it later without database queries.", | ||
"keywords": [ | ||
"modx", | ||
"modx evo", | ||
"modx evolution", | ||
"evo", | ||
"evo cms", | ||
"evolution cms", | ||
"ddstash" | ||
] | ||
"ddstash", | ||
"stash" | ||
], | ||
"require": { | ||
"php": ">=5.4.0", | ||
"dd/modxevo-library-ddtools": ">=0.33.1" | ||
} | ||
} |
Oops, something went wrong.