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

Commit e0fa179

Browse files
release: v3.1.0
1 parent 8c14a79 commit e0fa179

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<a name="3.1.0"></a>
2+
# [3.1.0](https://github.com/jeduan/cordova-plugin-facebook4/releases/tag/v3.1.0)
3+
4+
## Features
5+
6+
* **iOS:** Update Facebook iOS SDK v4.37.0 ([#713](https://github.com/jeduan/cordova-plugin-facebook4/issues/713) | [Facebook iOS SDK changelog](https://developers.facebook.com/docs/ios/change-log-4x) | Released: 27th September 2018)
7+
* **Android:** Set per default usage of Facebook Android SDK v4.37.0 ([#713](https://github.com/jeduan/cordova-plugin-facebook4/issues/713) | [Facebook Android SDK changelog](https://developers.facebook.com/docs/android/change-log-4x) | Released: 27th September 2018)
8+
19
<a name="3.0.0"></a>
210
# [3.0.0](https://github.com/jeduan/cordova-plugin-facebook4/releases/tag/v3.0.0)
311

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": "3.0.0",
3+
"version": "3.1.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="3.0.0">
5+
version="3.1.0">
66

77
<name>Facebook Connect</name>
88

0 commit comments

Comments
 (0)