diff --git a/CHANGELOG.md b/CHANGELOG.md index 002b972ee..f0b7298f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,13 @@ - -# [3.3.0](https://github.com/jeduan/cordova-plugin-facebook4/releases/tag/v3.3.0) + +# [4.0.0](https://github.com/jeduan/cordova-plugin-facebook4/releases/tag/v4.0.0) ## Features * **Android:** Support for cordova-android >= v7 without any workaround ([#716](https://github.com/jeduan/cordova-plugin-facebook4/pull/716), [#599](https://github.com/jeduan/cordova-plugin-facebook4/issues/599)) -### Side note +## Breaking change -You could now remove the workaround which was needed in order to support cordova-android >= v7 from your application respectively the following piece of code could be **removed** from your `config.xml`: +If you already have the workaround in the `config.xml` of your application, you have to **remove** it respectively you **need** to **remove** the following piece of code of your `config.xml`: ``` @@ -16,8 +16,14 @@ You could now remove the workaround which was needed in order to support cordova ``` +### Side notes + Also note that this improvements is backwards compatible, if you use cordova-android < v7 you should still be able to use the plugin. +### Kudos + +Thank you [Adrian Pascu](https://github.com/adipascu) for the PR and support + # [3.2.0](https://github.com/jeduan/cordova-plugin-facebook4/releases/tag/v3.2.0) diff --git a/package.json b/package.json index c1a684b9a..615ea0d8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-facebook4", - "version": "3.3.0", + "version": "4.0.0", "description": "Cordova Facebook SDK 4 Plugin", "cordova": { "id": "cordova-plugin-facebook4", diff --git a/plugin.xml b/plugin.xml index fd1b9465d..84f1e56d4 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="4.0.0"> Facebook Connect