Skip to content

Commit 2481f36

Browse files
committed
Version bump for 5.49.1
1 parent 6e781f8 commit 2481f36

File tree

15 files changed

+42
-33
lines changed

15 files changed

+42
-33
lines changed

.version

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

CHANGELOG.latest.md

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,17 @@
11
## RevenueCat SDK
22
### 🐞 Bugfixes
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)
3+
* [MON-1122] Changes the rounding mode to `.down` instead of `.plain` (#5821) via Pol Piella Abadia (@polpielladev)
74

85
## RevenueCatUI SDK
9-
### Customer Center
10-
#### ✨ New Features
11-
* CC-582 | Allow for support ticket creation (#5779) via Rosie Watson (@RosieWatson)
6+
### Paywallv2
127
#### 🐞 Bugfixes
13-
* Fix SK1 products always showing Lifetime badge (#5811) via Cesar de la Vega (@vegaro)
8+
* Select default package on `BottomSheetView` dismissal (#5797) via Cesar de la Vega (@vegaro)
9+
* Set paywall as non-scrolling if shorter than screen (#5857) via Cesar de la Vega (@vegaro)
1410

1511
### 🔄 Other Changes
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)
12+
* Bump fastlane from 2.228.0 to 2.229.0 (#5855) via dependabot[bot] (@dependabot[bot])
13+
* Track `connection_error_reason` property in diagnostics for HTTP errors (#5860) via Rick (@rickvdl)
14+
* Add client side timeout logic for endpoints that support fallback URLs (#5760) via Rick (@rickvdl)
15+
* Prevent CI from editing root Package.resolved (#5856) via Antonio Pallares (@ajpallares)
16+
* Fixed daily integration-tests-all run missing the Circle CI context (#5853) via Rick (@rickvdl)
17+
* Bump fastlane-plugin-revenuecat_internal from `083ced9` to `efca663` (#5854) via dependabot[bot] (@dependabot[bot])

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 5.49.1
2+
## RevenueCat SDK
3+
### 🐞 Bugfixes
4+
* [MON-1122] Changes the rounding mode to `.down` instead of `.plain` (#5821) via Pol Piella Abadia (@polpielladev)
5+
6+
## RevenueCatUI SDK
7+
### Paywallv2
8+
#### 🐞 Bugfixes
9+
* Select default package on `BottomSheetView` dismissal (#5797) via Cesar de la Vega (@vegaro)
10+
* Set paywall as non-scrolling if shorter than screen (#5857) via Cesar de la Vega (@vegaro)
11+
12+
### 🔄 Other Changes
13+
* Bump fastlane from 2.228.0 to 2.229.0 (#5855) via dependabot[bot] (@dependabot[bot])
14+
* Track `connection_error_reason` property in diagnostics for HTTP errors (#5860) via Rick (@rickvdl)
15+
* Add client side timeout logic for endpoints that support fallback URLs (#5760) via Rick (@rickvdl)
16+
* Prevent CI from editing root Package.resolved (#5856) via Antonio Pallares (@ajpallares)
17+
* Fixed daily integration-tests-all run missing the Circle CI context (#5853) via Rick (@rickvdl)
18+
* Bump fastlane-plugin-revenuecat_internal from `083ced9` to `efca663` (#5854) via dependabot[bot] (@dependabot[bot])
19+
120
## 5.49.0
221
## RevenueCat SDK
322
### 🐞 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.49.0;
510+
minimumVersion = 5.49.1;
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.50.0-SNAPSHOT"
3+
s.version = "5.49.1"
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.50.0-SNAPSHOT"
3+
s.version = "5.49.1"
44
s.summary = "UI library for RevenueCat paywalls."
55

66
s.description = <<-DESC

Sources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>5.50.0</string>
20+
<string>5.49.1</string>
2121
<key>CFBundleVersion</key>
2222
<string>$(CURRENT_PROJECT_VERSION)</string>
2323
<key>LSApplicationCategoryType</key>

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.50.0-SNAPSHOT"
101+
return "5.49.1"
102102
}
103103

104104
static var systemVersion: String {

Tests/BackendIntegrationTestApp/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>5.50.0</string>
20+
<string>5.49.1</string>
2121
<key>CFBundleVersion</key>
2222
<string>1</string>
2323
<key>LSRequiresIPhoneOS</key>

Tests/BackendIntegrationTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>5.50.0</string>
18+
<string>5.49.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
</dict>

0 commit comments

Comments
 (0)