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

Releases: jeduan/cordova-plugin-facebook4

Sync Facebook SDK for iOS and Android

16 Sep 11:18
Compare
Choose a tag to compare

Features

  • Android: Update Facebook Android SDK reference to v4.36.0 (drop greedy v4.+ reference) (#708)

Dislaimer

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

Rename ANDROID_SDK_VERSION to FACEBOOK_ANDROID_SDK_VERSION

13 Sep 12:46
Compare
Choose a tag to compare

Breaking change

  • Android: ANDROID_SDK_VERSION was renamed to FACEBOOK_ANDROID_SDK_VERSION to avoid misunderstood. This variable is use to set the Facebook SDK version for Android not the Android SDK version (#706)

Documentation

  • Doc: Add a note in the README regarding the Graph API version which is not set by the plugin itself

Facebook iOS SDK v4.36.0

06 Sep 06:28
Compare
Choose a tag to compare

Features

Facebook iOS SDK v4.35.0

12 Aug 14:40
Compare
Choose a tag to compare

Features

Facebook iOS SDK v4.34.0

27 Jun 15:26
Compare
Choose a tag to compare

Features

Facebook SDK v4.33.0 for iOS 11

04 May 05:53
Compare
Choose a tag to compare

Features

  • iOS: Update of the Facebook SDK v4.33.0 for iOS 11 (#653)

Fix app crashing after a second login

28 Apr 08:41
Compare
Choose a tag to compare

Bug fixes

  • Android: Fix null pointer exception leading to app crashing after a second login (flow example: login -> graphApi -> logout -> login -> crash) (#568)

App Invites removed

21 Apr 09:43
Compare
Choose a tag to compare

As of February 5, 2018, Facebook doesn't support anymore App Invites, therefore these methods have been removed.

This version introduce also a new optional variable for the Android installation.

Features

  • iOS: App Invites support removed (#645)

  • Android: Add optional installation variable ANDROID_SDK_VERSION (#550)(#646)

Fix versioning

15 Apr 14:52
Compare
Choose a tag to compare

I did forgot to change the version number in plugin.xml when I published v1.10.0
This release fix that and bump the version to v1.10.1

Sorry for the inconvenience
@peterpeterparker

Update Facebook SDK 4.31.1 for iOS 11

14 Apr 08:05
Compare
Choose a tag to compare
  • iOS: Update of the Facebook SDK v4.31.1 for iOS 11 (#631) (#634)

  • Android: Add a note in the README and Android Guide about the compatibility with cordova-android >= v7.0.0

See CHANGELOG for more details