From c58cc139f28746382da23a00f972838ab46f4dc9 Mon Sep 17 00:00:00 2001 From: kasem Date: Fri, 26 Jan 2024 14:51:49 -0800 Subject: [PATCH] Version 1.6.4 --- CHANGELOG.md | 17 +++++++++++++++++ ios/receive_sharing_intent.podspec | 2 +- pubspec.yaml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f77b633..89e1f61c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## 1.6.4 + +* Added a flag to disable the automatic closing of the share extension after sharing. + +```swift +class ShareViewController: RSIShareViewController { + + // Use this method to return false if you don't want to redirect to host app automatically. + // Default is true + override func shouldAutoRedirect() -> Bool { + return false + } + +} +``` +* Added new field `message` to the SharedMediaFile class. + ## 1.6.3 * Updated readme iOS section, rearranged the steps to properly setup the plugin and added a new step #7 diff --git a/ios/receive_sharing_intent.podspec b/ios/receive_sharing_intent.podspec index 4c467110..b550aac0 100644 --- a/ios/receive_sharing_intent.podspec +++ b/ios/receive_sharing_intent.podspec @@ -3,7 +3,7 @@ # Pod::Spec.new do |s| s.name = 'receive_sharing_intent' - s.version = '1.6.2' + s.version = '1.6.4' s.summary = 'A flutter plugin that enables flutter apps to receive sharing photos from other apps.' s.description = <<-DESC A flutter plugin that enables flutter apps to receive sharing photos from other apps. diff --git a/pubspec.yaml b/pubspec.yaml index 12410df3..59699d90 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: receive_sharing_intent description: A flutter plugin that enables flutter apps to receive sharing photos, text or url from other apps. -version: 1.6.3 +version: 1.6.4 homepage: https://github.com/KasemJaffer/receive_sharing_intent environment: