Plugin Directory

Changeset 2225811


Ignore:
Timestamp:
01/11/2020 09:44:20 AM (6 years ago)
Author:
potreb
Message:

1.4.5 versio

Location:
category-custom-post-order
Files:
13 added
2 edited

Legend:

Unmodified
Added
Removed
  • category-custom-post-order/trunk/category-custom-post-order.php

    r1500686 r2225811  
    22/**
    33 * Plugin Name: Posts Order
    4  * Version: 1.4.4
    5  * Plugin URI: http://potrebka.pl/
     4 * Version: 1.4.5
     5 * Plugin URI: http://wpsmartlab.com/
    66 * Description: Order posts separately for each taxonomy
    77 * Author: Piotr Potrebka
    8  * Author URI:  http://potrebka.pl/
     8 * Author URI:  http://wpsmartlab.com/
    99 * License:     GPL v2 or later
    1010 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • category-custom-post-order/trunk/readme.txt

    r1500686 r2225811  
    33Tags: posts order, custom post order, post order, category post order, taxonomy post order, order posts by category
    44Donate link: http://schronisko.info.pl/kontakt-schronisko/numer-konta
    5 Requires at least: 4.4
    6 Tested up to: 4.6.2
    7 Stable tag: 1.4.4
     5Requires at least: 4.6
     6Tested up to: 5.3.2
     7Stable tag: 1.4.5
    88License: GPL2
    99License URI: https://wordpress.org/about/gpl/
     
    2424
    2525== Changelog ==
     26= 1.4.5 =
     27* Added support for WordPress 5.3.2
     28
    2629= 1.4.4 =
    2730* Allowing to order by editor
     
    3336* Add global order for homepage and categories
    3437* Add admin settings page
     38
    3539= 1.4.2 =
    3640* Repair some bugs, add new order field
     41
    3742= 1.4.1 =
    3843* Fix order on admin
     44
    3945= 1.4 =
    4046* Change meta key for ordering to _sort_{tax_ID}
     
    4248* Add order by date, modyfication date, ID, title, author, postmeta and custom
    4349* Add future allows to order posts for all taxonomies
     50
    4451= 1.3.6 =
    4552* Add post order for all taxonomies by date, modiefied, id, title, author and custom
    46 = 1.3.6 =
    4753* Add reverse order option
     54
    4855= 1.3.5 =
    4956* Fix order when taxonomy is assigned to several post types
     57
    5058= 1.3.4 =
    5159* Fix order default by date
     60
    5261= 1.3.3 =
    5362* Updates/Fixes
     63
    5464= 1.3.2 =
    5565* Remove some empty breaklines
Note: See TracChangeset for help on using the changeset viewer.