From 43d2cfd6871d15988959af9ca78e0747886623a1 Mon Sep 17 00:00:00 2001 From: RevenueCat Git Bot <72824662+RCGitBot@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:03:07 +0200 Subject: [PATCH] [AUTOMATIC] Release/8.1.6 (#1184) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **This is an automatic release.** ## RevenueCat SDK ### 📦 Dependency Updates * [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.5.1 (#1182) via RevenueCat Git Bot (@RCGitBot) * [Android 8.8.1](https://github.com/RevenueCat/purchases-android/releases/tag/8.8.1) --- .version | 2 +- CHANGELOG-LATEST.md | 11 ++--------- CHANGELOG.md | 6 ++++++ VERSIONS.md | 1 + android/build.gradle | 2 +- .../purchases_flutter/PurchasesFlutterPlugin.java | 2 +- ios/Classes/PurchasesFlutterPlugin.m | 2 +- ios/purchases_flutter.podspec | 2 +- macos/purchases_flutter.podspec | 2 +- pubspec.yaml | 2 +- purchases_ui_flutter/android/build.gradle | 2 +- purchases_ui_flutter/ios/purchases_ui_flutter.podspec | 2 +- .../macos/purchases_ui_flutter.podspec | 2 +- purchases_ui_flutter/pubspec.yaml | 4 ++-- 14 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.version b/.version index ee0f68991..11784b332 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -8.1.5 +8.1.6 diff --git a/CHANGELOG-LATEST.md b/CHANGELOG-LATEST.md index 005d0192c..7ca13f850 100644 --- a/CHANGELOG-LATEST.md +++ b/CHANGELOG-LATEST.md @@ -1,11 +1,4 @@ ## RevenueCat SDK ### 📦 Dependency Updates -* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.5.0 (#1180) via RevenueCat Git Bot (@RCGitBot) - * [iOS 5.6.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.6.0) - * [iOS 5.5.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.5.0) -* Bump fastlane from 2.223.1 to 2.224.0 (#1178) via dependabot[bot] (@dependabot[bot]) - -## RevenueCatUI SDK -### 🐞 Bugfixes -* Fix double callbacks issue in PaywallView (https://github.com/RevenueCat/purchases-ios/pull/4333) -* Fix area insets in PaywallView (#1179) via Cesar de la Vega (@vegaro) +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.5.1 (#1182) via RevenueCat Git Bot (@RCGitBot) + * [Android 8.8.1](https://github.com/RevenueCat/purchases-android/releases/tag/8.8.1) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86b80de7c..052258521 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 8.1.6 +## RevenueCat SDK +### 📦 Dependency Updates +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.5.1 (#1182) via RevenueCat Git Bot (@RCGitBot) + * [Android 8.8.1](https://github.com/RevenueCat/purchases-android/releases/tag/8.8.1) + ## 8.1.5 ## RevenueCat SDK ### 📦 Dependency Updates diff --git a/VERSIONS.md b/VERSIONS.md index 19a22f53d..c6ad354c9 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -1,5 +1,6 @@ | Version | iOS version | Android version | Common files version | Play Billing Library version | |---------------|-------------|-----------------|----------------------|------------------------------| +| 8.1.6 | [5.6.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.6.0) | [8.8.1](https://github.com/RevenueCat/purchases-android/releases/tag/8.8.1) | [13.5.1](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/13.5.1) | [7.0.0](https://developer.android.com/google/play/billing/release-notes) | | 8.1.5 | [5.6.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.6.0) | [8.8.0](https://github.com/RevenueCat/purchases-android/releases/tag/8.8.0) | [13.5.0](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/13.5.0) | [7.0.0](https://developer.android.com/google/play/billing/release-notes) | | 8.1.4 | [5.4.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.4.0) | [8.8.0](https://github.com/RevenueCat/purchases-android/releases/tag/8.8.0) | [13.4.0](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/13.4.0) | [7.0.0](https://developer.android.com/google/play/billing/release-notes) | | 8.1.3 | [5.3.4](https://github.com/RevenueCat/purchases-ios/releases/tag/5.3.4) | [8.7.2](https://github.com/RevenueCat/purchases-android/releases/tag/8.7.2) | [13.3.0](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/13.3.0) | [7.0.0](https://developer.android.com/google/play/billing/release-notes) | diff --git a/android/build.gradle b/android/build.gradle index d92082d1e..4b9b00704 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ group 'com.revenuecat.purchases_flutter' -version '8.1.5' +version '8.1.6' buildscript { ext.kotlin_version = '1.8.22' diff --git a/android/src/main/java/com/revenuecat/purchases_flutter/PurchasesFlutterPlugin.java b/android/src/main/java/com/revenuecat/purchases_flutter/PurchasesFlutterPlugin.java index 05c002be2..50e92d629 100644 --- a/android/src/main/java/com/revenuecat/purchases_flutter/PurchasesFlutterPlugin.java +++ b/android/src/main/java/com/revenuecat/purchases_flutter/PurchasesFlutterPlugin.java @@ -60,7 +60,7 @@ public class PurchasesFlutterPlugin implements FlutterPlugin, MethodCallHandler, private final Handler handler = new Handler(Looper.getMainLooper()); private static final String PLATFORM_NAME = "flutter"; - private static final String PLUGIN_VERSION = "8.1.5"; + private static final String PLUGIN_VERSION = "8.1.6"; @Override public void onAttachedToEngine(@NonNull FlutterPluginBinding binding) { diff --git a/ios/Classes/PurchasesFlutterPlugin.m b/ios/Classes/PurchasesFlutterPlugin.m index d7bc18cb2..1116fac35 100644 --- a/ios/Classes/PurchasesFlutterPlugin.m +++ b/ios/Classes/PurchasesFlutterPlugin.m @@ -678,7 +678,7 @@ - (NSString *)platformFlavor { } - (NSString *)platformFlavorVersion { - return @"8.1.5"; + return @"8.1.6"; } @end diff --git a/ios/purchases_flutter.podspec b/ios/purchases_flutter.podspec index 4ef64ce7b..256520535 100644 --- a/ios/purchases_flutter.podspec +++ b/ios/purchases_flutter.podspec @@ -3,7 +3,7 @@ # Pod::Spec.new do |s| s.name = 'purchases_flutter' - s.version = '8.1.5' + s.version = '8.1.6' s.summary = 'Cross-platform subscriptions framework for Flutter.' s.description = <<-DESC Client for the RevenueCat subscription and purchase tracking system, making implementing in-app subscriptions in Flutter easy - receipt validation and status tracking included! diff --git a/macos/purchases_flutter.podspec b/macos/purchases_flutter.podspec index a3929e9c3..1594858c3 100644 --- a/macos/purchases_flutter.podspec +++ b/macos/purchases_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'purchases_flutter' - s.version = '8.1.5' + s.version = '8.1.6' s.summary = 'Cross-platform subscriptions framework for Flutter.' s.description = <<-DESC Client for the RevenueCat subscription and purchase tracking system, making implementing in-app subscriptions in Flutter easy - receipt validation and status tracking included! diff --git a/pubspec.yaml b/pubspec.yaml index d042fe4f2..9afdf8f3c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: purchases_flutter description: Flutter in-app purchases and subscriptions made easy. The plugin supports iOS, macOS and Android. -version: 8.1.5 +version: 8.1.6 homepage: https://www.revenuecat.com/ repository: https://github.com/RevenueCat/purchases-flutter issue_tracker: https://github.com/RevenueCat/purchases-flutter/issues diff --git a/purchases_ui_flutter/android/build.gradle b/purchases_ui_flutter/android/build.gradle index d515c271f..1e33be9d3 100644 --- a/purchases_ui_flutter/android/build.gradle +++ b/purchases_ui_flutter/android/build.gradle @@ -1,5 +1,5 @@ group 'com.revenuecat.purchases_ui_flutter' -version '8.1.5' +version '8.1.6' buildscript { ext.kotlin_version = '1.9.20' diff --git a/purchases_ui_flutter/ios/purchases_ui_flutter.podspec b/purchases_ui_flutter/ios/purchases_ui_flutter.podspec index 4d604cfd3..cdf6db293 100644 --- a/purchases_ui_flutter/ios/purchases_ui_flutter.podspec +++ b/purchases_ui_flutter/ios/purchases_ui_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'purchases_ui_flutter' - s.version = '8.1.5' + s.version = '8.1.6' s.summary = 'Flutter plugin that integrates RevenueCat Paywalls' s.description = <<-DESC Flutter plugin that integrates RevenueCat Paywalls diff --git a/purchases_ui_flutter/macos/purchases_ui_flutter.podspec b/purchases_ui_flutter/macos/purchases_ui_flutter.podspec index f675b4531..932a599cf 100644 --- a/purchases_ui_flutter/macos/purchases_ui_flutter.podspec +++ b/purchases_ui_flutter/macos/purchases_ui_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'purchases_ui_flutter' - s.version = '8.1.5' + s.version = '8.1.6' s.summary = 'Flutter plugin that integrates RevenueCat Paywalls' s.description = <<-DESC Flutter plugin that integrates RevenueCat Paywalls diff --git a/purchases_ui_flutter/pubspec.yaml b/purchases_ui_flutter/pubspec.yaml index 16409a2e3..4c03a0864 100644 --- a/purchases_ui_flutter/pubspec.yaml +++ b/purchases_ui_flutter/pubspec.yaml @@ -1,6 +1,6 @@ name: purchases_ui_flutter description: "Flutter plugin that integrates RevenueCat Paywalls. This plugin supports iOS and Android." -version: 8.1.5 +version: 8.1.6 homepage: https://www.revenuecat.com/ issue_tracker: https://github.com/RevenueCat/purchases-flutter/issues documentation: https://docs.revenuecat.com/docs @@ -11,7 +11,7 @@ environment: flutter: '>=3.3.0' dependencies: - purchases_flutter: ^8.1.5 + purchases_flutter: ^8.1.6 flutter: sdk: flutter plugin_platform_interface: ^2.0.2