Changeset 3275418
- Timestamp:
- 04/17/2025 06:42:13 AM (12 months ago)
- Location:
- post-types-order
- Files:
-
- 31 added
- 2 edited
-
tags/2.3.5 (added)
-
tags/2.3.5/compatibility (added)
-
tags/2.3.5/compatibility/LiteSpeed_Cache.php (added)
-
tags/2.3.5/compatibility/formidable.php (added)
-
tags/2.3.5/compatibility/the-events-calendar.php (added)
-
tags/2.3.5/compatibility/themes (added)
-
tags/2.3.5/compatibility/themes/enfold.php (added)
-
tags/2.3.5/composer.json (added)
-
tags/2.3.5/composer.phar (added)
-
tags/2.3.5/css (added)
-
tags/2.3.5/css/cpt-archive-dd.css (added)
-
tags/2.3.5/css/cpt-options.css (added)
-
tags/2.3.5/css/cpt.css (added)
-
tags/2.3.5/images (added)
-
tags/2.3.5/images/logo.png (added)
-
tags/2.3.5/images/menu-icon.png (added)
-
tags/2.3.5/include (added)
-
tags/2.3.5/include/class.compatibility.php (added)
-
tags/2.3.5/include/class.cpto.php (added)
-
tags/2.3.5/include/class.functions.php (added)
-
tags/2.3.5/include/class.options.php (added)
-
tags/2.3.5/include/class.walkers.php (added)
-
tags/2.3.5/js (added)
-
tags/2.3.5/js/cpt.js (added)
-
tags/2.3.5/languages (added)
-
tags/2.3.5/languages/post-types-order.mo (added)
-
tags/2.3.5/languages/post-types-order.po (added)
-
tags/2.3.5/post-types-order.php (added)
-
tags/2.3.5/readme.txt (added)
-
tags/2.3.5/screenshot-1.png (added)
-
tags/2.3.5/screenshot-2.png (added)
-
trunk/post-types-order.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
post-types-order/trunk/post-types-order.php
r3255281 r3275418 6 6 * Author: Nsp Code 7 7 * Author URI: http://www.nsp-code.com 8 * Version: 2.3. 48 * Version: 2.3.5 9 9 * Text Domain: post-types-order 10 10 * Domain Path: /languages/ … … 14 14 define('CPTURL', plugins_url('', __FILE__)); 15 15 16 define('PTO_VERSION', '2.3. 4');16 define('PTO_VERSION', '2.3.5'); 17 17 18 18 include_once(CPTPATH . '/include/class.cpto.php'); -
post-types-order/trunk/readme.txt
r3255281 r3275418 4 4 Tags: post order, posts order, post sort, posts sort, post types order 5 5 Requires at least: 2.8 6 Tested up to: 6. 7.27 Stable tag: 2.3. 46 Tested up to: 6.8 7 Stable tag: 2.3.5 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 118 118 == Changelog == 119 119 120 = 2.3.5 = 121 - WordPress 6.8 compatibility check and tag update. 122 120 123 = 2.3.4 = 121 124 - PHP 8.3.4 tag and compatibility check.
Note: See TracChangeset
for help on using the changeset viewer.