Skip to content

Commit

Permalink
Merge pull request #20 from OutSystems/chore/RMET-3841/prepare-release
Browse files Browse the repository at this point in the history
RMET-3841 - Prepare to release version `1.0.7`
  • Loading branch information
alexgerardojacinto authored Nov 14, 2024
2 parents 17fa0c3 + b39527e commit 090a5c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.6",
"version": "1.0.7",
"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.6" 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.7" 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 090a5c2

Please sign in to comment.