Releases: crowdin/crowdin-api-client-php
Releases · crowdin/crowdin-api-client-php
1.4.3
1.4.2
- fixed Upload Translations
1.4.1
Crowdin API client PHP Version 1.4.0
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
- 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
- Export project translations (https://support.crowdin.com/enterprise/api/#operation/api.projects.translations.exports.post)
- Added path, revisionId to File Response Model. Removed revision from File Response Model.
- Clear TM (https://support.crowdin.com/enterprise/api/#operation/api.tms.segments.clear)
- changes in endpoints:
- GET /projects/{projectId}/qa-check => GET /projects/{projectId}/qa-checks
- POST /projects/{projectId}/translations/{translationId}/restore => PUT /projects/{projectId}/translations/{translationId}
- GET /projects/{projectId}/tasks/{taskId}/export => POST /projects/{projectId}/tasks/{taskId}/exports
Crowdin API client PHP Version 1.3.8
- Source File - export reviewed source (Enterprise only) https://support.crowdin.com/enterprise/api/#operation/api.projects.strings.reviewed-builds.getMany
- String Translations: List Language Translations (https://support.crowdin.com/api/v2/#operation/api.projects.languages.translations.getMany)
Crowdin API client PHP Version 1.3.7
- added support of Distribution API
- added lastActivity, skipUntranslatedFiles, skipUntranslatedStrings to Project model
Crowdin API client PHP Version 1.3.6
Update composer.json
Crowdin API client PHP Version 1.3.5
Fixed
- TM export endpoint