From b39527ec0126725ae9eb480c8ea323952285e279 Mon Sep 17 00:00:00 2001 From: Alexandre Jacinto Date: Thu, 14 Nov 2024 11:59:11 +0000 Subject: [PATCH] chore(release): raise to version 1.0.7 References: https://outsystemsrd.atlassian.net/browse/RMET-3841 --- CHANGELOG.md | 4 ++-- package.json | 2 +- plugin.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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