diff --git a/CHANGELOG.md b/CHANGELOG.md index 83bdec3..3f6e4a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [Version 1.0.7] ### 07-11-2024 -- Fix: Opening files on Android apps built with MABS 11 +- Fix: Opening files on Android apps targetting Android 15. ## [Version 1.0.6] ### Fixes diff --git a/package.json b/package.json index 5ea7003..0b93e2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.outsystems.plugins.fileviewer", - "version": "1.0.6", + "version": "1.0.7", "description": "OutSystems Cordova Plugin to provide the functionality of a file viewer to mobile applications.", "keywords": [ "ecosystem:cordova", diff --git a/plugin.xml b/plugin.xml index 2886bb3..bcf9dd5 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + OSFileViewer OutSystems Cordova Plugin to provide the functionality of a file viewer to mobile applications. OutSystems Inc