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

Commit aae18bd

Browse files
release: v5.0.0
1 parent 03ca9ab commit aae18bd

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="5.0.0"></a>
2+
# [5.0.0](https://github.com/jeduan/cordova-plugin-facebook4/releases/tag/v5.0.0)
3+
4+
## Features
5+
6+
* **iOS:** Update Facebook iOS SDK v5.0.2 ([#751](https://github.com/jeduan/cordova-plugin-facebook4/pull/751) | [Facebook iOS SDK changelog](https://github.com/facebook/facebook-objc-sdk/blob/master/CHANGELOG.md) | Released: June 5 2019)
7+
* **Android:** Set per default usage of Facebook Android SDK v5.0.20 ([#751](https://github.com/jeduan/cordova-plugin-facebook4/pull/751) | [Facebook Android SDK changelog](https://github.com/facebook/facebook-android-sdk/blob/master/CHANGELOG.md) | Released: June 7 2019)
8+
9+
### Kudos
10+
Thx [Guy Lando](https://github.com/guylando) for your amazing work and PR 👍
11+
112
<a name="4.2.1"></a>
213
# [4.2.1](https://github.com/jeduan/cordova-plugin-facebook4/releases/tag/v4.2.1)
314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-facebook4",
3-
"version": "4.2.1",
3+
"version": "5.0.0",
44
"description": "Cordova Facebook SDK 4 Plugin",
55
"cordova": {
66
"id": "cordova-plugin-facebook4",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
id="cordova-plugin-facebook4"
5-
version="4.2.1">
5+
version="5.0.0">
66

77
<name>Facebook Connect</name>
88

0 commit comments

Comments
 (0)