Plugin Directory

Changeset 1168144


Ignore:
Timestamp:
05/27/2015 03:38:50 AM (11 years ago)
Author:
royaltechbd
Message:

Default value set as 5

Location:
royal-recent-posts-widget-by-category
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • royal-recent-posts-widget-by-category/trunk/readme.txt

    r766713 r1168144  
    11=== Plugin Name ===
    22Contributors: royaltechbd
    3 Donate link: http://royaltechbd.com/donate.html
    4 Tags: wedget, recent post, recent, post, category, sidebar, royal
     3Donate link: http://www.royaltechbd.com/donate.html
     4Tags: widget, recent post, recent, post, category, sidebar, royal, royaltechbd
    55Requires at least: 3.3
    6 Tested up to: 3.6
    7 Stable tag: 1.0
     6Tested up to: 4.2.2
     7Stable tag: 1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1717
    1818### Features
    19 * Easy to use.
    20 * More settings options when use this wedget
     19* Easy to use
     20* Light weight
     21* Settings options when use this widget
     22* Multiple widget support
    2123
    2224
     
    2426### More
    2527* Thank you for using our plugin.
    26 * Vist the [blog post](#) to know more.
     28* Visit the [blog post](#) to know more.
    2729* [Give a Rating & Write a Review](#)
    2830
     
    33351. Upload the plugin to the '/wp-content/plugins/' directory
    34362. Activate the plugin through the 'Plugins' menu in WordPress
    35 3. Use Royal Recent Posts Wedget by Category
     373. Use Royal Recent Posts Widget by Category
    3638
    3739
    3840== Frequently asked questions ==
    3941
    40 = Is it support thumbnial =
     42= Is it support thumbnail =
    4143
    4244Yes.
     
    4446
    4547== Screenshots ==
    46 1. Royal Recent Posts Wedget by Category use in sidebar.
    47 2. Royal Recent Posts Wedget by Category in action.
     481. Royal Recent Posts Widget by Category use in sidebar.
     492. Royal Recent Posts Widget by Category in action.
    4850
    4951
    5052== Changelog ==
     53= 1.1 =
     54* Default value set as 5
    5155
    52 = 1.0.0 =
     56= 1.0 =
    5357* Initial release
    5458
    5559
    5660== Upgrade notice ==
    57 = 1.0.0 =
     61= 1.1 =
     62* Default value set as 5
     63
     64= 1.0 =
    5865It is Initial release
  • royal-recent-posts-widget-by-category/trunk/royal-recent-posts-widget-by-category.php

    r766713 r1168144  
    44Plugin URI: http://wordpress.org/plugins/royal-recent-posts-widget-by-category/
    55Description: Display Recent Posts in Widget by Category
    6 Author: Mehdi Akram
    7 Version: 1.0
    8 Author URI: http://shamokaldarpon.com/
     6Author: SM Mehdi Akram
     7Version: 1.1
     8Author URI: http://www.shamokaldarpon.com/
    99*/
    1010
     
    143143 */
    144144function form($instance) {
     145$title = ( !empty( $instance['title'] ) ) ? $instance['title'] : '';   
     146$num = ( !empty( $instance['num'] ) ) ? $instance['num'] : 5;   
    145147?>
    146148        <p>
Note: See TracChangeset for help on using the changeset viewer.