Plugin Directory

Changeset 809226


Ignore:
Timestamp:
11/23/2013 09:09:01 AM (12 years ago)
Author:
LordPretender
Message:

Minor issues correction.

Location:
posts-order-widget
Files:
30 added
3 deleted
2 edited

Legend:

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

    r808987 r809226  
    66Description: This widget will let visitors order posts by context rather than date with a dropdown menu.
    77Author: LordPretender
    8 Version: 1.3
     8Version: 1.3.1
    99Author URI: http://www.duy-pham.fr
    1010Domain Path: /languages
     
    3232    $vars->set('orderby', $params['orderby']);
    3333    $vars->set('order', $params['order']); 
    34     $vars->set('ignore_sticky_posts', 1); 
     34    //$vars->set('ignore_sticky_posts', 1); 
    3535
    3636    return $vars;
     
    6464        default:
    6565            $result['orderby'] = $selection;
    66             $result['order'] = "ASC";
     66            $result['order'] = "DESC";
    6767           
    6868    }
  • posts-order-widget/trunk/readme.txt

    r808987 r809226  
    55Requires at least: 3.6.1
    66Tested up to: 3.6.1
    7 Stable tag: 1.3
     7Stable tag: 1.3.1
    88
    99Add the ability to sort the posts by context rather than descending date.
     
    1818* sort by date last modified
    1919* randomly
     20
     21You can find a demo here : http://www.apreslafindumonde.fr/
     22The widget is named "Trier les articles" on the sidebar.
    2023
    2124== Installation ==
     
    3740== Changelog ==
    3841
    39 = 1.3 =
     42= 1.3.1 =
     43* Sticky post were not display first anymore.
     44* posts ordered by modification date display now the newer one first.
     45
     46= 1.3.0 =
    4047* It is now possible to order randomly.
    4148
    42 = 1.2 =
     49= 1.2.0 =
    4350* The widget name on the management widget page was a wrong one.
    4451
    45 = 1.1 =
     52= 1.1.0 =
    4653* The widget is now not displayed in pages, posts and attachments.
    4754
    48 = 1.0 =
     55= 1.0.0 =
    4956* The first version of the plugin.
Note: See TracChangeset for help on using the changeset viewer.