Plugin Directory

Changeset 782097


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

Version 1.1 released (tentative #2).

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

Legend:

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

    r782086 r782097  
    9999        global $id_bytitle, $id_bydatea, $id_bymodified;
    100100       
     101        //On n'affiche pas le widget si nous sommes dans une page, un article, un média.
     102        if(is_page() || is_single() || is_attachment())return;
     103       
    101104        if(is_page() || is_single() || is_attachment())return;
    102105       
  • posts-order-widget/trunk/readme.txt

    r779772 r782097  
    55Requires at least: 3.6.1
    66Tested up to: 3.6.1
    7 Stable tag: 1.0
     7Stable tag: 1.1
    88
    99Add the ability to sort the posts by context rather than descending date.
     
    3636== Changelog ==
    3737
    38 = 1.0 =
    39 *   The first version of the plugin.
    40 
    41 == Upgrade Notice ==
     38= 1.1 =
     39* The widget is now not displayed in pages, posts and attachments.
    4240
    4341= 1.0 =
    44 Tested in WordPress 3.6.1
     42* The first version of the plugin.
Note: See TracChangeset for help on using the changeset viewer.