From 8f62ef8f5be8450d1cd7d38d36afb045f3483852 Mon Sep 17 00:00:00 2001 From: RCGitBot Date: Wed, 1 Jan 2025 17:35:35 +0000 Subject: [PATCH] Version bump for 5.14.5 --- .version | 2 +- CHANGELOG.latest.md | 12 ++++++------ CHANGELOG.md | 13 +++++++++++++ RevenueCat.podspec | 2 +- RevenueCatUI.podspec | 2 +- Sources/Info.plist | 2 +- Sources/Misc/SystemInfo.swift | 2 +- Tests/BackendIntegrationTestApp/Info.plist | 2 +- Tests/BackendIntegrationTests/Info.plist | 2 +- Tests/UnitTests/Info.plist | 2 +- Tests/UnitTestsHostApp/Info.plist | 2 +- scripts/docs/index.html | 2 +- scripts/docs/v4_api_migration_guide.html | 2 +- scripts/docs/v5_api_migration_guide.html | 2 +- 14 files changed, 31 insertions(+), 18 deletions(-) diff --git a/.version b/.version index 7171ca1c08..ca57177ebe 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -5.15.0-SNAPSHOT +5.14.5 diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index af6adc571f..87b13735b5 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,11 +1,11 @@ +## RevenueCat SDK +### 🐞 Bugfixes +* add `fr_FR` localization (#4624) via Andy Boedo (@aboedo) + ## RevenueCatUI SDK ### Paywallv2 #### 🐞 Bugfixes -* [Paywalls V2] Fix current offering and sticky footer (#4617) via Josh Holtz (@joshdholtz) -### Customer Center -#### 🐞 Bugfixes -* Use SK2 RenewalInfo to get renewal prices & currency (#4608) via Will Taylor (@fire-at-will) +* [Paywalls V2] Fix analytics and dismiss (#4620) via Josh Holtz (@joshdholtz) ### 🔄 Other Changes -* Add Comment to StoreKit2ObserverModePurchaseDetectorTests (#4614) via Will Taylor (@fire-at-will) -* Fixing text, image, and footer render issues (#4607) via Josh Holtz (@joshdholtz) +* [Paywalls V2] Added fallback components (#4621) via Josh Holtz (@joshdholtz) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71206b9049..bd3507ef6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 5.14.5 +## RevenueCat SDK +### 🐞 Bugfixes +* add `fr_FR` localization (#4624) via Andy Boedo (@aboedo) + +## RevenueCatUI SDK +### Paywallv2 +#### 🐞 Bugfixes +* [Paywalls V2] Fix analytics and dismiss (#4620) via Josh Holtz (@joshdholtz) + +### 🔄 Other Changes +* [Paywalls V2] Added fallback components (#4621) via Josh Holtz (@joshdholtz) + ## 5.14.4 ## RevenueCatUI SDK ### Paywallv2 diff --git a/RevenueCat.podspec b/RevenueCat.podspec index 1d520ec61f..a47930bad6 100644 --- a/RevenueCat.podspec +++ b/RevenueCat.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RevenueCat" - s.version = "5.15.0-SNAPSHOT" + s.version = "5.14.5" s.summary = "Subscription and in-app-purchase backend service." s.description = <<-DESC diff --git a/RevenueCatUI.podspec b/RevenueCatUI.podspec index 634303941b..ba82c4644a 100644 --- a/RevenueCatUI.podspec +++ b/RevenueCatUI.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RevenueCatUI" - s.version = "5.15.0-SNAPSHOT" + s.version = "5.14.5" s.summary = "UI library for RevenueCat paywalls." s.description = <<-DESC diff --git a/Sources/Info.plist b/Sources/Info.plist index 7f23cc66b4..21c970d83b 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 5.15.0 + 5.14.5 CFBundleVersion $(CURRENT_PROJECT_VERSION) LSApplicationCategoryType diff --git a/Sources/Misc/SystemInfo.swift b/Sources/Misc/SystemInfo.swift index ab36d4714e..7debb9926c 100644 --- a/Sources/Misc/SystemInfo.swift +++ b/Sources/Misc/SystemInfo.swift @@ -83,7 +83,7 @@ class SystemInfo { } static var frameworkVersion: String { - return "5.15.0-SNAPSHOT" + return "5.14.5" } static var systemVersion: String { diff --git a/Tests/BackendIntegrationTestApp/Info.plist b/Tests/BackendIntegrationTestApp/Info.plist index 9178d69fce..7275aa4e57 100644 --- a/Tests/BackendIntegrationTestApp/Info.plist +++ b/Tests/BackendIntegrationTestApp/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 5.15.0 + 5.14.5 CFBundleVersion 1 LSRequiresIPhoneOS diff --git a/Tests/BackendIntegrationTests/Info.plist b/Tests/BackendIntegrationTests/Info.plist index fc9d54b64e..1ae91f80af 100644 --- a/Tests/BackendIntegrationTests/Info.plist +++ b/Tests/BackendIntegrationTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 5.15.0 + 5.14.5 CFBundleVersion 1 diff --git a/Tests/UnitTests/Info.plist b/Tests/UnitTests/Info.plist index fc9d54b64e..1ae91f80af 100644 --- a/Tests/UnitTests/Info.plist +++ b/Tests/UnitTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 5.15.0 + 5.14.5 CFBundleVersion 1 diff --git a/Tests/UnitTestsHostApp/Info.plist b/Tests/UnitTestsHostApp/Info.plist index 316ac0651c..ac7e3fcaa8 100644 --- a/Tests/UnitTestsHostApp/Info.plist +++ b/Tests/UnitTestsHostApp/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 5.15.0 + 5.14.5 CFBundleVersion 1 LSRequiresIPhoneOS diff --git a/scripts/docs/index.html b/scripts/docs/index.html index 13bc7fe868..2ef8ea3ff3 100644 --- a/scripts/docs/index.html +++ b/scripts/docs/index.html @@ -2,7 +2,7 @@ - + diff --git a/scripts/docs/v4_api_migration_guide.html b/scripts/docs/v4_api_migration_guide.html index d417c52eb0..57f792d248 100644 --- a/scripts/docs/v4_api_migration_guide.html +++ b/scripts/docs/v4_api_migration_guide.html @@ -2,7 +2,7 @@ - + diff --git a/scripts/docs/v5_api_migration_guide.html b/scripts/docs/v5_api_migration_guide.html index c9d75835dd..ccc4033fea 100644 --- a/scripts/docs/v5_api_migration_guide.html +++ b/scripts/docs/v5_api_migration_guide.html @@ -2,7 +2,7 @@ - +