Skip to content

Commit

Permalink
[AUTOMATIC] Release/4.43.1 (#3982)
Browse files Browse the repository at this point in the history
**This is an automatic release.**

### Dependency Updates
* Bump fastlane from 2.220.0 to 2.221.0 (#3971) via dependabot[bot]
(@dependabot[bot])
* Bump rexml from 3.2.6 to 3.2.8 (#3907) via dependabot[bot]
(@dependabot[bot])
* Bump fastlane-plugin-revenuecat_internal from `8ec0072` to `5f55466`
(#3938) via dependabot[bot] (@dependabot[bot])
### Other Changes
* Fix cocoapods installation tests (#3981) via Toni Rico (@tonidero)
* Remove carthage from CI and update release jobs to use xcode 15 and M1
(#3927) via Cesar de la Vega (@vegaro)
* Bring back offline integration tests on M1 (#3976) via Toni Rico
(@tonidero)
* Fix Carthage (#3978) via James Borthwick (@jamesrb1)
* Revert "Run offline backend integration tests on M1 machines (#3961)"
(#3974) via Toni Rico (@tonidero)
* Run offline backend integration tests on M1 machines (#3961) via Toni
Rico (@tonidero)
* Xcode project with RevenueCatUI + Tests (#3960) via James Borthwick
(@jamesrb1)
* Clone to spm using fastlane (#3926) via James Borthwick (@jamesrb1)
* finishTransactions/ObserverMode -> PurchasesAreCompletedBy (#3947) via
James Borthwick (@jamesrb1)
* Switch tests for iOS 12 and 13 to M1 (#3958) via Toni Rico (@tonidero)
* Fix prepare next version job (#3939) via Toni Rico (@tonidero)
  • Loading branch information
RCGitBot authored Jun 21, 2024
1 parent 604b80b commit 2641f8a
Show file tree
Hide file tree
Showing 14 changed files with 127 additions and 53 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.44.0-SNAPSHOT
4.43.1
19 changes: 15 additions & 4 deletions CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
### New Features
* Diagnostics (#3931) via Toni Rico (@tonidero)
### Dependency Updates
* Bump fastlane from 2.220.0 to 2.221.0 (#3971) via dependabot[bot] (@dependabot[bot])
* Bump rexml from 3.2.6 to 3.2.8 (#3907) via dependabot[bot] (@dependabot[bot])
* Bump fastlane-plugin-revenuecat_internal from `8ec0072` to `5f55466` (#3938) via dependabot[bot] (@dependabot[bot])
### Other Changes
* Revert docs-deploy to xcode 14 (#3935) via Cesar de la Vega (@vegaro)
* Diagnostics: Add logic to retry on server errors (#3930) via Toni Rico (@tonidero)
* Fix cocoapods installation tests (#3981) via Toni Rico (@tonidero)
* Remove carthage from CI and update release jobs to use xcode 15 and M1 (#3927) via Cesar de la Vega (@vegaro)
* Bring back offline integration tests on M1 (#3976) via Toni Rico (@tonidero)
* Fix Carthage (#3978) via James Borthwick (@jamesrb1)
* Revert "Run offline backend integration tests on M1 machines (#3961)" (#3974) via Toni Rico (@tonidero)
* Run offline backend integration tests on M1 machines (#3961) via Toni Rico (@tonidero)
* Xcode project with RevenueCatUI + Tests (#3960) via James Borthwick (@jamesrb1)
* Clone to spm using fastlane (#3926) via James Borthwick (@jamesrb1)
* finishTransactions/ObserverMode -> PurchasesAreCompletedBy (#3947) via James Borthwick (@jamesrb1)
* Switch tests for iOS 12 and 13 to M1 (#3958) via Toni Rico (@tonidero)
* Fix prepare next version job (#3939) via Toni Rico (@tonidero)
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 4.43.1
### Dependency Updates
* Bump fastlane from 2.220.0 to 2.221.0 (#3971) via dependabot[bot] (@dependabot[bot])
* Bump rexml from 3.2.6 to 3.2.8 (#3907) via dependabot[bot] (@dependabot[bot])
* Bump fastlane-plugin-revenuecat_internal from `8ec0072` to `5f55466` (#3938) via dependabot[bot] (@dependabot[bot])
### Other Changes
* Fix cocoapods installation tests (#3981) via Toni Rico (@tonidero)
* Remove carthage from CI and update release jobs to use xcode 15 and M1 (#3927) via Cesar de la Vega (@vegaro)
* Bring back offline integration tests on M1 (#3976) via Toni Rico (@tonidero)
* Fix Carthage (#3978) via James Borthwick (@jamesrb1)
* Revert "Run offline backend integration tests on M1 machines (#3961)" (#3974) via Toni Rico (@tonidero)
* Run offline backend integration tests on M1 machines (#3961) via Toni Rico (@tonidero)
* Xcode project with RevenueCatUI + Tests (#3960) via James Borthwick (@jamesrb1)
* Clone to spm using fastlane (#3926) via James Borthwick (@jamesrb1)
* finishTransactions/ObserverMode -> PurchasesAreCompletedBy (#3947) via James Borthwick (@jamesrb1)
* Switch tests for iOS 12 and 13 to M1 (#3958) via Toni Rico (@tonidero)
* Fix prepare next version job (#3939) via Toni Rico (@tonidero)

## 4.43.0
### New Features
* Diagnostics (#3931) via Toni Rico (@tonidero)
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.44.0-SNAPSHOT"
s.version = "4.43.1"
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.44.0-SNAPSHOT"
s.version = "4.43.1"
s.summary = "UI library for RevenueCat paywalls."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>4.44.0</string>
<string>4.43.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSApplicationCategoryType</key>
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.44.0-SNAPSHOT"
return "4.43.1"
}

static var systemVersion: String {
Expand Down
2 changes: 1 addition & 1 deletion Tests/BackendIntegrationTestApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>4.44.0</string>
<string>4.43.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion Tests/BackendIntegrationTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>4.44.0</string>
<string>4.43.1</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
121 changes: 83 additions & 38 deletions Tests/InstallationTests/CommonFiles/RevenueCat-Swift.h

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Tests/UnitTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>4.44.0</string>
<string>4.43.1</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion Tests/UnitTestsHostApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>4.44.0</string>
<string>4.43.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
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.43.0/documentation/revenuecat"/>
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-ios-docs/4.43.1/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.44.0-SNAPSHOT/documentation/revenuecat/v4_api_migration_guide"/>
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-ios-docs/4.43.1/documentation/revenuecat/v4_api_migration_guide"/>
</head>
<body>
</body>
Expand Down

0 comments on commit 2641f8a

Please sign in to comment.