Plugin Directory

Changeset 978154


Ignore:
Timestamp:
09/03/2014 07:53:01 PM (12 years ago)
Author:
LesBessant
Message:

Confirming 4.0 compatibility

Location:
list-drafts-widget/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • list-drafts-widget/trunk/list-drafts.php

    r389118 r978154  
    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.1
     6Version: 2.1.1
    77Author: Les Bessant
    88Author URI: http://losingit.me.uk/
  • list-drafts-widget/trunk/readme.txt

    r896382 r978154  
    33Tags: draft, drafts, sidebar, widget
    44Requires at least: 2.8
    5 Tested up to: 3.9
    6 Stable tag: 2.1
     5Tested up to: 4.0
     6Stable tag: 2.1.1
    77
    88Outputs an unordered list of the titles of saved draft posts in a sidebar widget.
     
    3434
    3535== Changelog ==
     36= 2.1.1 =
     37* Minor edits, confirming compatibility with WordPress 4.0
     38
    3639= 2.1 =
    3740* Bugfix: As menu items are a special kind of post, and can have a status of "Draft", under some circumstances these would be picked up as untitled posts by the widget. This version now checks for 'post_type' being "post", which will prevent this behaviour.
Note: See TracChangeset for help on using the changeset viewer.