Releases: loco/loco-php-sdk
Releases · loco/loco-php-sdk
2.0.4
https://localise.biz/api/docs/changelog#010021
- Added support for ICU .res and .txt files. (export and import).
- Added printf=icu to the export API for conversions to MessageFormat.
- Added no-folding option to export API to suppress key folding.
- Disabled strict checking of plural formulas sent to patchLocale.
2.0.3
Emergency fix to remap legacy bindings.
Most notably the import endpoint's src
parameter changed to data
in 2.0.2. This is fix is required to ensure client code keeps working with the old parameters.
2.0.2
https://localise.biz/api/docs/changelog#010020
- Added the tagAssets endpoint for batch tagging by asset IDs.
- Flagging by redundant status now supported by flagTranslation.
- Raw request body can always be accessed via a post parameter called data.
- JSON is now beautified by default, specify ?ugly for legacy output.
- Removed name fields already deprecated in favour of aliases.name.
- Started supporting X-Api-Version header as fallback for v parameter.
- Now binding all request body parameters to data for consistency.
2.0.1
2.0.0
- Rewritten to depend on Guzzle 6.
- Updated service description for 1.0.19 of the live API
1.0.18
-
- added
context
andnotes
to asset addition
- added
-
- added support for negated tag filter using "!"
-
- Removed deprecated scalar asset progress properties
1.0.17
- added
tag-all
anduntag-all
to import endpoints - added
LocaleProgress
model for locale completion summary - added
AssetProgress
model and deprecated old scalar properties
1.0.16
- added
printf
parameter to export endpoints
1.0.15
- + added import options
ignore-new
,ignore-existing
anddelete-absent
- + Replaced
tag
parameter withtag-new
tag-updated
andtag-absent
(although default tag parameter still works) - + Removed audio and video asset types
- + Deprecated public converter API
1.0.14
- + added import
tag
parameter - + addded translation
flagger
field