Skip to content

Commit

Permalink
release: v4.0.0 (replace v3.3.0 as it might be a breaking change for …
Browse files Browse the repository at this point in the history
…some users)
  • Loading branch information
peterpeterparker committed Dec 15, 2018
1 parent eb40413 commit e526d2d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<a name="3.3.0"></a>
# [3.3.0](https://github.com/jeduan/cordova-plugin-facebook4/releases/tag/v3.3.0)
<a name="4.0.0"></a>
# [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`:

```
<config-file parent="/resources" target="./res/values/strings.xml">
Expand All @@ -16,8 +16,14 @@ You could now remove the workaround which was needed in order to support cordova
</config-file>
```

### 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

<a name="3.2.0"></a>
# [3.2.0](https://github.com/jeduan/cordova-plugin-facebook4/releases/tag/v3.2.0)

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": "cordova-plugin-facebook4",
"version": "3.3.0",
"version": "4.0.0",
"description": "Cordova Facebook SDK 4 Plugin",
"cordova": {
"id": "cordova-plugin-facebook4",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-facebook4"
version="3.3.0">
version="4.0.0">

<name>Facebook Connect</name>

Expand Down

0 comments on commit e526d2d

Please sign in to comment.