Releases: Wizcorp/phonegap-facebook-plugin
Releases · Wizcorp/phonegap-facebook-plugin
v0.12.0
v0.11.0
General Notice
- Added publish photo example to README [@aogilvie]
- General README updates [@aogilvie]
- General TROUBLESHOOTING updates [@aogilvie]
- Simplified JavaScript API file [@aogilvie]
iOS
- Added send message (Share Dialog "message") [@aogilvie]
- Added native Share Dialog "share" and "share_open_graph" [@aogilvie]
- Facebook iOS SDK update 3.21.1 [@aogilvie]
Android
- Added send message (Share Dialog "message") [@aogilvie]
- Share Dialog "share" no longer requires session or login is native app exists [@jcvalerio]
- Facebook Android SDK update 3.21.1 [@aogilvie]
Browser
- Added new browser platform [@aogilvie]
0.10.1
0.10.0
General Notice
- Added Troubleshooting guide [@aogilvie]
- Additions to Troubleshooting guide [@matiassingers]
iOS
Android
- Update SDK to 3.20 [@ripcurlx]
- JSONArray instead of ArrayList to return results fixes badly converted JSON errors [@ripcurlx]
- Update to android-support-v4.jar [@imaffett]
JavaScript
0.9.0
General Notice
- Update to Cordova 3.6.3 for ios sample project [@aogilvie]
- New guide for PhoneGap build users [@aogilvie]
- Update README.md text regarding broken symlinks in FacebookSDK.framework [@matiassingers]
- Update the plugin.xml namespace to Apache Cordova NS [@matiassingers]
- Standardize indentation (remove mixed tabs and spaces, and whitespace [@matiassingers]
- Remove
window
from js-module clobber since target is already on window [@matiassingers]
iOS
- Permissions are now extracted from session object [@dsolimando]
- Update to Facebook SDK 3.19.0 [@ripcurlx]
- Use NSNotificationCenter for handling Open URL scheme [@aogilvie]
- Remove AdSupport.framework [@matiassingers]
Android
- Update Facebook SDK 3.18.1 [@ripcurlx]
- Improve error handling and fixes for null pointer exceptions for login [@ripcurlx]
- Improve error logging and support handling of canceled user login [@ripcurlx]
- Refactor error message handling [@ripcurlx]
- Fixed null userID in getLoginStatus if app is force stopped [@aogilvie]
- Removed debug logs [@aogilvie]
- Removed dead final variables [@aogilvie]
- Remove duplicate Bolts library [@josemedaglia]
- Fix FacebookLib references in Android README [@BlueHayes]
- Fix logEvent API [@aogilvie]
JavaScript
- Fix linter errors [@ripcurlx]
0.8.0
General Notice
- plugin now requires a minimum of _Cordova version 3.5_ for Android sub-project library install automation [@mbektchiev]
iOS
- login callback always used [@gordalina]
Android
- remove title bar in login activity and made transparent [@josemedaglia]
- fixed cancel button share dialog error message
- fixed crashing when another plugin emit activity result [@sneko]
- automated copy of Facebook SDK library project fix [@mbektchiev]
- native dialog for
shareDialog()
now used [@josemedaglia]
JavaScript
0.7.1
0.7.0
Changes since 0.6.0
- Install instructions without Eclipse @sebastianzillessen
- Update iOS SDK 3.16.1
- Update Android SDK 3.16.0
- Fixed invalid JSON with dialog method
apprequests
- New README structure per platform
- Support for Share Open Graph Dialog @subtleknife
- Added missing
message
param in JS API - Return object like native API for JS API dialogs
- Added Guide for creating WebApps with Parse
- Enabled Cookies by default with JS API
- Added FB Events, new
logEvent
andlogPurchase
APIs [iOS & Android] - Added FB activate Events
- iOS sample updated to Cordova 3.4
- Added check for null permissions with Graph API to prevent passing NSNull to iOS
- Correct Object return for
getLoginStatus
instead of status String [Android]
0.6.0
Changes since 0.4.2
5.0
- CLI compatible plugin
5.1
- Updated SDKs [iOS & Android]
- Updated readme
5.2
- Added getAccessToken API
6.0
- New JS SDK
- Removed old JS API
- Updated readme
- Correct user id parameter now returned [Android]
- Return a callback from logout always [iOS]
loginCallbackId
exists check [Android]- Fix user.id to pass app validation - http://stackoverflow.com/a/14448057/3130279 [iOS]