Skip to content

Commit

Permalink
Merge pull request #56 from capacitor-community/chore/release-6.0.0
Browse files Browse the repository at this point in the history
chore: release 6.0.0
  • Loading branch information
ryaa committed Apr 22, 2024
2 parents 9427ffc + 090c414 commit 281dfb1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [v6.0.9](https://github.com/capacitor-community/file-opener/compare/v1.0.6...v6.0.0) (2024-04-22)

### Chores

- support capacitor v6.0.0 ([#55](https://github.com/capacitor-community/file-opener/pull/55)), ([9427ffc](https://github.com/capacitor-community/file-opener/commit/9427ffc4acd2a5bbf93a66fe89d5574d610beee8)), closes [#54](https://github.com/capacitor-community/file-opener/issues/54)

## [v1.0.6](https://github.com/capacitor-community/file-opener/compare/v1.0.5...v1.0.6) (2024-04-11)

### Chores
Expand Down
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
</p>

<p align="center">
<img src="https://img.shields.io/maintenance/yes/2022?style=flat-square" />
<a href="https://www.npmjs.com/package/@capacitor-community/file-opener"><img src="https://img.shields.io/npm/l/@capacitor-community/file-opener?style=flat-square" /></a>
<br>
<a href="https://www.npmjs.com/package/@capacitor-community/file-opener"><img src="https://img.shields.io/npm/dw/@capacitor-community/file-opener?style=flat-square" /></a>
<a href="https://www.npmjs.com/package/@capacitor-community/file-opener"><img src="https://img.shields.io/npm/v/@capacitor-community/file-opener?style=flat-square" /></a>
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
Expand All @@ -20,6 +17,7 @@

- [Maintainers](#maintainers)
- [About](#about)
- [Plugin versions](#plugin-versions)
- [Installation](#installation)
- [API](#api)
- [Troubleshooting](#troubleshooting)
Expand All @@ -33,11 +31,14 @@
## About

This plugin is similar to cordova-plugin-file-opener2 but without installation support.
<br>
**NOTE**: The plugin version 1.0.5 is compatible with Capacitor 5 which requires gradle version 8.0
<br>
If you are using Capacitor 4, use [version 1.0.4](https://github.com/capacitor-community/file-opener/releases/tag/v1.0.4)
<br>

## Plugin versions

| Capacitor version | Plugin version |
| ----------------- | -------------- |
| 6.x | 6.x |
| 5.x | 1.0.5 |
| 4.x | 1.0.4 |

## Installation

Expand Down

0 comments on commit 281dfb1

Please sign in to comment.