Skip to content

Commit

Permalink
[AUTOMATIC] Release/6.29.1 (#1075)
Browse files Browse the repository at this point in the history
**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 <[email protected]>
  • Loading branch information
RCGitBot and tonidero authored May 16, 2024
1 parent 1fc6de7 commit 262fe7b
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 30 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.29.0
6.29.1
22 changes: 4 additions & 18 deletions CHANGELOG-LATEST.md
Original file line number Diff line number Diff line change
@@ -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)
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
1 change: 1 addition & 0 deletions VERSIONS.md
Original file line number Diff line number Diff line change
@@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.revenuecat.purchases_flutter'
version '6.29.0'
version '6.29.1'

buildscript {
ext.kotlin_version = '1.7.21'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ios/Classes/PurchasesFlutterPlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ - (NSString *)platformFlavor {
}

- (NSString *)platformFlavorVersion {
return @"6.29.0";
return @"6.29.1";
}

@end
2 changes: 1 addition & 1 deletion ios/purchases_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
2 changes: 1 addition & 1 deletion macos/purchases_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion purchases_ui_flutter/android/build.gradle
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion purchases_ui_flutter/ios/purchases_ui_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion purchases_ui_flutter/macos/purchases_ui_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion purchases_ui_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 262fe7b

Please sign in to comment.