Skip to content

Commit 4443117

Browse files
Update meta for 1.9.1
1 parent 53d83ab commit 4443117

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

facebook-page-feed-graph-api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Mongoose Page Plugin
44
* Plugin URI: https://mongoosemarketplace.com/downloads/facebook-page-plugin/
55
* 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.9.0
6+
* Version: 1.9.1
77
* Author: Mongoose Marketplace
88
* Author URI: https://mongoosemarketplace.com/
99
* License: GPLv2

inc/class-mongoose-page-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class Mongoose_Page_Plugin {
4747
*
4848
* @var string
4949
*/
50-
public $version = '1.9.0';
50+
public $version = '1.9.1';
5151

5252
/**
5353
* The plugin slug

readme.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Tested up to: 6.1
1212

1313
Requires PHP: 5.3
1414

15-
Stable tag: 1.9.0
15+
Stable tag: 1.9.1
1616

1717
License: GPLv2
1818

@@ -44,7 +44,11 @@ With more than 30,000 installs and over 50 5-star rating, the Mongoose Page Plug
4444
## Frequently Asked Questions
4545

4646
### The plugin doesn't load properly
47-
The most common causes of the plugin not displaying are an ad blocker, audience restrictions or browser privacy settings. Disable or whitelist any ad blocking browser extension and disable any audience restrictions in your page settings on Facebook. Some antivirus software has also been known to block Facebook scripts, preventing it from loading. Browsers are also being more proactive in blocking Facebook scripts, so make sure your browser privacy settings are not stopping it from loading.
47+
The most common causes of the plugin not displaying are an ad blocker, audience restrictions or browser privacy settings.
48+
* Disable or whitelist any ad blocking browser extension
49+
* Disable any audience restrictions in your page settings on Facebook.
50+
* Disable any antivirus software on your device.
51+
* If using Safari, [disable Hide IP From Tracker](https://stackoverflow.com/a/74542146/1672694).
4852

4953
### The plugin loads but doesn't show the facepile or posts
5054
The default height of the plugin is only tall enough to display the main page header. Increase the height until you can see the additional features you want to display.
@@ -64,6 +68,12 @@ Not yet, but it is on our roadmap.
6468

6569
## Changelog
6670

71+
### 1.9.1 - 27/08/23
72+
* Verified compatibility with WordPress 6.3
73+
* Fixed an issue with changes to tabs not saving in the block widget editor
74+
* Fixed missing image
75+
* Updated SDK version to 17.0
76+
6777
### 1.9.0 - 27/12/22
6878
* Verified compatibility with WordPress 6.1
6979
* Updated plugin landing page to match native WordPress admin styles more closely

0 commit comments

Comments
 (0)