File tree Expand file tree Collapse file tree 15 files changed +29
-26
lines changed
Examples/SampleCat/SampleCat.xcodeproj
BackendIntegrationTestApp Expand file tree Collapse file tree 15 files changed +29
-26
lines changed Original file line number Diff line number Diff line change 1- 5.50.0-SNAPSHOT
1+ 5.49.2
Original file line number Diff line number Diff line change 1- ## RevenueCat SDK
2- ### 🐞 Bugfixes
3- * [ MON-1122] Changes the rounding mode to ` .down ` instead of ` .plain ` (#5821 ) via Pol Piella Abadia (@polpielladev )
4-
51## RevenueCatUI SDK
6- ### Paywallv2
2+ ### Customer Center
73#### 🐞 Bugfixes
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 )
4+ * Fix missing Customer Center actions on SK1 purchases (#5883 ) via Cesar de la Vega (@vegaro )
105
116### 🔄 Other Changes
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] )
7+ * Automated E2E tests for the Test Store (#5859 ) via Antonio Pallares (@ajpallares )
8+ * Bump fastlane from 2.229.0 to 2.229.1 (#5882 ) via dependabot[ bot] (@dependabot [ bot] )
9+ * [ AUTOMATIC] [ Paywalls V2 ] Updates commit hash of paywall-preview-resources (#5876 ) via RevenueCat Git Bot (@RCGitBot )
Original file line number Diff line number Diff line change 1+ ## 5.49.2
2+ ## RevenueCatUI SDK
3+ ### Customer Center
4+ #### 🐞 Bugfixes
5+ * Fix missing Customer Center actions on SK1 purchases (#5883 ) via Cesar de la Vega (@vegaro )
6+
7+ ### 🔄 Other Changes
8+ * Automated E2E tests for the Test Store (#5859 ) via Antonio Pallares (@ajpallares )
9+ * Bump fastlane from 2.229.0 to 2.229.1 (#5882 ) via dependabot[ bot] (@dependabot [ bot] )
10+ * [ AUTOMATIC] [ Paywalls V2 ] Updates commit hash of paywall-preview-resources (#5876 ) via RevenueCat Git Bot (@RCGitBot )
11+
112## 5.49.1
213## RevenueCat SDK
314### 🐞 Bugfixes
Original file line number Diff line number Diff line change 507507 repositoryURL = "https://github.com/RevenueCat/purchases-ios";
508508 requirement = {
509509 kind = upToNextMajorVersion;
510- minimumVersion = 5.49.1 ;
510+ minimumVersion = 5.49.2 ;
511511 };
512512 };
513513/* End XCRemoteSwiftPackageReference section */
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "RevenueCat"
3- s . version = "5.50.0-SNAPSHOT "
3+ s . version = "5.49.2 "
44 s . summary = "Subscription and in-app-purchase backend service."
55
66 s . description = <<-DESC
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "RevenueCatUI"
3- s . version = "5.50.0-SNAPSHOT "
3+ s . version = "5.49.2 "
44 s . summary = "UI library for RevenueCat paywalls."
55
66 s . description = <<-DESC
Original file line number Diff line number Diff line change 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.2 </string >
2121 <key >CFBundleVersion </key >
2222 <string >$(CURRENT_PROJECT_VERSION) </string >
2323 <key >LSApplicationCategoryType </key >
Original file line number Diff line number Diff 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.2 "
102102 }
103103
104104 static var systemVersion : String {
Original file line number Diff line number Diff line change 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.2 </string >
2121 <key >CFBundleVersion </key >
2222 <string >1 </string >
2323 <key >LSRequiresIPhoneOS </key >
Original file line number Diff line number Diff line change 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.2 </string >
1919 <key >CFBundleVersion </key >
2020 <string >1 </string >
2121</dict >
You can’t perform that action at this time.
0 commit comments