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

Commit f2b73aa

Browse files
release: v4.2.0
1 parent 1c3ce00 commit f2b73aa

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="4.2.0"></a>
2+
# [4.2.0](https://github.com/jeduan/cordova-plugin-facebook4/releases/tag/v3.2.0)
3+
4+
## Features
5+
6+
* **iOS:** Update Facebook iOS SDK v4.40.0 ([#743](https://github.com/jeduan/cordova-plugin-facebook4/issues/743), [#740](https://github.com/jeduan/cordova-plugin-facebook4/issues/740) | [Facebook iOS SDK changelog](https://developers.facebook.com/docs/ios/change-log-4x) | Released: January 22 2019)
7+
* **Android:** Set per default usage of Facebook Android SDK v4.40.0 ([#743](https://github.com/jeduan/cordova-plugin-facebook4/issues/743), [#740](https://github.com/jeduan/cordova-plugin-facebook4/issues/740) | [Facebook Android SDK changelog](https://developers.facebook.com/docs/android/change-log-4x) | Released: January 22 2019)
8+
19
<a name="4.1.0"></a>
210
# [4.1.0](https://github.com/jeduan/cordova-plugin-facebook4/releases/tag/v4.1.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": "4.1.0",
3+
"version": "4.2.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.1.0">
5+
version="4.2.0">
66

77
<name>Facebook Connect</name>
88

0 commit comments

Comments
 (0)