From 0cce506e58c48f6251a8bf74c58bc994591265a1 Mon Sep 17 00:00:00 2001 From: Felipe Nascimento Date: Thu, 31 Mar 2022 12:44:50 +0100 Subject: [PATCH] chore(release): raised version to 1.0.4 --- CHANGELOG.md | 6 +++++- package.json | 2 +- plugin.xml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18da1ae..4173c46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,11 @@ 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.4] + +## 2022-03-30 +- Fix: OpenDocument by FilePath doesn't throw an error when file has no extension; +- Fix: OpenDocument by URL doesn't work if URL have spaces ## 2021-07-30 - Fix: Implemented a completion handler to indentify when the preview document is dismissed. [RMET-740](https://outsystemsrd.atlassian.net/browse/RMET-912) diff --git a/package.json b/package.json index f8b55ad..9210e68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.outsystems.plugins.fileviewer", - "version": "1.0.3", + "version": "1.0.4", "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 415fbd2..08ecd70 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