Plugin Directory

Changeset 3165840


Ignore:
Timestamp:
10/09/2024 02:01:57 PM (15 months ago)
Author:
nsp-code
Message:

Version: 2.3.2

Location:
post-types-order
Files:
30 added
3 edited

Legend:

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

    r3165708 r3165840  
    268268            function admin_options_print_styles()
    269269                {
    270                     wp_register_style('pto-options', CPTURL . '/css/cpt-options.css', array(), CPT_VERSION );
     270                    wp_register_style('pto-options', CPTURL . '/css/cpt-options.css', array(), PTO_VERSION );
    271271                    wp_enqueue_style( 'pto-options');
    272272                }
     
    584584                        }
    585585                       
    586                     wp_register_style('CPTStyleSheets', CPTURL . '/css/cpt.css', array(), CPT_VERSION );
     586                    wp_register_style('CPTStyleSheets', CPTURL . '/css/cpt.css', array(), PTO_VERSION );
    587587                    wp_enqueue_style( 'CPTStyleSheets');
    588588                }
  • post-types-order/trunk/post-types-order.php

    r3165708 r3165840  
    66* Author: Nsp Code
    77* Author URI: http://www.nsp-code.com
    8 * Version: 2.3.1
     8* Version: 2.3.2
    99* Text Domain: post-types-order
    1010* Domain Path: /languages/
     
    1414    define('CPTURL',    plugins_url('', __FILE__));
    1515   
    16     define('CPT_VERSION',          '2.3.1');
     16    define('PTO_VERSION',          '2.3.2');
    1717   
    1818    include_once(CPTPATH . '/include/class.cpto.php');
  • post-types-order/trunk/readme.txt

    r3165754 r3165840  
    55Requires at least: 2.8
    66Tested up to: 6.6.2
    7 Stable tag: 2.3.1
     7Stable tag: 2.3.2
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    117117== Changelog ==
    118118
     119= 2.3.2 =
     120 - Fix: Change the CPT_VERSION constant to avoid conflict with CPT UI plugin.
     121
    119122= 2.3.1 =
    120123 - Improve the descriptions in the readme.txt file for better clarity and user understanding.
Note: See TracChangeset for help on using the changeset viewer.