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

Commit

Permalink
release: v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Jan 17, 2019
1 parent 53de8f9 commit 5848a81
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="4.1.0"></a>
# [4.1.0](https://github.com/jeduan/cordova-plugin-facebook4/releases/tag/v4.1.0)

## Features

* **Facebook:** Allow hybrid apps to send AppEvents from the pixel ([#678](https://github.com/jeduan/cordova-plugin-facebook4/issues/678))

### Kudos

Thx [Mehmet Sencer Karadayi](https://github.com/msencer) for the PR 👍

<a name="4.0.0"></a>
# [4.0.0](https://github.com/jeduan/cordova-plugin-facebook4/releases/tag/v4.0.0)

Expand All @@ -22,7 +33,7 @@ Also note that this improvements is backwards compatible, if you use cordova-and

### Kudos

Thank you [Adrian Pascu](https://github.com/adipascu) for the PR and support
Thank you [Adrian Pascu](https://github.com/adipascu) for the PR and support 👍

<a name="3.2.0"></a>
# [3.2.0](https://github.com/jeduan/cordova-plugin-facebook4/releases/tag/v3.2.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-facebook4",
"version": "4.0.0",
"version": "4.1.0",
"description": "Cordova Facebook SDK 4 Plugin",
"cordova": {
"id": "cordova-plugin-facebook4",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-facebook4"
version="4.0.0">
version="4.1.0">

<name>Facebook Connect</name>

Expand Down

0 comments on commit 5848a81

Please sign in to comment.