From 5c413f2ad1888c0bf3910c863c85435fa5e4308d Mon Sep 17 00:00:00 2001 From: RCGitBot Date: Mon, 16 Dec 2024 22:04:33 +0000 Subject: [PATCH] Version bump for 5.14.2 --- .version | 2 +- CHANGELOG.latest.md | 9 ++------- CHANGELOG.md | 8 ++++++++ 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, 22 insertions(+), 19 deletions(-) diff --git a/.version b/.version index bcce971f67..222951c78f 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -5.14.1 +5.14.2 diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index 5504b2da76..031415e8dc 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,11 +1,6 @@ ## RevenueCat SDK ### 🐞 Bugfixes -* Always call readyForPromotedProduct on the main actor (#4584) via Will Taylor (@fire-at-will) +* Revert "Always call readyForPromotedProduct on the main actor" (#4599) via Will Taylor (@fire-at-will) ### 🔄 Other Changes -* [WEB-1757] Handle new backend error codes that may show in the redemption endpoint (#4592) via Toni Rico (@tonidero) -* Update refund granted default string (#4588) via Will Taylor (@fire-at-will) -* Make web Redemption Link APIs stable (#4591) via Toni Rico (@tonidero) -* Dont show refund cancelled message when user cancels refund (#4587) via Will Taylor (@fire-at-will) -* Remove extra beta Customer Center docs (#4585) via Cesar de la Vega (@vegaro) -* [Paywalls V2] Fix border being hidden by next sibling component (#4523) via Josh Holtz (@joshdholtz) +* [Paywalls] Fix issues with rounded corners and borders (#4594) via Mark Villacampa (@MarkVillacampa) diff --git a/CHANGELOG.md b/CHANGELOG.md index afa897ded0..d99876969c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 5.14.2 +## RevenueCat SDK +### 🐞 Bugfixes +* Revert "Always call readyForPromotedProduct on the main actor" (#4599) via Will Taylor (@fire-at-will) + +### 🔄 Other Changes +* [Paywalls] Fix issues with rounded corners and borders (#4594) via Mark Villacampa (@MarkVillacampa) + ## 5.14.1 ## RevenueCat SDK ### 🐞 Bugfixes diff --git a/RevenueCat.podspec b/RevenueCat.podspec index 50fb924bd2..cc811e56d4 100644 --- a/RevenueCat.podspec +++ b/RevenueCat.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RevenueCat" - s.version = "5.14.1" + s.version = "5.14.2" s.summary = "Subscription and in-app-purchase backend service." s.description = <<-DESC diff --git a/RevenueCatUI.podspec b/RevenueCatUI.podspec index 92e96a66d0..1b5cfc2a3c 100644 --- a/RevenueCatUI.podspec +++ b/RevenueCatUI.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RevenueCatUI" - s.version = "5.14.1" + s.version = "5.14.2" s.summary = "UI library for RevenueCat paywalls." s.description = <<-DESC diff --git a/Sources/Info.plist b/Sources/Info.plist index f24e25b1d1..24eed53c72 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 5.14.1 + 5.14.2 CFBundleVersion $(CURRENT_PROJECT_VERSION) LSApplicationCategoryType diff --git a/Sources/Misc/SystemInfo.swift b/Sources/Misc/SystemInfo.swift index a1d50a329b..4c829d386d 100644 --- a/Sources/Misc/SystemInfo.swift +++ b/Sources/Misc/SystemInfo.swift @@ -83,7 +83,7 @@ class SystemInfo { } static var frameworkVersion: String { - return "5.14.1" + return "5.14.2" } static var systemVersion: String { diff --git a/Tests/BackendIntegrationTestApp/Info.plist b/Tests/BackendIntegrationTestApp/Info.plist index 0628d250a2..fe3043dd2f 100644 --- a/Tests/BackendIntegrationTestApp/Info.plist +++ b/Tests/BackendIntegrationTestApp/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 5.14.1 + 5.14.2 CFBundleVersion 1 LSRequiresIPhoneOS diff --git a/Tests/BackendIntegrationTests/Info.plist b/Tests/BackendIntegrationTests/Info.plist index d39f7c8370..dee29ac924 100644 --- a/Tests/BackendIntegrationTests/Info.plist +++ b/Tests/BackendIntegrationTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 5.14.1 + 5.14.2 CFBundleVersion 1 diff --git a/Tests/UnitTests/Info.plist b/Tests/UnitTests/Info.plist index d39f7c8370..dee29ac924 100644 --- a/Tests/UnitTests/Info.plist +++ b/Tests/UnitTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 5.14.1 + 5.14.2 CFBundleVersion 1 diff --git a/Tests/UnitTestsHostApp/Info.plist b/Tests/UnitTestsHostApp/Info.plist index d2bb2dc621..e48352731e 100644 --- a/Tests/UnitTestsHostApp/Info.plist +++ b/Tests/UnitTestsHostApp/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 5.14.1 + 5.14.2 CFBundleVersion 1 LSRequiresIPhoneOS diff --git a/scripts/docs/index.html b/scripts/docs/index.html index 5be8af276c..e171669ae6 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 6b4387df11..ad92a04872 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 aec731f80b..c877fb4fba 100644 --- a/scripts/docs/v5_api_migration_guide.html +++ b/scripts/docs/v5_api_migration_guide.html @@ -2,7 +2,7 @@ - +