This repository has been archived by the owner on Oct 24, 2022. It is now read-only.
Releases: jeduan/cordova-plugin-facebook4
Releases · jeduan/cordova-plugin-facebook4
Sync Facebook SDK for iOS and Android
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
Breaking change
- Android:
ANDROID_SDK_VERSION
was renamed toFACEBOOK_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
Features
- iOS: Update Facebook iOS SDK v4.36.0 (e5c3aba | Facebook changelog | Released: 30th August 2018)
Facebook iOS SDK v4.35.0
Features
- iOS: Update Facebook iOS SDK v4.35.0 (4bdddc9 | Facebook changelog | Released: 26th July 2018)
Facebook iOS SDK v4.34.0
Features
- iOS: Update Facebook iOS SDK v4.34.0 (74bccb1 | Facebook changelog)
Facebook SDK v4.33.0 for iOS 11
Features
- iOS: Update of the Facebook SDK v4.33.0 for iOS 11 (#653)
Fix app crashing after a second login
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
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
Fix versioning
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