diff --git a/CHANGELOG.md b/CHANGELOG.md index e34ebe88..fb4450a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog -## [5.0.0](https://github.com/capacitor-community/camera-preview/compare/v4.0.0...v4.0.0) (2022-06-09) +## [v6.0.0](https://github.com/capacitor-community/file-opener/compare/v5.0.0...v6.0.0) (2024-05-06) + +### Chores + +- feat: Capacitor 6 Support ([#332](https://github.com/capacitor-community/file-opener/pull/332)), ([0356db0](https://github.com/capacitor-community/file-opener/commit/0356db04fb9dcc7f257028ca1b5134a7a21c6dd3)), closes [#330](https://github.com/capacitor-community/file-opener/issues/330) + +## [5.0.0](https://github.com/capacitor-community/camera-preview/compare/v4.0.0...v5.0.0) (2022-06-09) The plugin has been updated to Capacitor 5, it's not compatible with older versions of Capacitor, see README.md for information about what versions of the plugin to use in previous Capacitor releases. diff --git a/README.md b/README.md index 18bff45f..cc71a228 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,11 @@ Capacitor plugin that allows camera interaction from Javascript and HTML
(based on cordova-plugin-camera-preview).


-Version 5 of this plugin requires Capacitor 5. +Version 6 of this plugin requires Capacitor 6. - If you are using Capacitor 4, use [version 4](https://github.com/capacitor-community/camera-preview/releases/tag/v4.0.0) +If you are using Capacitor 5, use [version 5](https://github.com/capacitor-community/camera-preview/releases/tag/v5.0.0) + +If you are using Capacitor 4, use [version 4](https://github.com/capacitor-community/camera-preview/releases/tag/v4.0.0) If you are using Capacitor 3, use [version 3](https://github.com/capacitor-community/camera-preview/releases/tag/v3.1.2)