Plugin Directory

Changeset 1229771


Ignore:
Timestamp:
08/25/2015 01:57:20 AM (11 years ago)
Author:
kallidan1
Message:

Version 1.5

Location:
fb-group-feed
Files:
24 added
1 edited

Legend:

Unmodified
Added
Removed
  • fb-group-feed/trunk/readme.txt

    r1228833 r1229771  
    44Requires at least: 3.8
    55Tested up to: 4.3.0
    6 Stable tag: 1.1
     6Stable tag: 1.5
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2323* Show group description/header or not.
    2424* Integrated Facebook Like and Share buttons.
     25* Change color theme.
    2526* Above all, Free to use.
    2627
     
    3132If you have ever installed a WordPress plugin, then installation will be pretty easy:
    3233
    33 1. Upload 'fb-groupfeed' to the '/wp-content/plugins/' directory.
     341. Upload 'fb-group-feed' to the '/wp-content/plugins/' directory.
    34352. Activate the plugin through the 'Plugins' menu in WordPress.
    35363. In wordpress backend go into FB Group Feed from within the admin main menu.
    36374. Set Height, Width according to content.
    37385. Change other settings according to your need.
    38 6.  Use the shortcode [fb_group_feed] (including square brackets)
     396.  Use the shortcode [fb_group_feed] (including square brackets) into a page, post or a text widget
    3940    or
    4041    Use <?php if(function_exists('fb_group_feed_show')){ fb_group_feed_show(); } ?> in your theme template
     
    6162* Color Theme option added according to Facebook specifications.
    6263
     64= 1.5 =
     65* Widget option added.
     66
    6367== Upgrade notice ==
    6468
     
    6670* jquery.ui.spinner updated and css modified to prevent conflict with other installed plugin.
    6771* Fixed bug which prevented checkboxes to be selected upon plugin install.
     72
     73- 1.5 =
     74* Help/instruction functionality bug fixed.
     75* Help/instruction content updated.
     76* Aligned feed box border color according to Facbook specifications.
     77* Switched from using default PHP to WP internal functionality for remote data  (FB feeds) fetching.
Note: See TracChangeset for help on using the changeset viewer.