Skip to content

Releases: loco/loco-php-sdk

2.0.14

30 Oct 13:03
Compare
Choose a tag to compare

Service descriptions for API version 1.0.29. See changelog

2.0.13

20 Aug 11:30
Compare
Choose a tag to compare
  • Symfony 7 compatibility in composer

2.0.12

06 May 12:32
Compare
Choose a tag to compare
  • Service descriptions for API version 1.0.28. See changelog
  • Upped guzzle/psr7 version constraint as per issue #16

2.0.11

12 Nov 11:12
Compare
Choose a tag to compare
  • 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

08 Oct 11:29
Compare
Choose a tag to compare
  • Added optional 'guzzle' configuration array, see issue #15
  • Added PHP ^8.0 support in composer.json, see issue #14
  • Removed enumeration of export format parameter

2.0.9

16 Dec 09:03
Compare
Choose a tag to compare

Resolves issue #12

2.0.8

07 Oct 11:31
Compare
Choose a tag to compare
  • 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

19 Nov 18:35
Compare
Choose a tag to compare

https://localise.biz/api/docs/changelog#010024

  • CSV exports now append asset context and notes 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

12 Apr 18:00
Compare
Choose a tag to compare

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 of source.
  • Deprecated js file exports. May be removed in future. Export json for all js integrations.

2.0.5

18 Mar 19:44
Compare
Choose a tag to compare

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.