From 262fe7bf1b75c1343a4f75956e1b6785a644fd7b Mon Sep 17 00:00:00 2001 From: RevenueCat Git Bot <72824662+RCGitBot@users.noreply.github.com> Date: Thu, 16 May 2024 14:12:21 +0200 Subject: [PATCH] [AUTOMATIC] Release/6.29.1 (#1075) **This is an automatic release.** ### Bugfixes * [EXTERNAL] fix: call presentPaywallIfNeeded when needed (#1066) by @danjocha (#1069) via Cesar de la Vega (@vegaro) ### Dependency Updates * [AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.6.2 (#1067) via RevenueCat Git Bot (@RCGitBot) ### Other Changes * Remove SafeArea in sample in paywall.dart (#1063) via Cesar de la Vega (@vegaro) * Migration to applying Gradle plugins with the declarative plugins block in sample (#1062) via Cesar de la Vega (@vegaro) --------- Co-authored-by: Toni Rico --- .circleci/config.yml | 3 ++- .version | 2 +- CHANGELOG-LATEST.md | 22 ++++--------------- CHANGELOG.md | 9 ++++++++ VERSIONS.md | 1 + android/build.gradle | 2 +- .../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 +- .../ios/purchases_ui_flutter.podspec | 2 +- .../macos/purchases_ui_flutter.podspec | 2 +- purchases_ui_flutter/pubspec.yaml | 2 +- 15 files changed, 27 insertions(+), 30 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 78b607fb6..66fbc2f52 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -308,7 +308,8 @@ jobs: name: Run Flutter integration tests command: | cd revenuecat_examples/purchase_tester - flutter drive --target=integration_test/app_test.dart \ + DEVICE_ID=$(flutter devices | awk -F '•' 'NR==2 {gsub(/^[ \t]+|[ \t]+$/, "", $1); print $2}') + flutter drive -d $DEVICE_ID --target=integration_test/app_test.dart \ --driver=test_driver/integration_test.dart freezed: diff --git a/.version b/.version index 94ae9e992..0d3e74b9c 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -6.29.0 +6.29.1 diff --git a/CHANGELOG-LATEST.md b/CHANGELOG-LATEST.md index 267f783e7..496208ffa 100644 --- a/CHANGELOG-LATEST.md +++ b/CHANGELOG-LATEST.md @@ -1,21 +1,7 @@ ### Bugfixes -* Crash on Amazon paywalls after purchasing (#1053) via Cesar de la Vega (@vegaro) +* [EXTERNAL] fix: call presentPaywallIfNeeded when needed (#1066) by @danjocha (#1069) via Cesar de la Vega (@vegaro) ### Dependency Updates -* BillingClient has been updated to version 6.2.1 -* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.6.1 (#1059) via RevenueCat Git Bot (@RCGitBot) - * [Android 7.10.1](https://github.com/RevenueCat/purchases-android/releases/tag/7.10.1) - * [Android 7.10.0](https://github.com/RevenueCat/purchases-android/releases/tag/7.10.0) - * [iOS 4.41.2](https://github.com/RevenueCat/purchases-ios/releases/tag/4.41.2) - * [iOS 4.41.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.41.1) -* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.6.0 (#1056) via RevenueCat Git Bot (@RCGitBot) - * [Android 7.10.1](https://github.com/RevenueCat/purchases-android/releases/tag/7.10.1) - * [Android 7.10.0](https://github.com/RevenueCat/purchases-android/releases/tag/7.10.0) - * [iOS 4.41.2](https://github.com/RevenueCat/purchases-ios/releases/tag/4.41.2) - * [iOS 4.41.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.41.1) -* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.5.1 (#1054) via RevenueCat Git Bot (@RCGitBot) - * [Android 7.10.1](https://github.com/RevenueCat/purchases-android/releases/tag/7.10.1) - * [Android 7.10.0](https://github.com/RevenueCat/purchases-android/releases/tag/7.10.0) - * [iOS 4.41.2](https://github.com/RevenueCat/purchases-ios/releases/tag/4.41.2) - * [iOS 4.41.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.41.1) +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.6.2 (#1067) via RevenueCat Git Bot (@RCGitBot) ### Other Changes -* Add `trigger_bump` lane (#1058) via Cesar de la Vega (@vegaro) +* Remove SafeArea in sample in paywall.dart (#1063) via Cesar de la Vega (@vegaro) +* Migration to applying Gradle plugins with the declarative plugins block in sample (#1062) via Cesar de la Vega (@vegaro) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9e37d422..0647c49a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 6.29.1 +### Bugfixes +* [EXTERNAL] fix: call presentPaywallIfNeeded when needed (#1066) by @danjocha (#1069) via Cesar de la Vega (@vegaro) +### Dependency Updates +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.6.2 (#1067) via RevenueCat Git Bot (@RCGitBot) +### Other Changes +* Remove SafeArea in sample in paywall.dart (#1063) via Cesar de la Vega (@vegaro) +* Migration to applying Gradle plugins with the declarative plugins block in sample (#1062) via Cesar de la Vega (@vegaro) + ## 6.29.0 ### Bugfixes * Crash on Amazon paywalls after purchasing (#1053) via Cesar de la Vega (@vegaro) diff --git a/VERSIONS.md b/VERSIONS.md index 1037dbdec..3c230bc20 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -1,5 +1,6 @@ | Version | iOS version | Android version | Common files version | |---------------|-------------|-----------------|----------------------| +| 6.29.1 | 4.41.2 | 7.10.1 | 10.6.2 | | 6.29.0 | 4.41.2 | 7.10.1 | 10.6.1 | | 6.28.0 | 4.41.0 | 7.9.0 | 10.5.0 | | 6.27.0 | 4.40.1 | 7.8.2 | 10.4.1 | diff --git a/android/build.gradle b/android/build.gradle index 6b2e65ffe..42518c2ad 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ group 'com.revenuecat.purchases_flutter' -version '6.29.0' +version '6.29.1' buildscript { ext.kotlin_version = '1.7.21' 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 ef579a50d..9da3721c1 100644 --- a/android/src/main/java/com/revenuecat/purchases_flutter/PurchasesFlutterPlugin.java +++ b/android/src/main/java/com/revenuecat/purchases_flutter/PurchasesFlutterPlugin.java @@ -67,7 +67,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 = "6.29.0"; + private static final String PLUGIN_VERSION = "6.29.1"; /** * Plugin registration. diff --git a/ios/Classes/PurchasesFlutterPlugin.m b/ios/Classes/PurchasesFlutterPlugin.m index 51cf487d8..ec84eb8f6 100644 --- a/ios/Classes/PurchasesFlutterPlugin.m +++ b/ios/Classes/PurchasesFlutterPlugin.m @@ -674,7 +674,7 @@ - (NSString *)platformFlavor { } - (NSString *)platformFlavorVersion { - return @"6.29.0"; + return @"6.29.1"; } @end diff --git a/ios/purchases_flutter.podspec b/ios/purchases_flutter.podspec index 028853cee..f2b83aaa3 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 = '6.29.0' + s.version = '6.29.1' 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 97b0bce14..e95dfbb77 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 = '6.29.0' + s.version = '6.29.1' 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 6106c0f67..b64eb7b74 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: 6.29.0 +version: 6.29.1 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 99232b770..f17564822 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 '6.29.0' +version '6.29.1' 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 90f50cc09..b20f9f4de 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 = '6.29.0' + s.version = '6.29.1' 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 1964d583b..ed2054584 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 = '6.29.0' + s.version = '6.29.1' 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 3bf61651c..a01eb3de8 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: 6.29.0 +version: 6.29.1 homepage: https://www.revenuecat.com/ issue_tracker: https://github.com/RevenueCat/purchases-flutter/issues documentation: https://docs.revenuecat.com/docs