Responsive Facebook Page Plugin - Version 1.8.1

Version Description

  • 13/12/20 =
  • No longer escape widget titles
  • Verified compatibility with WordPress 5.6
Download this release

Release Info

Developer cameronjonesweb
Plugin Icon 128x128 Responsive Facebook Page Plugin
Version 1.8.1
Comparing to
See all releases

Code changes from version 1.8.0 to 1.8.1

Files changed (3) hide show
  1. facebook-page-feed-graph-api.php +4 -3
  2. readme.md +4 -0
  3. readme.txt +6 -2
facebook-page-feed-graph-api.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Mongoose Page Plugin
4
  * Plugin URI: https://mongoosemarketplace.com/downloads/facebook-page-plugin/
5
  * Description: The most popular way to display the Facebook Page Plugin on your WordPress website. Easy implementation using a shortcode or widget. Now available in 95 different languages
6
- * Version: 1.8.0
7
  * Author: Mongoose Marketplace
8
  * Author URI: https://mongoosemarketplace.com/
9
  * License: GPLv2
@@ -146,7 +146,7 @@ class cameronjonesweb_facebook_page_plugin {
146
  define( 'CJW_FBPP_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
147
  define( 'CJW_FBPP_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
148
  define( 'CJW_FBPP_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
149
- define( 'CJW_FBPP_PLUGIN_VER', '1.8.0' );
150
  define( 'CJW_FBPP_PLUGIN_DONATE_LINK', 'https://www.patreon.com/cameronjonesweb' );
151
  define( 'CJW_FBPP_PLUGIN_SURVEY_LINK', 'https://cameronjonesweb.typeform.com/to/BllbYm' );
152
 
@@ -552,7 +552,8 @@ class cameronjonesweb_facebook_page_plugin_widget extends WP_Widget {
552
  }
553
  echo $args['before_widget']; // phpcs:ignore WordPress.Security.EscapeOutput
554
  if ( ! empty( $title ) ) {
555
- echo $args['before_title'] . esc_html( $title ) . $args['after_title']; // phpcs:ignore WordPress.Security.EscapeOutput
 
556
  }
557
  if ( ! empty( $href ) ) {
558
  $shortcode = '[facebook-page-plugin href="' . $href . '"';
3
  * Plugin Name: Mongoose Page Plugin
4
  * Plugin URI: https://mongoosemarketplace.com/downloads/facebook-page-plugin/
5
  * Description: The most popular way to display the Facebook Page Plugin on your WordPress website. Easy implementation using a shortcode or widget. Now available in 95 different languages
6
+ * Version: 1.8.1
7
  * Author: Mongoose Marketplace
8
  * Author URI: https://mongoosemarketplace.com/
9
  * License: GPLv2
146
  define( 'CJW_FBPP_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
147
  define( 'CJW_FBPP_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
148
  define( 'CJW_FBPP_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
149
+ define( 'CJW_FBPP_PLUGIN_VER', '1.8.1' );
150
  define( 'CJW_FBPP_PLUGIN_DONATE_LINK', 'https://www.patreon.com/cameronjonesweb' );
151
  define( 'CJW_FBPP_PLUGIN_SURVEY_LINK', 'https://cameronjonesweb.typeform.com/to/BllbYm' );
152
 
552
  }
553
  echo $args['before_widget']; // phpcs:ignore WordPress.Security.EscapeOutput
554
  if ( ! empty( $title ) ) {
555
+ // Apparently people like to put HTML in their widget titles, not a good idea but okay ¯\_(ツ)_/¯.
556
+ echo $args['before_title'] . $title . $args['after_title']; // phpcs:ignore WordPress.Security.EscapeOutput
557
  }
558
  if ( ! empty( $href ) ) {
559
  $shortcode = '[facebook-page-plugin href="' . $href . '"';
readme.md CHANGED
@@ -46,6 +46,10 @@ On your dashboard. We'll be improving how this is implemented in future versions
46
 
47
  ## Changelog
48
 
 
 
 
 
49
  ### 1.8.0 - 20/11/20
50
  * Updated SDK version
51
  * Verified compatibility with WordPress 5.5
46
 
47
  ## Changelog
48
 
49
+ ###= 1.8.1 - 13/12/20
50
+ * No longer escape widget titles
51
+ * Verified compatibility with WordPress 5.6
52
+
53
  ### 1.8.0 - 20/11/20
54
  * Updated SDK version
55
  * Verified compatibility with WordPress 5.5
readme.txt CHANGED
@@ -3,9 +3,9 @@ Contributors: cameronjonesweb, mongoosemarketplace
3
  Tags: like box,facebook like box,facebook page plugin, facebook feed, facebook page
4
  Donate link: https://www.patreon.com/cameronjonesweb
5
  Requires at least: 4.6
6
- Tested up to: 5.5
7
  Requires PHP: 5.3
8
- Stable tag: 1.8.0
9
  License: GPLv2
10
  License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
11
 
@@ -51,6 +51,10 @@ On your dashboard. We'll be improving how this is implemented in future versions
51
 
52
  == Changelog ==
53
 
 
 
 
 
54
  = 1.8.0 - 20/11/20 =
55
  * Updated SDK version
56
  * Verified compatibility with WordPress 5.5
3
  Tags: like box,facebook like box,facebook page plugin, facebook feed, facebook page
4
  Donate link: https://www.patreon.com/cameronjonesweb
5
  Requires at least: 4.6
6
+ Tested up to: 5.6
7
  Requires PHP: 5.3
8
+ Stable tag: 1.8.1
9
  License: GPLv2
10
  License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
11
 
51
 
52
  == Changelog ==
53
 
54
+ = 1.8.1 - 13/12/20 =
55
+ * No longer escape widget titles
56
+ * Verified compatibility with WordPress 5.6
57
+
58
  = 1.8.0 - 20/11/20 =
59
  * Updated SDK version
60
  * Verified compatibility with WordPress 5.5