Skip to content

Commit

Permalink
Version bump for 5.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RCGitBot committed Nov 25, 2024
1 parent d3aa976 commit c4b00fa
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.11.0-SNAPSHOT
5.11.0
29 changes: 14 additions & 15 deletions CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
## RevenueCat SDK
### ✨ New Features
* Support anonymous web purchase redemptions (#4439) via Toni Rico (@tonidero)

### Win-back Offers

#### ✨ New Features

- Support fetching & redeeming eligible win-back offers in custom paywalls (#4485) via Will Taylor (@fire-at-will)

### 🐞 Bugfixes

- Fix transaction metadata in purchase tester app (#4505) via Will Taylor (@fire-at-will)
## RevenueCatUI SDK
### ✨ New Features
* Add new view modifier to redeem web purchases (#4446) via Toni Rico (@tonidero)
### Customer Center
#### 🐞 Bugfixes
* Add lifetime support to the Customer Center (#4503) via Cesar de la Vega (@vegaro)

### 🔄 Other Changes

- [Paywalls] Use .frame(alignment:) to fix alignment in non-multiline text components (#4500) via Mark Villacampa (@MarkVillacampa)
- [Paywalls V2] Allowing intro eligibility overrides for text (and image and stack) (#4495) via Josh Holtz (@joshdholtz)
- [Paywalls V2] Introduce new `LocalizationProvider` for localized strings and locale (#4491) via Josh Holtz (@joshdholtz)
- [Paywalls V2] Process variables in the text component (#4490) via Josh Holtz (@joshdholtz)
- Fighting flakiness: no longer uses `beCloseToDate` in `CustomerInfoOfflineEntitlementsStoreKitTest.verifyEntitlement` (#4399) via JayShortway (@JayShortway)
* [Paywalls] Remove lazy stack usages and fix alignment issues (#4514) via Mark Villacampa (@MarkVillacampa)
* Pass transactionData to handleReceiptPost in syncPurchasesSK2 (#4513) via Mark Villacampa (@MarkVillacampa)
* [Paywalls] Fix stack alignment issues by applying frame alignment to the size modifier (#4511) via Mark Villacampa (@MarkVillacampa)
* [FIX] Update License Copywrite (#4510) via Jacob Eiting (@jeiting)
* [Paywalls] Add button and shortcut to refresh the presented live paywall (#4509) via Mark Villacampa (@MarkVillacampa)
* [Paywalls V2] Add root paywall background (color and image) (#4502) via Josh Holtz (@joshdholtz)
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 5.11.0
## RevenueCat SDK
### ✨ New Features
* Support anonymous web purchase redemptions (#4439) via Toni Rico (@tonidero)

## RevenueCatUI SDK
### ✨ New Features
* Add new view modifier to redeem web purchases (#4446) via Toni Rico (@tonidero)
### Customer Center
#### 🐞 Bugfixes
* Add lifetime support to the Customer Center (#4503) via Cesar de la Vega (@vegaro)

### 🔄 Other Changes
* [Paywalls] Remove lazy stack usages and fix alignment issues (#4514) via Mark Villacampa (@MarkVillacampa)
* Pass transactionData to handleReceiptPost in syncPurchasesSK2 (#4513) via Mark Villacampa (@MarkVillacampa)
* [Paywalls] Fix stack alignment issues by applying frame alignment to the size modifier (#4511) via Mark Villacampa (@MarkVillacampa)
* [FIX] Update License Copywrite (#4510) via Jacob Eiting (@jeiting)
* [Paywalls] Add button and shortcut to refresh the presented live paywall (#4509) via Mark Villacampa (@MarkVillacampa)
* [Paywalls V2] Add root paywall background (color and image) (#4502) via Josh Holtz (@joshdholtz)

## 5.10.0
## RevenueCat SDK

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 = "5.11.0-SNAPSHOT"
s.version = "5.11.0"
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 = "5.11.0-SNAPSHOT"
s.version = "5.11.0"
s.summary = "UI library for RevenueCat paywalls."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Sources/Misc/SystemInfo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class SystemInfo {
}

static var frameworkVersion: String {
return "5.11.0-SNAPSHOT"
return "5.11.0"
}

static var systemVersion: String {
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/5.10.0/documentation/revenuecat"/>
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-ios-docs/5.11.0/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/5.11.0-SNAPSHOT/documentation/revenuecat/v4_api_migration_guide"/>
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-ios-docs/5.11.0/documentation/revenuecat/v4_api_migration_guide"/>
</head>
<body>
</body>
Expand Down
2 changes: 1 addition & 1 deletion scripts/docs/v5_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/5.11.0-SNAPSHOT/documentation/revenuecat/v5_api_migration_guide"/>
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-ios-docs/5.11.0/documentation/revenuecat/v5_api_migration_guide"/>
</head>
<body>
</body>
Expand Down

0 comments on commit c4b00fa

Please sign in to comment.