Version Description
- Fixed readme bug
Download this release
Release Info
Developer | cameronjonesweb |
Plugin | Responsive Facebook Page Plugin |
Version | 1.2.1 |
Comparing to | |
See all releases |
Code changes from version 1.2.0 to 1.2.1
- facebook-page-feed-graph-api.php +1 -1
- readme.txt +4 -2
facebook-page-feed-graph-api.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Facebook Page Feed (Graph API)
|
4 |
* Plugin URI: https://cameronjones.x10.mx/projects/facebook-page-plugin
|
5 |
* Description: Display the Facebook Page Plugin from the Graph API.
|
6 |
-
* Version: 1.2.
|
7 |
* Author: Cameron Jones
|
8 |
* Author URI: http://cameronjones.x10.mx
|
9 |
* License: GPLv2
|
3 |
* Plugin Name: Facebook Page Feed (Graph API)
|
4 |
* Plugin URI: https://cameronjones.x10.mx/projects/facebook-page-plugin
|
5 |
* Description: Display the Facebook Page Plugin from the Graph API.
|
6 |
+
* Version: 1.2.1
|
7 |
* Author: Cameron Jones
|
8 |
* Author URI: http://cameronjones.x10.mx
|
9 |
* License: GPLv2
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: facebook,social,like,facepile,activity feed,recommendations,shortcode,widg
|
|
4 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=WLV5HPHSPM2BG&lc=AU&item_name=Cameron%20Jones%20Web%20Development�cy_code=AUD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 4.2.2
|
7 |
-
Stable tag: 1.2.
|
8 |
License: GPLv2
|
9 |
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
10 |
|
@@ -37,7 +37,7 @@ If you like the plugin, please take the time to leave a review.
|
|
37 |
= How do I use the plugin? =
|
38 |
As of version 1.2.0, a custom widget has been included. If you wish to display your Facebook Page Plugin in a widget area it is recommended that you use the widget. Simply drag and drop the widget into the widget area and fill out the form.
|
39 |
|
40 |
-
If you require a shortcode, it is recommended that you use the shortcode generator on your site dashboard. Simply fill in the relevant information and then copy the
|
41 |
|
42 |
The Facebook Page Plugin uses a shortcode to insert the page feed. You set your settings within the shortcode.
|
43 |
`[facebook-page-plugin setting="value"]`
|
@@ -76,6 +76,8 @@ Shortcodes were introduced in WordPress 2.5, so theorectially it should work on
|
|
76 |
3. The new shortcode generator dashboard widget
|
77 |
|
78 |
== Changelog ==
|
|
|
|
|
79 |
= 1.2.0 =
|
80 |
* Added multilingual support. Language can be specified in the shortcode, otherwise it is retrievd from the site settings.
|
81 |
* Added a shortcode generator dashboard widget to allow easier creation of the shortcode
|
4 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=WLV5HPHSPM2BG&lc=AU&item_name=Cameron%20Jones%20Web%20Development�cy_code=AUD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 4.2.2
|
7 |
+
Stable tag: 1.2.1
|
8 |
License: GPLv2
|
9 |
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
10 |
|
37 |
= How do I use the plugin? =
|
38 |
As of version 1.2.0, a custom widget has been included. If you wish to display your Facebook Page Plugin in a widget area it is recommended that you use the widget. Simply drag and drop the widget into the widget area and fill out the form.
|
39 |
|
40 |
+
If you require a shortcode, it is recommended that you use the shortcode generator on your site dashboard. Simply fill in the relevant information and then copy the generated shortcode and paste in the post or widget area where you want the plugin to appear.
|
41 |
|
42 |
The Facebook Page Plugin uses a shortcode to insert the page feed. You set your settings within the shortcode.
|
43 |
`[facebook-page-plugin setting="value"]`
|
76 |
3. The new shortcode generator dashboard widget
|
77 |
|
78 |
== Changelog ==
|
79 |
+
= 1.2.1 =
|
80 |
+
* Fixed readme bug
|
81 |
= 1.2.0 =
|
82 |
* Added multilingual support. Language can be specified in the shortcode, otherwise it is retrievd from the site settings.
|
83 |
* Added a shortcode generator dashboard widget to allow easier creation of the shortcode
|