Plugin Directory

Changeset 1369783


Ignore:
Timestamp:
03/12/2016 12:24:19 PM (10 years ago)
Author:
iteamweb
Message:

Removed deprecated WP_Widget

Location:
display-categories-widget
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • display-categories-widget/trunk/display_categories_widget.php

    r1364549 r1369783  
    22/*
    33Plugin Name: Display Categories Widget
    4 Description: Display Categories Widget to display on your sidebar, this will get the title and category id
    5 Plugin URI: http://www.iteamweb.com/
    6 Version: 2.0
     4Description: Display Categories Widget - Easy to display categories as widget on your sidebar, Smart Customizable widget settings on the backend
     5Plugin URI: http://www.iteamweb.com/open-source-softwares/wordpress/wordpress-plugins/display-categories-widget/
     6Version: 2.1
    77Author: Suresh Baskaran
    88License: GPL
     
    1515  {
    1616    $widget_ops = array('classname' => 'DisplayCategoriesWidget', 'description' => 'Displays categories' );
    17     $this->WP_Widget('DisplayCategoriesWidget', 'Display Categories Widget', $widget_ops);
     17    parent::__construct('DisplayCategoriesWidget', 'Display Categories Widget', $widget_ops);
    1818  }
    1919 
  • display-categories-widget/trunk/readme.txt

    r1364549 r1369783  
    22Contributors: iteamweb
    33Donate link:
    4 Tags: categories, widget, list categories
     4Tags: categories, widget, list categories, hide categories, select categories, level, Post categories, Categories display, categories widget
    55Requires at least: 3.3
    66Tested up to: 4.4.2
    7 Stable tag: 2.0.0
     7Stable tag: 2.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1616
    1717Features:
    18 1. Limit number of categories that appears
    19 2. Exclude categories from display
    20 3. Restrict levels of categories that can be shown
    21 4. Display categories as list or dropdown
    22 5. Hide categories that does not have any posts
    23 6. Display/Hide number of posts available in categories
     181. Limit number of categories that appears.
     192. Exclude categories from display.
     203. Restrict levels of categories that can be shown.
     214. Display categories as list or dropdown.
     225. Hide categories that does not have any posts.
     236. Display/Hide number of posts available in categories.
    2424
    2525
     
    5555
    5656== Changelog ==
     57
     58= 2.0.1 =
     59* Removed deprecated WP_Widget
    5760
    5861= 2.0.0 =
     
    9497== Upgrade notice ==
    9598
     99== Support ==
    96100
     101= How to contact plugin support? =
     102We support through https://wordpress.org/support/plugin/display-categories-widget and http://www.iteamweb.com/open-source-softwares/wordpress/wordpress-plugins/display-categories-widget/
    97103
    98104== Arbitrary section 1 ==
Note: See TracChangeset for help on using the changeset viewer.