Changeset 1186716
- Timestamp:
- 06/24/2015 08:43:30 AM (11 years ago)
- Location:
- facebook-page/trunk
- Files:
-
- 2 edited
-
facebook-page.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
facebook-page/trunk/facebook-page.php
r1182456 r1186716 4 4 Plugin URI: http://Medust.com/ 5 5 Description: The Simplest way to bring Facebook Page (New LikeBox by Facebook) functionality to WordPress with lot more Options. This plugin is based on Graph API v2.3 6 Version: 1.1 6 Version: 1.1.4 7 7 Author: Medust 8 8 Author URI: http://www.medust.com … … 327 327 add_action('init', 'widget_as_facebook_pg_likebox_init'); 328 328 add_action('admin_menu', 'as_facebook_pg_add_option_page'); 329 add_action('wp_ head', 'facebook_page_head');329 add_action('wp_footer', 'facebook_page_head'); 330 330 ?> -
facebook-page/trunk/readme.txt
r1182456 r1186716 4 4 Requires at least: 3.7 5 5 Tested up to: 4.2.2 6 Stable tag: 1.1 6 Stable tag: 1.1.4 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 74 74 == Changelog == 75 75 76 = 1.1.4 = 77 * Conflicting with other plugin CSS like "SyntaxHighlighter Evolved" is fixed. 78 76 79 = 1.1 = 77 80 * New Small Header Feature Added to the plugin. … … 83 86 == Upgrade Notice == 84 87 88 = 1.1.4 = 89 Conflicting with other plugin CSS like "SyntaxHighlighter Evolved" is fixed. 90 85 91 = 1.1 = 86 92 New Small Header Feature from Facebook is added to the plugin.
Note: See TracChangeset
for help on using the changeset viewer.