Releases: prismicio-community/php-kit
Releases · prismicio-community/php-kit
Simplified API helpers
Queries can now be done more easily, without having to pass a form and ref. Defaults to master if no preview or experiment cookie is present:
- $api->getByID("xxx");
- $api->query("[...]");
1.5.10
New feature
- [#85] Make API object TTL configurable
1.5.9
New features
- Possibility to make several queries simultaneously with Api::submit(query1, query2...)
1.4.0
Fallback to NoCache when APC is missing
1.3.2: Merge pull request #95 from cliffom/master
Adds UTF-8 encoding to htmlentities for Text fragments
1.3.0
- Use a generic http client interface to avoid conflicts with other Guzzle versions
1.1.0
Breaking changes
- Cache:
get
should no longer returns false, but returns null when the key is not found
New features
- [#88] Add SearchForm::isCached helper
1.0.18
Bug fixes
- Move array-like behaviour to GroupDoc to avoid impact on Document