Releases: loco/loco-php-sdk
Releases · loco/loco-php-sdk
2.0.14
Service descriptions for API version 1.0.29. See changelog
2.0.13
- Symfony 7 compatibility in composer
2.0.12
- Service descriptions for API version 1.0.28. See changelog
- Upped guzzle/psr7 version constraint as per issue #16
2.0.11
- Service descriptions for API version 1.0.27. See changelog
- Made package compatible with Symfony ^6.0 as per issue #17
- Allowing upgrade to guzzlehttp/psr7 2.4 as per issue #16
2.0.10
2.0.9
2.0.8
- Dropped support for PHP 5
https://localise.biz/api/docs/changelog#010025
- Added
/api/translations/{id}/{locale}/revisions
method. - Exposed
printf
asset property to model and the patch asset method.
2.0.7
https://localise.biz/api/docs/changelog#010024
- CSV exports now append asset
context
andnotes
fields when present. - Added
/api/locales/{locale}/errors
for translation validation errors. - Added
/api/locales/{locale}/progress
for more more detailed locale stats. - Patch operations now silently discard null property values.
2.0.6
https://localise.biz/api/docs/changelog#010023
- Added
words
property to locale progress. - Added
breaks
parameter to Export API to control line endings. - Added
no-comments
parameter to Export API to strip inline comments. - Added experimental
.arb
support. Subject to change until documented here. - Deprecated
native
locale property in favour ofsource
. - Deprecated
js
file exports. May be removed in future. Exportjson
for all js integrations.
2.0.5
https://localise.biz/api/docs/changelog#010022
- Added
charset
parameter to Export API. - Added
path
parameter to Import API. - Disabled importing of dummy
import.{ext}
file references.