Changeset 3255281
- Timestamp:
- 03/13/2025 10:21:53 AM (10 months ago)
- Location:
- post-types-order
- Files:
-
- 31 added
- 2 edited
-
tags/2.3.4 (added)
-
tags/2.3.4/compatibility (added)
-
tags/2.3.4/compatibility/LiteSpeed_Cache.php (added)
-
tags/2.3.4/compatibility/formidable.php (added)
-
tags/2.3.4/compatibility/the-events-calendar.php (added)
-
tags/2.3.4/compatibility/themes (added)
-
tags/2.3.4/compatibility/themes/enfold.php (added)
-
tags/2.3.4/composer.json (added)
-
tags/2.3.4/composer.phar (added)
-
tags/2.3.4/css (added)
-
tags/2.3.4/css/cpt-archive-dd.css (added)
-
tags/2.3.4/css/cpt-options.css (added)
-
tags/2.3.4/css/cpt.css (added)
-
tags/2.3.4/images (added)
-
tags/2.3.4/images/logo.png (added)
-
tags/2.3.4/images/menu-icon.png (added)
-
tags/2.3.4/include (added)
-
tags/2.3.4/include/class.compatibility.php (added)
-
tags/2.3.4/include/class.cpto.php (added)
-
tags/2.3.4/include/class.functions.php (added)
-
tags/2.3.4/include/class.options.php (added)
-
tags/2.3.4/include/class.walkers.php (added)
-
tags/2.3.4/js (added)
-
tags/2.3.4/js/cpt.js (added)
-
tags/2.3.4/languages (added)
-
tags/2.3.4/languages/post-types-order.mo (added)
-
tags/2.3.4/languages/post-types-order.po (added)
-
tags/2.3.4/post-types-order.php (added)
-
tags/2.3.4/readme.txt (added)
-
tags/2.3.4/screenshot-1.png (added)
-
tags/2.3.4/screenshot-2.png (added)
-
trunk/post-types-order.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
post-types-order/trunk/post-types-order.php
r3188404 r3255281 6 6 * Author: Nsp Code 7 7 * Author URI: http://www.nsp-code.com 8 * Version: 2.3. 38 * Version: 2.3.4 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. 3');16 define('PTO_VERSION', '2.3.4'); 17 17 18 18 include_once(CPTPATH . '/include/class.cpto.php'); -
post-types-order/trunk/readme.txt
r3188404 r3255281 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 7 Stable tag: 2.3. 36 Tested up to: 6.7.2 7 Stable tag: 2.3.4 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 14 14 15 15 <strong>Over 12 MILLIONS DOWNLOADS and near PERFECT rating out of 200 REVIEWS</strong>. <br /> 16 A powerful plugin, Order Posts and Post Types Objects using a Drag and Drop Sortable JavaScript capability. 17 18 The order of posts can be customized directly on the default WordPress post type archive list page or through a dedicated Re-Order interface, which displays all available items. 19 This feature allows you to easily reorder posts for any custom post types you've defined, including the default Posts. Managing post order has never been simpler. 16 Easily Sort Posts and Custom Post Types with Drag-and-Drop 17 18 Take full control of your post order with a powerful plugin that lets you effortlessly reorder posts and custom post types using a simple drag-and-drop interface. 19 20 Customize the order directly from the default WordPress post archive list or use the dedicated Re-Order interface, which displays all available items for easy management. Whether you're working with default posts or custom post types, organizing your content has never been easier. 20 21 21 22 = Usage = … … 117 118 == Changelog == 118 119 120 = 2.3.4 = 121 - PHP 8.3.4 tag and compatibility check. 122 - WordPress 6.7.2 compatibility check and tag update. 123 - Readme revision. 124 119 125 = 2.3.3 = 120 126 - Add version to the plugin assets to avoid caching issues. … … 311 317 312 318 Would you like to contribute a translation in your language? Please check at https://translate.wordpress.org/projects/wp-plugins/post-types-order 319 320 There isn't any Editors for your native language on plugin Contributors? You can help to moderate! https://translate.wordpress.org/projects/wp-plugins/post-types-order/contributors
Note: See TracChangeset
for help on using the changeset viewer.