Skip to content

Commit

Permalink
+ Parameters → outputter: Added the ability to output results as UR…
Browse files Browse the repository at this point in the history
…L-encoded query string.

* Attention! (MODX)EvolutionCMS.libraries.ddTools >= 0.51 is required.
  • Loading branch information
Ronef committed Nov 8, 2021
1 parent 4c28141 commit 447e7cc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Tools for modifying objects.

* PHP >= 5.6
* [(MODX)EvolutionCMS](https://github.com/evolution-cms/evolution) >= 1.1
* [(MODX)EvolutionCMS.libraries.ddTools](https://code.divandesign.biz/modx/ddtools) >= 0.49.1
* [(MODX)EvolutionCMS.libraries.ddTools](https://code.divandesign.biz/modx/ddtools) >= 0.51


## Documentation
Expand Down Expand Up @@ -121,6 +121,7 @@ require_once(
* `'jsonAuto'` — `jsonObject` or `jsonArray` depends on result object
* `'jsonObject'`
* `'jsonArray'`
* `'queryFormated'` — [Query string](https://en.wikipedia.org/wiki/Query_string)
* Default value: `'jsonAuto'`


Expand Down
3 changes: 2 additions & 1 deletion README_ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

* PHP >= 5.6
* [(MODX)EvolutionCMS](https://github.com/evolution-cms/evolution) >= 1.1
* [(MODX)EvolutionCMS.libraries.ddTools](https://code.divandesign.ru/modx/ddtools) >= 0.49.1
* [(MODX)EvolutionCMS.libraries.ddTools](https://code.divandesign.ru/modx/ddtools) >= 0.51


## Документация
Expand Down Expand Up @@ -121,6 +121,7 @@ require_once(
* `'jsonAuto'` — автоматиески будет выбран `jsonObject` или `jsonArray`, в зависимости от результата
* `'jsonObject'`
* `'jsonArray'`
* `'queryFormated'` — [Query string](https://ru.wikipedia.org/wiki/Query_string)
* Значение по умолчанию: `'jsonAuto'`


Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
],
"require": {
"php": ">=5.6.0",
"dd/evolutioncms-libraries-ddtools": ">=0.49.1"
"dd/evolutioncms-libraries-ddtools": ">=0.51.0"
}
}

0 comments on commit 447e7cc

Please sign in to comment.