From 5d12ca1457689afcb20b7aebdfac3c9f8c8579bf Mon Sep 17 00:00:00 2001 From: RCGitBot Date: Mon, 23 Dec 2024 16:55:11 +0000 Subject: [PATCH] Version bump for 5.14.4 --- .version | 2 +- CHANGELOG.latest.md | 8 ++++++-- 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(+), 14 deletions(-) diff --git a/.version b/.version index 7171ca1c08..111d42f1b0 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -5.15.0-SNAPSHOT +5.14.4 diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index c54b3c5749..af6adc571f 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,7 +1,11 @@ ## RevenueCatUI SDK +### Paywallv2 +#### 🐞 Bugfixes +* [Paywalls V2] Fix current offering and sticky footer (#4617) via Josh Holtz (@joshdholtz) ### Customer Center #### 🐞 Bugfixes -* Fix loading Customer Center when entitlement is granted by another Apple app (#4603) via Cesar de la Vega (@vegaro) +* Use SK2 RenewalInfo to get renewal prices & currency (#4608) via Will Taylor (@fire-at-will) ### 🔄 Other Changes -* Use #fileID instead of #file to avoid including the full path in the compiled binary (#4605) via Mark Villacampa (@MarkVillacampa) +* Add Comment to StoreKit2ObserverModePurchaseDetectorTests (#4614) via Will Taylor (@fire-at-will) +* Fixing text, image, and footer render issues (#4607) via Josh Holtz (@joshdholtz) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7a6f6683b..71206b9049 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 5.14.4 +## 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) + +### 🔄 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) + ## 5.14.3 ## RevenueCatUI SDK ### Customer Center diff --git a/RevenueCat.podspec b/RevenueCat.podspec index 1d520ec61f..f2c594b567 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.4" s.summary = "Subscription and in-app-purchase backend service." s.description = <<-DESC diff --git a/RevenueCatUI.podspec b/RevenueCatUI.podspec index 634303941b..7a95c5da3a 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.4" s.summary = "UI library for RevenueCat paywalls." s.description = <<-DESC diff --git a/Sources/Info.plist b/Sources/Info.plist index 7f23cc66b4..fce316c858 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 5.15.0 + 5.14.4 CFBundleVersion $(CURRENT_PROJECT_VERSION) LSApplicationCategoryType diff --git a/Sources/Misc/SystemInfo.swift b/Sources/Misc/SystemInfo.swift index ab36d4714e..4d9193635b 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.4" } static var systemVersion: String { diff --git a/Tests/BackendIntegrationTestApp/Info.plist b/Tests/BackendIntegrationTestApp/Info.plist index 9178d69fce..4a23747d45 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.4 CFBundleVersion 1 LSRequiresIPhoneOS diff --git a/Tests/BackendIntegrationTests/Info.plist b/Tests/BackendIntegrationTests/Info.plist index fc9d54b64e..8bff410a8b 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.4 CFBundleVersion 1 diff --git a/Tests/UnitTests/Info.plist b/Tests/UnitTests/Info.plist index fc9d54b64e..8bff410a8b 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.4 CFBundleVersion 1 diff --git a/Tests/UnitTestsHostApp/Info.plist b/Tests/UnitTestsHostApp/Info.plist index 316ac0651c..217cc953d2 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.4 CFBundleVersion 1 LSRequiresIPhoneOS diff --git a/scripts/docs/index.html b/scripts/docs/index.html index 971588ff24..13bc7fe868 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..7e1f072f34 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..e6055fa0fe 100644 --- a/scripts/docs/v5_api_migration_guide.html +++ b/scripts/docs/v5_api_migration_guide.html @@ -2,7 +2,7 @@ - +