Skip to content

Commit

Permalink
chore(release): raised version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecn committed Mar 31, 2022
1 parent f6100a7 commit 0cce506
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<plugin id="com.outsystems.plugins.fileviewer" version="1.0.3" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<plugin id="com.outsystems.plugins.fileviewer" version="1.0.4" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>OSFileViewer</name>
<description>OutSystems Cordova Plugin to provide the functionality of a file viewer to mobile applications.</description>
<author>OutSystems Inc</author>
Expand Down

0 comments on commit 0cce506

Please sign in to comment.