diff --git a/CHANGELOG.md b/CHANGELOG.md index 271cc51a..e123d40c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 1.6.0 + +### Breaking changes + +* All files types now come through `getInitialMedia` and `getMediaStream` +* Your `ShareViewController` class should now inherit from `RSIShareViewController`. Eliminating the + need to copy the whole class again. Please check the example project for more details. +* Removed `getInitialText`, `getInitialTextAsUri`, `getTextStream` and `getTextStreamAsUri` methods. + Please use `getInitialMedia` and `getMediaStream` instead. + ## 1.5.4 * Fix broken links in readme diff --git a/pubspec.yaml b/pubspec.yaml index 18f68bb6..ecb8dc8f 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.5.4 +version: 1.6.0 homepage: https://github.com/KasemJaffer/receive_sharing_intent environment: