Changelog
September 16, 2021 ยท View on GitHub
All notable changes to this package will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[1.0.7] - 2021-09-16
Changed
- Updated project to use 2018.4 LTS
Fixed
- Fixed iOS native files being added to tvOS builds (#73)
[1.0.6] - 2021-03-09
Added
- Added optional mime type parameter for Android to use in the intent rather than it being hardcoded to
image/*
[1.0.5] - 2021-01-07
Fixed
- AAR
AndroidManifest.xmlnow uses a custom file provider in order to stop conflicts with other plugins from the Unity asset store which also use the default file provider
[1.0.4] - 2020-06-25
Fixed
- AAR
AndroidManifest.xmlnow used the AndroidX file provider
Removed
- Removed the
Roadmapand converted them all into issues for easier tracking
[1.0.3] - 2020-04-15
Changed
- Fixed inconsistent share dialog text
- Sharing a screenshot does not display the share dialog text, this is to show the difference between the options
- Added more things to the
Roadmaplist in the README.md
[1.0.2] - 2020-04-13
Changed
- Updated the Android AAR to targetSdk 28 to be more inline with Google's current requirements
- Updated README.md with updated Android dependency
androidx.appcompat:appcompat:1.1.0 - Bumped the version number
[1.0.1] - 2020-04-13
Changed
- Updated README.md with OpenUPM badge
- Bumped the version number to see how OpenUPM works