Skip to content
This repository has been archived by the owner on Oct 24, 2022. It is now read-only.

Commit

Permalink
release: v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Dec 15, 2018
1 parent 2d782b7 commit 0d71c97
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
<a name="3.3.0"></a>
# [3.3.0](https://github.com/jeduan/cordova-plugin-facebook4/releases/tag/v3.3.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

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`:

```
<config-file parent="/resources" target="./res/values/strings.xml">
<string name="fb_app_id">123456789</string>
<string name="fb_app_name">myApplication</string>
</config-file>
```

Also note that this improvements is backwards compatible, if you use cordova-android < v7 you should still be able to use the plugin.

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

Expand All @@ -21,7 +41,7 @@

* **Android:** Update Facebook Android SDK reference to v4.36.0 (drop greedy v4.+ reference) ([#708](https://github.com/jeduan/cordova-plugin-facebook4/issues/708))

### Dislaimer
### Disclaimer

This release does not contains that much but we bumped up it to a major release because as of now, each release will always be published with a synchronized Facebook SDK version for iOS and for Android

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.2.0",
"version": "3.3.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.2.0">
version="3.3.0">

<name>Facebook Connect</name>

Expand Down

0 comments on commit 0d71c97

Please sign in to comment.