Socket
Socket
Sign inDemoInstall

cordova-plugin-facebook4

Package Overview
Dependencies
0
Maintainers
4
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.0 to 4.0.0

28

CHANGELOG.md

@@ -0,1 +1,27 @@

<a name="4.0.0"></a>
# [4.0.0](https://github.com/jeduan/cordova-plugin-facebook4/releases/tag/v4.0.0)
## Features
* **Android:** Support for cordova-android >= v7 without any workaround ([#716](https://github.com/jeduan/cordova-plugin-facebook4/pull/716), [#599](https://github.com/jeduan/cordova-plugin-facebook4/issues/599))
## Breaking change
If you already have the workaround in the `config.xml` of your application, you have to **remove** it respectively you **need** to **remove** the following piece of code of your `config.xml`:
```
<config-file parent="/resources" target="./res/values/strings.xml">
<string name="fb_app_id">123456789</string>
<string name="fb_app_name">myApplication</string>
</config-file>
```
### Side notes
Also note that this improvements is backwards compatible, if you use cordova-android < v7 you should still be able to use the plugin.
### Kudos
Thank you [Adrian Pascu](https://github.com/adipascu) for the PR and support
<a name="3.2.0"></a>

@@ -24,3 +50,3 @@ # [3.2.0](https://github.com/jeduan/cordova-plugin-facebook4/releases/tag/v3.2.0)

### Dislaimer
### Disclaimer

@@ -27,0 +53,0 @@ 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

9

docs/android/README.md

@@ -32,11 +32,2 @@ # Facebook Requirements and Set-Up [Android]

### cordova-android >= 7
In order to install correctly this plugin for `cordova-android` v7.x.y and above, you have to specify the APP_ID and APP_NAME in the android `platform` tag of your `config.xml`
<config-file parent="/resources" target="./res/values/strings.xml">
<string name="fb_app_id">123456789</string>
<string name="fb_app_name">myApplication</string>
</config-file>
### In case of conflict

@@ -43,0 +34,0 @@

{
"name": "cordova-plugin-facebook4",
"version": "3.2.0",
"version": "4.0.0",
"description": "Cordova Facebook SDK 4 Plugin",

@@ -5,0 +5,0 @@ "cordova": {

@@ -26,3 +26,3 @@ # cordova-plugin-facebook4

* Cordova >= 5.0.0
* cordova-android >= 4.0 (see Android Guide for cordova-android >= 7)
* cordova-android >= 4.0
* cordova-ios >= 3.8

@@ -29,0 +29,0 @@ * cordova-browser >= 3.6

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc