From e90da7c37c431a73371827ffdf8ae35e801fc2da Mon Sep 17 00:00:00 2001 From: RCGitBot Date: Wed, 4 Oct 2023 17:34:31 +0000 Subject: [PATCH] Version bump for 4.27.1 --- .version | 2 +- CHANGELOG.latest.md | 13 +++++++------ CHANGELOG.md | 10 ++++++++++ RevenueCat.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 +- 12 files changed, 27 insertions(+), 16 deletions(-) diff --git a/.version b/.version index 6b56d65197..4c42b8caea 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -4.28.0-SNAPSHOT +4.27.1 diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index d036d2275c..06c1fd62a0 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,7 +1,8 @@ -### New Features -* Add `Attribution.setOnesignalUserID` (#3268) via Raquel Diez (@Raquel10-RevenueCat) -* StoreKit In App messages support (#3252) via Toni Rico (@tonidero) +### RevenueCatUI +* `Paywalls`: added shimmer effect to `LoadingPaywallView` (#3267) via NachoSoto (@NachoSoto) +### Bugfixes +* `Paywalls`: fixed `macOS` compilation (#3272) via NachoSoto (@NachoSoto) ### Other Changes -* Remove ObjC showStoreMessages API (#3269) via Toni Rico (@tonidero) -* PaywallsTester: add a new tab that calls presentPaywallIfNeeded (#3259) via Andy Boedo (@aboedo) -* `Paywalls`: small PaywallsTester refactor (#3261) via NachoSoto (@NachoSoto) +* Update `SwiftLint` (#3273) via NachoSoto (@NachoSoto) +* PaywallsTester: allow for configuration for demos (#3260) via Andy Boedo (@aboedo) +* `Paywalls`: simplified `LoadingPaywallView` (#3265) via NachoSoto (@NachoSoto) diff --git a/CHANGELOG.md b/CHANGELOG.md index 061ea788e4..04c47b81c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 4.27.1 +### RevenueCatUI +* `Paywalls`: added shimmer effect to `LoadingPaywallView` (#3267) via NachoSoto (@NachoSoto) +### Bugfixes +* `Paywalls`: fixed `macOS` compilation (#3272) via NachoSoto (@NachoSoto) +### Other Changes +* Update `SwiftLint` (#3273) via NachoSoto (@NachoSoto) +* PaywallsTester: allow for configuration for demos (#3260) via Andy Boedo (@aboedo) +* `Paywalls`: simplified `LoadingPaywallView` (#3265) via NachoSoto (@NachoSoto) + ## 4.27.0 ### New Features * Add `Attribution.setOnesignalUserID` (#3268) via Raquel Diez (@Raquel10-RevenueCat) diff --git a/RevenueCat.podspec b/RevenueCat.podspec index d0296c1a70..3b92ba6094 100644 --- a/RevenueCat.podspec +++ b/RevenueCat.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RevenueCat" - s.version = "4.28.0-SNAPSHOT" + s.version = "4.27.1" s.summary = "Subscription and in-app-purchase backend service." s.description = <<-DESC diff --git a/Sources/Info.plist b/Sources/Info.plist index 2cb0a8d459..d3467472b1 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 4.28.0 + 4.27.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) LSApplicationCategoryType diff --git a/Sources/Misc/SystemInfo.swift b/Sources/Misc/SystemInfo.swift index ff1404574b..c9d6f864fb 100644 --- a/Sources/Misc/SystemInfo.swift +++ b/Sources/Misc/SystemInfo.swift @@ -54,7 +54,7 @@ class SystemInfo { } static var frameworkVersion: String { - return "4.28.0-SNAPSHOT" + return "4.27.1" } static var systemVersion: String { diff --git a/Tests/BackendIntegrationTestApp/Info.plist b/Tests/BackendIntegrationTestApp/Info.plist index 6d67d495f3..489d0a4cfd 100644 --- a/Tests/BackendIntegrationTestApp/Info.plist +++ b/Tests/BackendIntegrationTestApp/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 4.28.0 + 4.27.1 CFBundleVersion 1 LSRequiresIPhoneOS diff --git a/Tests/BackendIntegrationTests/Info.plist b/Tests/BackendIntegrationTests/Info.plist index a50727a973..54fb81d5df 100644 --- a/Tests/BackendIntegrationTests/Info.plist +++ b/Tests/BackendIntegrationTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 4.28.0 + 4.27.1 CFBundleVersion 1 diff --git a/Tests/UnitTests/Info.plist b/Tests/UnitTests/Info.plist index a50727a973..54fb81d5df 100644 --- a/Tests/UnitTests/Info.plist +++ b/Tests/UnitTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 4.28.0 + 4.27.1 CFBundleVersion 1 diff --git a/Tests/UnitTestsHostApp/Info.plist b/Tests/UnitTestsHostApp/Info.plist index 5684eec239..ace61feda4 100644 --- a/Tests/UnitTestsHostApp/Info.plist +++ b/Tests/UnitTestsHostApp/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 4.28.0 + 4.27.1 CFBundleVersion 1 LSRequiresIPhoneOS diff --git a/scripts/docs/index.html b/scripts/docs/index.html index 602825eb55..907abba14f 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 3deaa6f5bd..ab8c480ba4 100644 --- a/scripts/docs/v4_api_migration_guide.html +++ b/scripts/docs/v4_api_migration_guide.html @@ -2,7 +2,7 @@ - +