Skip to content

Releases: crowdin/crowdin-api-client-php

1.4.3

29 Dec 12:21
ff2e29c
Compare
Choose a tag to compare

Fixed

  • Fix namespace in CrowdinFacase (#69)
  • Fix retrieving Laravel settings (#70)

1.4.2

16 Dec 10:52
1808cbb
Compare
Choose a tag to compare
  • fixed Upload Translations

1.4.1

26 Nov 13:45
d108572
Compare
Choose a tag to compare

Updated

  • Allow Guzzle 7 (#64)

Crowdin API client PHP Version 1.4.0

29 Oct 18:54
7de978c
Compare
Choose a tag to compare

Breaking Changes:

  • added section Issues
  • added possibility to work with workflow steps
  • TranslationApi::buildProjectFileTranslation(int $projectId, int $fileId, string $targetLanguageId, bool $exportAsXliff = false, array $params = []) => TranslationApi::buildProjectFileTranslation(int $projectId, int $fileId, array $params = [], string $ifNoneMatch = null)
  • minor bugs, docs, tests fixes

Crowdin API client PHP Version 1.3.10

10 Sep 20:03
236a358
Compare
Choose a tag to compare
  • added Get Language Progress
  • Project Response Model:
    • added: target languages, inContextPseudoLanguage, exportWithMinApprovalsCount, customQaCheckIds
    • removed: joinPolicy
    • renamed: advancedWorkflowId => workflowId

Crowdin API client PHP Version 1.3.9

10 Sep 10:21
25010c8
Compare
Choose a tag to compare

Crowdin API client PHP Version 1.3.8

08 Sep 20:00
176615a
Compare
Choose a tag to compare

Crowdin API client PHP Version 1.3.7

27 Aug 14:26
38be395
Compare
Choose a tag to compare
  • added support of Distribution API
  • added lastActivity, skipUntranslatedFiles, skipUntranslatedStrings to Project model

Crowdin API client PHP Version 1.3.6

25 Aug 17:45
e15389d
Compare
Choose a tag to compare

Crowdin API client PHP Version 1.3.5

21 May 09:18
da68a3c
Compare
Choose a tag to compare

Fixed

  • TM export endpoint