Skip to content

Commit

Permalink
Version bump for 4.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RCGitBot committed Feb 6, 2024
1 parent a907c2e commit f93801e
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.36.0-SNAPSHOT
4.36.0
13 changes: 7 additions & 6 deletions CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -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)
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion RevenueCat.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion RevenueCatUI.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sources/Misc/SystemInfo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class SystemInfo {
}

static var frameworkVersion: String {
return "4.36.0-SNAPSHOT"
return "4.36.0"
}

static var systemVersion: String {
Expand Down
2 changes: 1 addition & 1 deletion scripts/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-ios-docs/4.36.0-SNAPSHOT/documentation/revenuecat"/>
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-ios-docs/4.36.0/documentation/revenuecat"/>
</head>
<body>
</body>
Expand Down
2 changes: 1 addition & 1 deletion scripts/docs/v4_api_migration_guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-ios-docs/4.36.0-SNAPSHOT/documentation/revenuecat/v4_api_migration_guide"/>
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-ios-docs/4.36.0/documentation/revenuecat/v4_api_migration_guide"/>
</head>
<body>
</body>
Expand Down

0 comments on commit f93801e

Please sign in to comment.