Plugin Directory

Changeset 3046153

Timestamp:
03/06/2024 08:45:14 AM (5 months ago)
Author:
nsp-code
Message:

Version: 2.2

Location:
post-types-order
Files:
32 added
4 edited

Legend:

Unmodified
Added
Removed
  • post-types-order/trunk/include/class.compatibility.php

    r2922196 r3046153  
    2121                                                    'the-events-calendar.php',
    2222                                                    'LiteSpeed_Cache.php',
     23
    2324                                                 
    2425                                                    );
  • post-types-order/trunk/include/class.cpto.php

    r3035514 r3046153  
    111111                    //if auto sort   
    112112                    if ($options['autosort'] == "1")
    113                         {
     113                        {
    114114                            //remove the supresed filters;
    115115                            if (isset($query->query['suppress_filters']))
  • post-types-order/trunk/post-types-order.php

    r3035514 r3046153  
    11<?php
    22/*
    3 Plugin Name: Post Types Order
    4 Plugin URI: http://www.nsp-code.com
    5 Description: Posts Order and Post Types Objects Order using a Drag and Drop Sortable javascript capability
    6 Author: Nsp Code
    7 Author URI: http://www.nsp-code.com
    8 Version: 2.1.8
    9 Text Domain: post-types-order
    10 Domain Path: /languages/
     3Plugin Name: Post Types Order
     4Plugin URI: http://www.nsp-code.com
     5Description: Posts Order and Post Types Objects Order using a Drag and Drop Sortable javascript capability
     6Author: Nsp Code
     7Author URI: http://www.nsp-code.com
     8* Version: 2.2
     9Text Domain: post-types-order
     10Domain Path: /languages/
    1111*/
    1212
  • post-types-order/trunk/readme.txt

    r3035514 r3046153  
    44Tags: post order, posts order, sort, post sort, posts sort, post type order, custom order, admin posts order
    55Requires at least: 2.8
    6 Tested up to: 6.4.3
    7 Stable tag: 2.1.8
     6Tested up to: 6.
     7Stable tag: 2.
    88
    99Sort Posts and custom Post Type Objects (custom post types) using a Drag and Drop Sortable JavaScript AJAX interface or default WordPress dashboard.
     
    9595== Change Log == 
    9696
     97
     98
     99
     100
     101
    97102= 2.1.8 =
    98103 - Fix: Media/images order, retrieve the items per page from user upload_per_page
Note: See TracChangeset for help on using the changeset viewer.