From f0facf6c3668961fa09367539b6f8b2acdf339c9 Mon Sep 17 00:00:00 2001 From: Stelios Petrakis Date: Mon, 3 Jun 2024 11:56:04 +0200 Subject: [PATCH] Bump version to 2.0.3 * Bumps `TXNative.version` to 2.0.3. * Updates CHANGELOG with the changes implemented for 2.0.3. --- CHANGELOG.md | 6 ++++++ Sources/Transifex/Core.swift | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3dc07d..774d67c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -117,3 +117,9 @@ logic now normalizes the locale name to match the format that iOS accepts. - Adds full support for String Catalogs support. - Adds support for substitution phrases on old Strings Dictionary file format. - Updates unit tests. + +## Transifex iOS SDK 2.0.3 + +*June 3, 2024* + +- Adds SwiftUI support via attributed string swizzling. diff --git a/Sources/Transifex/Core.swift b/Sources/Transifex/Core.swift index 1e2f306..4ffe921 100644 --- a/Sources/Transifex/Core.swift +++ b/Sources/Transifex/Core.swift @@ -361,7 +361,7 @@ render '\(stringToRender)' locale code: \(localeCode) params: \(params). Error: /// A static class that is the main point of entry for all the functionality of Transifex Native throughout the SDK. public final class TXNative : NSObject { /// The SDK version - internal static let version = "2.0.2" + internal static let version = "2.0.3" /// The filename of the file that holds the translated strings and it's bundled inside the app. public static let STRINGS_FILENAME = "txstrings.json"