From f93801ed5dc3f1531175e81b6c70473849fc2b6a Mon Sep 17 00:00:00 2001 From: RCGitBot Date: Tue, 6 Feb 2024 22:17:39 +0000 Subject: [PATCH] Version bump for 4.36.0 --- .version | 2 +- CHANGELOG.latest.md | 13 +++++++------ CHANGELOG.md | 12 ++++++++++++ RevenueCat.podspec | 2 +- RevenueCatUI.podspec | 2 +- Sources/Misc/SystemInfo.swift | 2 +- scripts/docs/index.html | 2 +- scripts/docs/v4_api_migration_guide.html | 2 +- 8 files changed, 25 insertions(+), 12 deletions(-) diff --git a/.version b/.version index 7353b416a9..05ca23e888 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -4.36.0-SNAPSHOT +4.36.0 diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index dece4011c5..28ca3eebf2 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,9 +1,10 @@ +### New Features +* `NonSubscriptionTransaction`: expose `storeTransactionIdentifier` (#3639) via NachoSoto (@NachoSoto) ### RevenueCatUI -* `Paywalls`: fix finding locales with different regions (#3633) via NachoSoto (@NachoSoto) -* `Paywalls`: add 4 new variables (#3629) via NachoSoto (@NachoSoto) -* `Paywalls`: new `.onPurchaseStarted` modifier (#3627) via NachoSoto (@NachoSoto) -* `PaywallViewController`: expose `fontName` for `CustomFontProvider` (by @Jjastiny) (#3628) via NachoSoto (@NachoSoto) +* `Paywalls`: new `presentationMode` parameter (by @Lascorbe) (#3638) via NachoSoto (@NachoSoto) +### Bugfixes +* Add explicit `visionOS` deployment target (#3642) via NachoSoto (@NachoSoto) ### Dependency Updates -* Bump danger from 9.4.2 to 9.4.3 (#3630) via dependabot[bot] (@dependabot[bot]) +* Bump cocoapods from 1.15.0 to 1.15.1 (#3637) via dependabot[bot] (@dependabot[bot]) ### Other Changes -* `Paywalls`: improve "offering has no configured paywall" error (#3625) via NachoSoto (@NachoSoto) +* `Xcode 15.3 beta 2`: remove `nonisolated` workaround (#3640) via NachoSoto (@NachoSoto) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0192359563..aaffa9ac65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 4.36.0 +### New Features +* `NonSubscriptionTransaction`: expose `storeTransactionIdentifier` (#3639) via NachoSoto (@NachoSoto) +### RevenueCatUI +* `Paywalls`: new `presentationMode` parameter (by @Lascorbe) (#3638) via NachoSoto (@NachoSoto) +### Bugfixes +* Add explicit `visionOS` deployment target (#3642) via NachoSoto (@NachoSoto) +### Dependency Updates +* Bump cocoapods from 1.15.0 to 1.15.1 (#3637) via dependabot[bot] (@dependabot[bot]) +### Other Changes +* `Xcode 15.3 beta 2`: remove `nonisolated` workaround (#3640) via NachoSoto (@NachoSoto) + ## 4.35.0 ### RevenueCatUI * `Paywalls`: fix finding locales with different regions (#3633) via NachoSoto (@NachoSoto) diff --git a/RevenueCat.podspec b/RevenueCat.podspec index 6f1ceb1d05..be214a9fac 100644 --- a/RevenueCat.podspec +++ b/RevenueCat.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RevenueCat" - s.version = "4.36.0-SNAPSHOT" + s.version = "4.36.0" s.summary = "Subscription and in-app-purchase backend service." s.description = <<-DESC diff --git a/RevenueCatUI.podspec b/RevenueCatUI.podspec index 2a32ad2f7d..ff33821da1 100644 --- a/RevenueCatUI.podspec +++ b/RevenueCatUI.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RevenueCatUI" - s.version = "4.36.0-SNAPSHOT" + s.version = "4.36.0" s.summary = "UI library for RevenueCat paywalls." s.description = <<-DESC diff --git a/Sources/Misc/SystemInfo.swift b/Sources/Misc/SystemInfo.swift index 67b719cf98..81f4e435b8 100644 --- a/Sources/Misc/SystemInfo.swift +++ b/Sources/Misc/SystemInfo.swift @@ -70,7 +70,7 @@ class SystemInfo { } static var frameworkVersion: String { - return "4.36.0-SNAPSHOT" + return "4.36.0" } static var systemVersion: String { diff --git a/scripts/docs/index.html b/scripts/docs/index.html index 0e2863023e..63f4d77017 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 d82f7d3eae..7ec1e90fa8 100644 --- a/scripts/docs/v4_api_migration_guide.html +++ b/scripts/docs/v4_api_migration_guide.html @@ -2,7 +2,7 @@ - +