Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit 6761d81

Browse files
committed
Merge pull request #525 from niallkennedy/v155
version 1.5.5
2 parents b151b9f + 480ed4c commit 6761d81

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

facebook.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?php
22
/**
33
* @package Facebook
4-
* @version 1.5.4
4+
* @version 1.5.5
55
*/
66
/*
77
Plugin Name: Facebook
88
Plugin URI: http://wordpress.org/plugins/facebook/
99
Description: Add Facebook social plugins and the ability to publish new posts to a Facebook Timeline or Facebook Page. Official Facebook plugin.
1010
Author: Facebook
1111
Author URI: https://developers.facebook.com/docs/wordpress/
12-
Version: 1.5.4
12+
Version: 1.5.5
1313
License: GPL2
1414
License URI: license.txt
1515
Domain Path: /languages/
@@ -31,7 +31,7 @@ class Facebook_Loader {
3131
*
3232
* @var string
3333
*/
34-
const VERSION = '1.5.4';
34+
const VERSION = '1.5.5';
3535

3636
/**
3737
* Default Facebook locale

readme.txt

+12-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
Contributors: Facebook, automattic, niallkennedy, mattwkelly, rgharpuray, ngfeldman, jamesgpearce, ravi.grover, danielbachhuber, gigawats, eosgood, Otto42, colmdoyle, zazinteractive
33
Tags: Facebook, comments, social, friends, like, like button, social plugins, facebook platform, page, posts, sidebar, plugin, open graph, publish Facebook
44
Requires at least: 3.3
5-
Tested up to: 3.8
5+
Tested up to: 3.9
66
License: GPLv2
77
License URI: http://www.gnu.org/licenses/gpl-2.0.html
8-
Stable tag: 1.5.4
8+
Stable tag: 1.5.5
99

1010
Add Facebook social plugins and the ability to publish new posts to a Facebook Timeline or Facebook Page. Official Facebook plugin.
1111

@@ -144,6 +144,9 @@ It's possible another plugin (or your theme) including an English version of the
144144

145145
== Upgrade Notice ==
146146

147+
= 1.5.5 =
148+
Unescaped widget titles. Deprecated function update. Latest Facebook SDK for PHP.
149+
147150
= 1.5.4 =
148151
Like Button share button support. Facebook Embedded Post custom width. Facebook SDK for PHP 3.2.3.
149152

@@ -221,6 +224,13 @@ Security fixes. Improved customization and debugging of settings. l10n and i18n
221224

222225
== Changelog ==
223226

227+
= 1.5.5 =
228+
* Update Facebook SDK for PHP app secret proof and signed request handling
229+
* Add empty directory index files to prevent autoindex files and exposed server directories
230+
* Replace deprecated `$wpdb->escape()` with `esc_sql()`
231+
* Link to [App Insights 2.0](https://developers.facebook.com/blog/post/2014/01/23/introducing-app-insights-2-0-beta/ "Facebook developer application insights and statistics")
232+
* Remove widget title escaping, allowing HTML titles
233+
224234
= 1.5.4 =
225235
* Facebook Like Button supports the new Share button
226236
* Add Facebook Embedded Post custom width support through shortcode

0 commit comments

Comments
 (0)