Skip to content

Commit

Permalink
Version bump for 4.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RCGitBot committed Nov 22, 2023
1 parent f8a059c commit 9d85205
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.31.0-SNAPSHOT
4.31.0
19 changes: 12 additions & 7 deletions CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
### Bugfixes
* `visionOS`: fix support for `Xcode 15.1 beta 3` (#3409) via NachoSoto (@NachoSoto)
### RevenueCatUI
* Paywalls: Fix navigation with close button in UIKit (#3466) via Andy Boedo (@aboedo)
* `Paywalls`: `watchOS` support (#3291) via NachoSoto (@NachoSoto)
### Dependency Updates
* Bump cocoapods from 1.14.2 to 1.14.3 (#3464) via dependabot[bot] (@dependabot[bot])
* Bump fastlane from 2.216.0 to 2.217.0 (#3415) via dependabot[bot] (@dependabot[bot])
* Bump danger from 9.3.2 to 9.4.0 (#3414) via dependabot[bot] (@dependabot[bot])
### Other Changes
* `SystemInfo`: fix flaky `Storefront` test (#3411) via NachoSoto (@NachoSoto)
* Adds `X-Storefront` request header for App Store Storefront (#3405) via Josh Holtz (@joshdholtz)
* `CircleCI`: upgrade to Xcode 15.1 (#3408) via NachoSoto (@NachoSoto)
* `Integration Tests`: verify that `SKTestSession` purchases do not grant production entitlements (#3406) via NachoSoto (@NachoSoto)
* `Integration Tests`: fix potential crash on `tearDown` (#3401) via NachoSoto (@NachoSoto)
* Some `APITester` fixes (#3444) via NachoSoto (@NachoSoto)
* `HTTPClient`: test all request headers (#3425) via NachoSoto (@NachoSoto)
* `CircleCI`: fix snapshot generation for iOS 14 (#3431) via NachoSoto (@NachoSoto)
* Remove `MockStoreMessagesHelper` from SDK (#3417) via NachoSoto (@NachoSoto)
* Enable explicit_init lint rule and fix issues (#3418) via Mark Villacampa (@MarkVillacampa)
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 4.31.0
### RevenueCatUI
* Paywalls: Fix navigation with close button in UIKit (#3466) via Andy Boedo (@aboedo)
* `Paywalls`: `watchOS` support (#3291) via NachoSoto (@NachoSoto)
### Dependency Updates
* Bump cocoapods from 1.14.2 to 1.14.3 (#3464) via dependabot[bot] (@dependabot[bot])
* Bump fastlane from 2.216.0 to 2.217.0 (#3415) via dependabot[bot] (@dependabot[bot])
* Bump danger from 9.3.2 to 9.4.0 (#3414) via dependabot[bot] (@dependabot[bot])
### Other Changes
* Some `APITester` fixes (#3444) via NachoSoto (@NachoSoto)
* `HTTPClient`: test all request headers (#3425) via NachoSoto (@NachoSoto)
* `CircleCI`: fix snapshot generation for iOS 14 (#3431) via NachoSoto (@NachoSoto)
* Remove `MockStoreMessagesHelper` from SDK (#3417) via NachoSoto (@NachoSoto)
* Enable explicit_init lint rule and fix issues (#3418) via Mark Villacampa (@MarkVillacampa)

## 4.30.5
### Bugfixes
* `visionOS`: fix support for `Xcode 15.1 beta 3` (#3409) 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.31.0-SNAPSHOT"
s.version = "4.31.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.31.0-SNAPSHOT"
s.version = "4.31.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 @@ -59,7 +59,7 @@ class SystemInfo {
}

static var frameworkVersion: String {
return "4.31.0-SNAPSHOT"
return "4.31.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.31.0-SNAPSHOT/documentation/revenuecat"/>
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-ios-docs/4.31.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.31.0-SNAPSHOT/documentation/revenuecat/v4_api_migration_guide"/>
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-ios-docs/4.31.0/documentation/revenuecat/v4_api_migration_guide"/>
</head>
<body>
</body>
Expand Down

0 comments on commit 9d85205

Please sign in to comment.