آیکن Simple Custom Post Order
افزونه رایگان نسخه 2.8.4

Simple Custom Post Order

توسعه‌دهنده: colorlibplugins

توضیحات

Easily reorder posts, pages, custom post types, and taxonomies with intuitive drag-and-drop sorting in the WordPress admin.

تغییرات این نسخه

2.8.4 – 2026-07-14
Performance

Fixed very slow WordPress admin on sites with many posts. The plugin’s order-normalization routine (refresh()) ran on every admin page — Dashboard, Plugins, Tools, Settings — even those that never display a sortable list. On large sites it re-numbered thousands of rows one query at a time, adding thousands of database queries and several seconds of load time to unrelated screens (one report measured ~9.5s and 14,000+ queries on the Plugins page with ~3,000 posts). It now runs only on the post/taxonomy list screens where the manual order is actually shown, and renumbers rows in a single batched query instead of one-per-row. No change to how ordering behaves. Reported by @crossy.

2.8.3 – 2026-07-01
Security

Hardened the drag-and-drop reorder AJAX endpoints with per-object permission checks. Previously any signed-in user who could reach the reorder actions (by default anyone able to edit posts) could submit arbitrary post or term IDs and change their stored order — including posts, pages, or terms they are not allowed to edit. Each submitted item is now verified to belong to an enabled sortable type and to be editable by the current user before its order is changed. Impact was limited to ordering only (no content was exposed or edited). Reported by the WordPress.org Plugin Review Team’s automated scan.

Bug fixes

Fixed the manual post order being ignored on the admin Posts list after using the “All dates” or category dropdown filters. Those fil