Skip to content

Commit 2e46709

Browse files
author
kasem
committed
Update version to 1.8.1
1 parent da6fb81 commit 2e46709

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.8.1
2+
3+
* Fixed sharing not working on iOS 18
4+
15
## 1.8.0
26

37
* Added support for cached images on iOS such as shared images from a Screenshot.

ios/receive_sharing_intent.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'receive_sharing_intent'
6-
s.version = '1.8.0'
6+
s.version = '1.8.1'
77
s.summary = 'A flutter plugin that enables flutter apps to receive sharing photos from other apps.'
88
s.description = <<-DESC
99
A flutter plugin that enables flutter apps to receive sharing photos from other apps.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: receive_sharing_intent
22
description: A flutter plugin that enables flutter apps to receive sharing photos, text or url from other apps.
3-
version: 1.8.0
3+
version: 1.8.1
44
homepage: https://github.com/KasemJaffer/receive_sharing_intent
55

66
environment:

0 commit comments

Comments
 (0)