Plugin Directory

Changeset 782105


Ignore:
Timestamp:
10/03/2013 07:42:17 PM (13 years ago)
Author:
LordPretender
Message:

Version 1.2 released.

Location:
posts-order-widget
Files:
12 added
2 edited

Legend:

Unmodified
Added
Removed
  • posts-order-widget/trunk/post-order-widget.php

    r782097 r782105  
    66Description: This widget will let visitors order posts by context rather than date with a dropdown menu.
    77Author: LordPretender
    8 Version: 1.1
     8Version: 1.2
    99Author URI: http://www.duy-pham.fr
    1010Domain Path: /languages
     
    8383        parent::__construct(
    8484            'pow_widget', // Base ID
    85             'WP Sort Posts Widget', // Name
     85            'Posts Order Widget', // Name
    8686            array( 'description' => __('This widget will let visitors order posts by context rather than date with a dropdown menu.', 'post-order-widget'), ) // Args
    8787        );
  • posts-order-widget/trunk/readme.txt

    r782097 r782105  
    55Requires at least: 3.6.1
    66Tested up to: 3.6.1
    7 Stable tag: 1.1
     7Stable tag: 1.2
    88
    99Add the ability to sort the posts by context rather than descending date.
     
    3636== Changelog ==
    3737
     38= 1.2 =
     39* The widget name on the management widget page was a wrong one.
     40
    3841= 1.1 =
    3942* The widget is now not displayed in pages, posts and attachments.
Note: See TracChangeset for help on using the changeset viewer.