Skip to content

Commit

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

### Bugfixes
* `Paywalls`: Update Norwegian "restore" localization (#3844) via Josh
Holtz (@joshdholtz)
### Dependency Updates
* Bump fastlane-plugin-revenuecat_internal from `f88dcd4` to `dd5e21f`
(#3839) via dependabot[bot] (@dependabot[bot])
* Update Package.resolved (#3822) via Cesar de la Vega (@vegaro)
* Bump fastlane-plugin-revenuecat_internal from `1e62420` to `f88dcd4`
(#3831) via dependabot[bot] (@dependabot[bot])
### Other Changes
* Add diagnostics event for Customer Info verification (#3823) via Cesar
de la Vega (@vegaro)
* Fix backend integration test (#3847) via Josh Holtz (@joshdholtz)
* Push to SPM after release has been made (#3834) via James Borthwick
(@jamesrb1)
* Add note to readme about new spm repo (#3828) via James Borthwick
(@jamesrb1)
  • Loading branch information
RCGitBot committed Apr 30, 2024
1 parent 72468b7 commit 1a55a9a
Show file tree
Hide file tree
Showing 13 changed files with 41 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.42.0-SNAPSHOT
4.41.2
13 changes: 9 additions & 4 deletions CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
### Bugfixes
* `Paywalls`: Update Norwegian "restore" localization (#3844) via Josh Holtz (@joshdholtz)
### Dependency Updates
* Bump fastlane-plugin-revenuecat_internal from `8d4d9b1` to `1e62420` (#3818) via dependabot[bot] (@dependabot[bot])
* Bump fastlane-plugin-revenuecat_internal from `f88dcd4` to `dd5e21f` (#3839) via dependabot[bot] (@dependabot[bot])
* Update Package.resolved (#3822) via Cesar de la Vega (@vegaro)
* Bump fastlane-plugin-revenuecat_internal from `1e62420` to `f88dcd4` (#3831) via dependabot[bot] (@dependabot[bot])
### Other Changes
* Sync repo in an SPM-friendly way (#3827) via James Borthwick (@jamesrb1)
* Syncs diagnostics on initialization (#3821) via Cesar de la Vega (@vegaro)
* Only update docs index on latest stable releases (#3815) via Toni Rico (@tonidero)
* Add diagnostics event for Customer Info verification (#3823) via Cesar de la Vega (@vegaro)
* Fix backend integration test (#3847) via Josh Holtz (@joshdholtz)
* Push to SPM after release has been made (#3834) via James Borthwick (@jamesrb1)
* Add note to readme about new spm repo (#3828) via James Borthwick (@jamesrb1)
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 4.41.2
### Bugfixes
* `Paywalls`: Update Norwegian "restore" localization (#3844) via Josh Holtz (@joshdholtz)
### Dependency Updates
* Bump fastlane-plugin-revenuecat_internal from `f88dcd4` to `dd5e21f` (#3839) via dependabot[bot] (@dependabot[bot])
* Update Package.resolved (#3822) via Cesar de la Vega (@vegaro)
* Bump fastlane-plugin-revenuecat_internal from `1e62420` to `f88dcd4` (#3831) via dependabot[bot] (@dependabot[bot])
### Other Changes
* Add diagnostics event for Customer Info verification (#3823) via Cesar de la Vega (@vegaro)
* Fix backend integration test (#3847) via Josh Holtz (@joshdholtz)
* Push to SPM after release has been made (#3834) via James Borthwick (@jamesrb1)
* Add note to readme about new spm repo (#3828) via James Borthwick (@jamesrb1)

## 4.41.1
### Dependency Updates
* Bump fastlane-plugin-revenuecat_internal from `8d4d9b1` to `1e62420` (#3818) via dependabot[bot] (@dependabot[bot])
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.42.0-SNAPSHOT"
s.version = "4.41.2"
s.summary = "Subscription and in-app-purchase backend service."

s.description = <<-DESC
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@
"version" : "10.0.0"
}
},
{
"identity" : "ohhttpstubs",
"kind" : "remoteSourceControl",
"location" : "https://github.com/AliSoftware/OHHTTPStubs.git",
"state" : {
"revision" : "12f19662426d0434d6c330c6974d53e2eb10ecd9",
"version" : "9.1.0"
}
},
{
"identity" : "swift-snapshot-testing",
"kind" : "remoteSourceControl",
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.42.0-SNAPSHOT"
s.version = "4.41.2"
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.42.0</string>
<string>4.41.2</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.42.0-SNAPSHOT"
return "4.41.2"
}

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.42.0</string>
<string>4.41.2</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.42.0</string>
<string>4.41.2</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
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.42.0</string>
<string>4.41.2</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.42.0</string>
<string>4.41.2</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
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.42.0-SNAPSHOT/documentation/revenuecat/v4_api_migration_guide"/>
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-ios-docs/4.41.2/documentation/revenuecat/v4_api_migration_guide"/>
</head>
<body>
</body>
Expand Down

0 comments on commit 1a55a9a

Please sign in to comment.