Skip to content

Releases: crowdin/mobile-sdk-ios

1.9.0

03 May 14:08
db1af96
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.8.0...1.9.0

1.8.0

13 Mar 14:44
14b0ae8
Compare
Choose a tag to compare

What's Changed

  • build: update watchOS to a minimum of .v5 due to Starscream dependency minimum by @b-outlaw-nba in #268

New Contributors

Full Changelog: 1.7.1...1.8.0

1.7.1

21 Feb 14:23
30b92ef
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.7.0...1.7.1

1.7.0

08 Jan 14:48
8865219
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.1...1.7.0

1.6.1

14 Nov 15:10
f66b2db
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.0...1.6.1

1.6.0

01 Nov 08:16
ef999aa
Compare
Choose a tag to compare

What's Changed

⚠️ Deprecation warning ⚠️

The organizationName property of CrowdinLoginConfig is deprecated. This property has been moved to the CrowdinProviderConfig and will be removed from the CrowdinLoginConfig in the future.

In case you've been using the Real-Time Preview or Screenshots features and you're a Crowdin Enterprise user, please update your Crowdin SDK configuration:

let crowdinProviderConfig = CrowdinProviderConfig(hashString: "{your_distribution_hash}",
+   organizationName: "{organization_name}",
    sourceLanguage: "{source_language}")

var = loginConfig = try CrowdinLoginConfig(clientId: "{client_id}",
    clientSecret: "{client_secret}",
    scope: "project",
-   organizationName: "{organization_name}",
    redirectURI: "{redirectURI}")

It's highly recommended to add the new configuration to your CrowdinProviderConfig if you're a Crowdin Enterprise user and only use the OTA Content Delivery feature:

let crowdinProviderConfig = CrowdinProviderConfig(hashString: "{your_distribution_hash}",
+   organizationName: "{organization_name}",
    sourceLanguage: "{source_language}")

This fixes potential bugs related to the translation delivery of some languages.

New Contributors

Full Changelog: 1.5.2...1.6.0

1.5.2

12 Feb 17:07
30a7f00
Compare
Choose a tag to compare

Fixed

1.5.1

17 Dec 13:37
a29d3d5
Compare
Choose a tag to compare

Fixed

1.5.0

01 Nov 15:26
d51e9e2
Compare
Choose a tag to compare

Updated

1.4.3

16 Jul 16:16
bf8a3b9
Compare
Choose a tag to compare

Fixed