Skip to content

Commit 2ae4616

Browse files
committed
Version bump for 5.49.0
1 parent a3283fd commit 2ae4616

File tree

10 files changed

+57
-16
lines changed

10 files changed

+57
-16
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.49.0-SNAPSHOT
1+
5.49.0

CHANGELOG.latest.md

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,27 @@
11
## RevenueCat SDK
22
### 🐞 Bugfixes
3-
* Fix countdown component for older ios version (#5799) via Josh Holtz (@joshdholtz)
3+
* Fix: Ensure the initial tab selects the package on first appearance (#5850) via Jacob Rakidzich (@JZDesign)
4+
* Fix icon not updating on selection of package (#5846) via Jacob Rakidzich (@JZDesign)
5+
* Fix Crashes: Move large object cacheing off of user defaults to file storage (#5652) via Jacob Rakidzich (@JZDesign)
6+
* Prevent duplicate post receipt requests (#5795) via Antonio Pallares (@ajpallares)
47

58
## RevenueCatUI SDK
6-
### Paywallv2
9+
### Customer Center
710
#### ✨ New Features
8-
* Paywalls countdown component (#5790) via Josh Holtz (@joshdholtz)
11+
* CC-582 | Allow for support ticket creation (#5779) via Rosie Watson (@RosieWatson)
12+
#### 🐞 Bugfixes
13+
* Fix SK1 products always showing Lifetime badge (#5811) via Cesar de la Vega (@vegaro)
914

1015
### 🔄 Other Changes
11-
* Fix slack_backend_integration_test_results Fastlane action crashing during integration / e2e tests (#5798) via Rick (@rickvdl)
12-
* Backend integration / E2E test Slack alerting + health check pings (#5792) via Rick (@rickvdl)
13-
* Reduce flakiness of some tests (#5724) via Antonio Pallares (@ajpallares)
14-
* Support for flushing non subscription in the Events Manager (#5726) via Pol Miro (@polmiro)
15-
* Ensure that multiline trailing commas result in an error (#5772) via Jacob Rakidzich (@JZDesign)
16+
* Allow downloads of paywall assets in parallel when warming up cache (#5849) via Antonio Pallares (@ajpallares)
17+
* Simplify cache warming (#5847) via Antonio Pallares (@ajpallares)
18+
* Update backend integration test reference snapshots (#5839) via Rick (@rickvdl)
19+
* Add missing files to workspace (#5833) via Rick (@rickvdl)
20+
* Runs plugin actions from correct directory (#5830) via JayShortway (@JayShortway)
21+
* Clearing documents and cache directories used by the SDK in tests (#5831) via Rick (@rickvdl)
22+
* Fixed passing major version as integer to send Slack alert action which accepts a string instead (#5829) via Rick (@rickvdl)
23+
* Uses some git+GitHub lanes from Fastlane plugin (#5823) via JayShortway (@JayShortway)
24+
* [AUTOMATIC][Paywalls V2] Updates commit hash of paywall-preview-resources (#5824) via RevenueCat Git Bot (@RCGitBot)
25+
* Fix strong retain cycle on `Purchases` instance (#5818) via Antonio Pallares (@ajpallares)
26+
* Removed Slack actions from CircleCI config for release jobs that don't add much value and were not working before (#5808) via Rick (@rickvdl)
27+
* Migrate to slack-secrets context again after fixing conflict between orb and Fastlane Slack action (#5806) via Rick (@rickvdl)

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## 5.49.0
2+
## RevenueCat SDK
3+
### 🐞 Bugfixes
4+
* Fix: Ensure the initial tab selects the package on first appearance (#5850) via Jacob Rakidzich (@JZDesign)
5+
* Fix icon not updating on selection of package (#5846) via Jacob Rakidzich (@JZDesign)
6+
* Fix Crashes: Move large object cacheing off of user defaults to file storage (#5652) via Jacob Rakidzich (@JZDesign)
7+
* Prevent duplicate post receipt requests (#5795) via Antonio Pallares (@ajpallares)
8+
9+
## RevenueCatUI SDK
10+
### Customer Center
11+
#### ✨ New Features
12+
* CC-582 | Allow for support ticket creation (#5779) via Rosie Watson (@RosieWatson)
13+
#### 🐞 Bugfixes
14+
* Fix SK1 products always showing Lifetime badge (#5811) via Cesar de la Vega (@vegaro)
15+
16+
### 🔄 Other Changes
17+
* Allow downloads of paywall assets in parallel when warming up cache (#5849) via Antonio Pallares (@ajpallares)
18+
* Simplify cache warming (#5847) via Antonio Pallares (@ajpallares)
19+
* Update backend integration test reference snapshots (#5839) via Rick (@rickvdl)
20+
* Add missing files to workspace (#5833) via Rick (@rickvdl)
21+
* Runs plugin actions from correct directory (#5830) via JayShortway (@JayShortway)
22+
* Clearing documents and cache directories used by the SDK in tests (#5831) via Rick (@rickvdl)
23+
* Fixed passing major version as integer to send Slack alert action which accepts a string instead (#5829) via Rick (@rickvdl)
24+
* Uses some git+GitHub lanes from Fastlane plugin (#5823) via JayShortway (@JayShortway)
25+
* [AUTOMATIC][Paywalls V2] Updates commit hash of paywall-preview-resources (#5824) via RevenueCat Git Bot (@RCGitBot)
26+
* Fix strong retain cycle on `Purchases` instance (#5818) via Antonio Pallares (@ajpallares)
27+
* Removed Slack actions from CircleCI config for release jobs that don't add much value and were not working before (#5808) via Rick (@rickvdl)
28+
* Migrate to slack-secrets context again after fixing conflict between orb and Fastlane Slack action (#5806) via Rick (@rickvdl)
29+
130
## 5.48.0
231
## RevenueCat SDK
332
### 🐞 Bugfixes

Examples/SampleCat/SampleCat.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@
507507
repositoryURL = "https://github.com/RevenueCat/purchases-ios";
508508
requirement = {
509509
kind = upToNextMajorVersion;
510-
minimumVersion = 5.48.0;
510+
minimumVersion = 5.49.0;
511511
};
512512
};
513513
/* End XCRemoteSwiftPackageReference section */

RevenueCat.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RevenueCat"
3-
s.version = "5.49.0-SNAPSHOT"
3+
s.version = "5.49.0"
44
s.summary = "Subscription and in-app-purchase backend service."
55

66
s.description = <<-DESC

RevenueCatUI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RevenueCatUI"
3-
s.version = "5.49.0-SNAPSHOT"
3+
s.version = "5.49.0"
44
s.summary = "UI library for RevenueCat paywalls."
55

66
s.description = <<-DESC

Sources/Misc/SystemInfo.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class SystemInfo {
9898
}
9999

100100
static var frameworkVersion: String {
101-
return "5.49.0-SNAPSHOT"
101+
return "5.49.0"
102102
}
103103

104104
static var systemVersion: String {

scripts/docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE html>
33
<html>
44
<head>
5-
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-ios-docs/5.48.0/documentation/revenuecat"/>
5+
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-ios-docs/5.49.0/documentation/revenuecat"/>
66
</head>
77
<body>
88
</body>

scripts/docs/v4_api_migration_guide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE html>
33
<html>
44
<head>
5-
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-ios-docs/5.49.0-SNAPSHOT/documentation/revenuecat/v4_api_migration_guide"/>
5+
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-ios-docs/5.49.0/documentation/revenuecat/v4_api_migration_guide"/>
66
</head>
77
<body>
88
</body>

scripts/docs/v5_api_migration_guide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE html>
33
<html>
44
<head>
5-
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-ios-docs/5.49.0-SNAPSHOT/documentation/revenuecat/v5_api_migration_guide"/>
5+
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-ios-docs/5.49.0/documentation/revenuecat/v5_api_migration_guide"/>
66
</head>
77
<body>
88
</body>

0 commit comments

Comments
 (0)