Plugin Directory

Changeset 1186716


Ignore:
Timestamp:
06/24/2015 08:43:30 AM (11 years ago)
Author:
medust
Message:

version 1.1.4 update

Location:
facebook-page/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • facebook-page/trunk/facebook-page.php

    r1182456 r1186716  
    44Plugin URI: http://Medust.com/
    55Description: 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
     6Version: 1.1.4
    77Author: Medust
    88Author URI: http://www.medust.com
     
    327327add_action('init', 'widget_as_facebook_pg_likebox_init');
    328328add_action('admin_menu', 'as_facebook_pg_add_option_page');
    329 add_action('wp_head', 'facebook_page_head');
     329add_action('wp_footer', 'facebook_page_head');
    330330?>
  • facebook-page/trunk/readme.txt

    r1182456 r1186716  
    44Requires at least: 3.7
    55Tested up to: 4.2.2
    6 Stable tag: 1.1
     6Stable tag: 1.1.4
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7474== Changelog ==
    7575
     76= 1.1.4 =
     77* Conflicting with other plugin CSS like "SyntaxHighlighter Evolved" is fixed.
     78
    7679= 1.1 =
    7780* New Small Header Feature Added to the plugin.
     
    8386== Upgrade Notice ==
    8487
     88= 1.1.4 =
     89Conflicting with other plugin CSS like "SyntaxHighlighter Evolved" is fixed.
     90
    8591= 1.1 =
    8692New Small Header Feature from Facebook is added to the plugin.
Note: See TracChangeset for help on using the changeset viewer.