Plugin Directory

Changeset 217525


Ignore:
Timestamp:
03/14/2010 04:40:42 PM (16 years ago)
Author:
LesBessant
Message:

Updating to 2.0.1, tagging

Location:
list-drafts-widget
Files:
2 edited
5 copied

Legend:

Unmodified
Added
Removed
  • list-drafts-widget/tags/2.0.1/list-drafts.php

    r217514 r217525  
    44Plugin URI: http://losingit.me.uk/2010/03/14/list-drafts-widget-revisited
    55Description: A sidebar widget that lists the titles of draft posts
    6 Version: 2.0
     6Version: 2.0.1
    77Author: Les Bessant
    88Author URI: http://losingit.me.uk/
     
    136136
    137137        /* Set up some default widget settings. */
    138         $defaults = array( 'title' => __('List Drafts', 'listdrafts'), 'untitled' => __('An untitled post', 'listdrafts'));
     138        $defaults = array( 'title' => __('Coming Soon', 'listdrafts'), 'untitled' => __('An untitled post', 'listdrafts'));
    139139        $instance = wp_parse_args( (array) $instance, $defaults ); ?>
    140140
  • list-drafts-widget/tags/2.0.1/readme.txt

    r217514 r217525  
    44Requires at least: 2.8
    55Tested up to: 3.0-Alpha
    6 Stable tag: 2.0
     6Stable tag: 2.0.1
    77
    88Outputs an unordered list of the titles of saved draft posts in a sidebar widget.
     
    3535== Changelog ==
    3636
     37= 2.0.1 =
     38* Changed default widget title to "Coming Soon"
     39
    3740= 2.0 =
    3841* Re-written to use the new Widget API introduced with WordPress 2.8. Otherwise unchanged.
  • list-drafts-widget/trunk/list-drafts.php

    r217514 r217525  
    44Plugin URI: http://losingit.me.uk/2010/03/14/list-drafts-widget-revisited
    55Description: A sidebar widget that lists the titles of draft posts
    6 Version: 2.0
     6Version: 2.0.1
    77Author: Les Bessant
    88Author URI: http://losingit.me.uk/
     
    136136
    137137        /* Set up some default widget settings. */
    138         $defaults = array( 'title' => __('List Drafts', 'listdrafts'), 'untitled' => __('An untitled post', 'listdrafts'));
     138        $defaults = array( 'title' => __('Coming Soon', 'listdrafts'), 'untitled' => __('An untitled post', 'listdrafts'));
    139139        $instance = wp_parse_args( (array) $instance, $defaults ); ?>
    140140
  • list-drafts-widget/trunk/readme.txt

    r217514 r217525  
    44Requires at least: 2.8
    55Tested up to: 3.0-Alpha
    6 Stable tag: 2.0
     6Stable tag: 2.0.1
    77
    88Outputs an unordered list of the titles of saved draft posts in a sidebar widget.
     
    3535== Changelog ==
    3636
     37= 2.0.1 =
     38* Changed default widget title to "Coming Soon"
     39
    3740= 2.0 =
    3841* Re-written to use the new Widget API introduced with WordPress 2.8. Otherwise unchanged.
Note: See TracChangeset for help on using the changeset viewer.