diff --git a/CHANGELOG.md b/CHANGELOG.md index 41b5d71..dc7c138 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 6f0e18d..84a47f7 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,6 @@

- - -
@@ -20,6 +17,7 @@ - [Maintainers](#maintainers) - [About](#about) +- [Plugin versions](#plugin-versions) - [Installation](#installation) - [API](#api) - [Troubleshooting](#troubleshooting) @@ -33,11 +31,14 @@ ## About This plugin is similar to cordova-plugin-file-opener2 but without installation support. -
-**NOTE**: The plugin version 1.0.5 is compatible with Capacitor 5 which requires gradle version 8.0 -
-If you are using Capacitor 4, use [version 1.0.4](https://github.com/capacitor-community/file-opener/releases/tag/v1.0.4) -
+ +## Plugin versions + +| Capacitor version | Plugin version | +| ----------------- | -------------- | +| 6.x | 6.x | +| 5.x | 1.0.5 | +| 4.x | 1.0.4 | ## Installation