Skip to content

Commit

Permalink
version: 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kasem committed Apr 29, 2024
1 parent 9038445 commit cbf0db3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.8.0

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

## 1.7.0

* Added `ReceiveSharingIntent.setMockValues` method to set mock values for testing purposes.
Expand Down
2 changes: 1 addition & 1 deletion ios/receive_sharing_intent.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'receive_sharing_intent'
s.version = '1.6.8'
s.version = '1.8.0'
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.
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: receive_sharing_intent
description: A flutter plugin that enables flutter apps to receive sharing photos, text or url from other apps.
version: 1.7.0
version: 1.8.0
homepage: https://github.com/KasemJaffer/receive_sharing_intent

environment:
Expand Down

0 comments on commit cbf0db3

Please sign in to comment.