From f282233f6c6fac8b33c714529c8f217e489cd935 Mon Sep 17 00:00:00 2001 From: ve3 Date: Wed, 11 Dec 2024 15:56:27 +0700 Subject: [PATCH] v1.0.5 --- rd-postorder.php | 2 +- readme.txt | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/rd-postorder.php b/rd-postorder.php index 8f5b5c3..b9e17aa 100644 --- a/rd-postorder.php +++ b/rd-postorder.php @@ -3,7 +3,7 @@ * Plugin Name: Rundiz PostOrder * Plugin URI: https://rundiz.com/?p=319 * Description: Re-order posts to what you want. - * Version: 1.0.4 + * Version: 1.0.5 * Requires at least: 4.7.0 * Requires PHP: 5.5 * Author: Vee Winch diff --git a/readme.txt b/readme.txt index a18d2c4..c9de2c7 100644 --- a/readme.txt +++ b/readme.txt @@ -1,8 +1,8 @@ === Rundiz PostOrder === Contributors: okvee Tags: posts, order, sort, re-arrange, sortable -Tested up to: 6.6 -Stable tag: 1.0.4 +Tested up to: 6.8 +Stable tag: 1.0.5 License: MIT License URI: https://opensource.org/licenses/MIT Requires at least: 4.7.0 @@ -70,6 +70,12 @@ Please note that to hook into this filter in the theme some times it might not w 3. Re-ordering action. == Changelog == += 1.0.5 = +2024-12-11 + +* Update reset/restart numbering all posts order. + Use default WordPress front page order including sticky at the top, and all other post statuses. + = 1.0.4 = 2024-07-01