Skip to content

Commit

Permalink
[AUTOMATIC] Release/6.27.0 (#1046)
Browse files Browse the repository at this point in the history
**This is an automatic release.**

### Bugfixes
* Fix touches passing through paywall when using presentPaywall methods
(#1044) via Toni Rico (@tonidero)
* Remove macos platform support in purchases_ui_flutter (#1041) via
Cesar de la Vega (@vegaro)
### Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.4.1 and adds
`externalStore` to `Store` enum (#1043) via RevenueCat Git Bot
(@RCGitBot)
* [Android
7.8.2](https://github.com/RevenueCat/purchases-android/releases/tag/7.8.2)
* [iOS
4.40.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.40.1)
  • Loading branch information
RCGitBot authored Apr 18, 2024
1 parent 99e26f1 commit 77cdde9
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.26.0
6.27.0
9 changes: 6 additions & 3 deletions CHANGELOG-LATEST.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
### Bugfixes
* Fix touches passing through paywall when using presentPaywall methods (#1044) via Toni Rico (@tonidero)
* Remove macos platform support in purchases_ui_flutter (#1041) via Cesar de la Vega (@vegaro)
### Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.4.0 (#1037) via RevenueCat Git Bot (@RCGitBot)
* [iOS 4.40.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.40.0)
* Bump fastlane from 2.219.0 to 2.220.0 (#1035) via dependabot[bot] (@dependabot[bot])
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.4.1 and adds `externalStore` to `Store` enum (#1043) via RevenueCat Git Bot (@RCGitBot)
* [Android 7.8.2](https://github.com/RevenueCat/purchases-android/releases/tag/7.8.2)
* [iOS 4.40.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.40.1)
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 6.27.0
### Bugfixes
* Fix touches passing through paywall when using presentPaywall methods (#1044) via Toni Rico (@tonidero)
* Remove macos platform support in purchases_ui_flutter (#1041) via Cesar de la Vega (@vegaro)
### Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.4.1 and adds `externalStore` to `Store` enum (#1043) via RevenueCat Git Bot (@RCGitBot)
* [Android 7.8.2](https://github.com/RevenueCat/purchases-android/releases/tag/7.8.2)
* [iOS 4.40.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.40.1)

## 6.26.0
### Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.4.0 (#1037) via RevenueCat Git Bot (@RCGitBot)
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.27.0 | 4.40.1 | 7.8.2 | 10.4.1 |
| 6.26.0 | 4.40.0 | 7.8.1 | 10.4.0 |
| 6.25.0 | 4.39.1 | 7.8.1 | 10.3.2 |
| 6.24.0 | 4.39.0 | 7.7.2 | 10.2.0 |
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.26.0'
version '6.27.0'

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.26.0";
private static final String PLUGIN_VERSION = "6.27.0";

/**
* 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.26.0";
return @"6.27.0";
}

@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.26.0'
s.version = '6.27.0'
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.26.0'
s.version = '6.27.0'
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.26.0
version: 6.27.0
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.26.0'
version '6.27.0'

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.26.0'
s.version = '6.27.0'
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.26.0'
s.version = '6.27.0'
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.26.0
version: 6.27.0
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 77cdde9

Please sign in to comment.