Skip to content

Commit 57379cc

Browse files
committed
v1.0.6
1 parent da3464e commit 57379cc

File tree

3 files changed

+25
-21
lines changed

3 files changed

+25
-21
lines changed

changelog.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
## Version 1.0.x
44

5+
### 1.0.3
6+
2022-02-01
7+
8+
* Removed no need check requirement, already checked on WP core.
9+
* Remove donation link.
10+
* Fix activate/uninstall process.
11+
* Add network settings (multisite).
12+
* Move PHP files into sub folders. Each sub folder represent admin menu.
13+
* Update JS of re-order page to class that supported in newer web browser.
14+
* Add view link (to front page) in re-order posts page.
15+
* Move ajax actions to its controller.
16+
* Move admin help tab contents to views file.
17+
* Use `wp_send_json` instead of `echo` and `wp_die` instead of `exit`.
18+
* Fix call to hook `wp_insert_post`.
19+
* Update hook new post class to always update scheduled posts number.
20+
* Make Polylang supported (on selected language and list posts).
21+
* Fix alter post on front pages main query only.
22+
* Update translation.
23+
524
### 1.0.2
625
2021-12-14
726

rd-postorder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Rundiz PostOrder
44
* Plugin URI: https://rundiz.com/?p=319
55
* Description: Re-order posts to what you want.
6-
* Version: 1.0.5
6+
* Version: 1.0.6
77
* Requires at least: 4.7.0
88
* Requires PHP: 5.5
99
* Author: Vee Winch

readme.txt

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: okvee
33
Tags: posts, order, sort, re-arrange, sortable
44
Tested up to: 6.8
5-
Stable tag: 1.0.5
5+
Stable tag: 1.0.6
66
License: MIT
77
License URI: https://opensource.org/licenses/MIT
88
Requires at least: 4.7.0
@@ -70,6 +70,10 @@ Please note that to hook into this filter in the theme some times it might not w
7070
3. Re-ordering action.
7171

7272
== Changelog ==
73+
= 1.0.6 =
74+
2025-01-13
75+
* Update alter post query and add new setting to disable custom order on admin pages.
76+
7377
= 1.0.5 =
7478
2024-12-11
7579

@@ -80,22 +84,3 @@ Please note that to hook into this filter in the theme some times it might not w
8084
2024-07-01
8185

8286
* Update priority for hook `pre_get_posts` to be lower (higher number) to let other plugins hook work with this plugin either.
83-
84-
= 1.0.3 =
85-
2022-02-01
86-
87-
* Removed no need check requirement, already checked on WP core.
88-
* Remove donation link.
89-
* Fix activate/uninstall process.
90-
* Add network settings (multisite).
91-
* Move PHP files into sub folders. Each sub folder represent admin menu.
92-
* Update JS of re-order page to class that supported in newer web browser.
93-
* Add view link (to front page) in re-order posts page.
94-
* Move ajax actions to its controller.
95-
* Move admin help tab contents to views file.
96-
* Use `wp_send_json` instead of `echo` and `wp_die` instead of `exit`.
97-
* Fix call to hook `wp_insert_post`.
98-
* Update hook new post class to always update scheduled posts number.
99-
* Make Polylang supported (on selected language and list posts).
100-
* Fix alter post on front pages main query only.
101-
* Update translation.

0 commit comments

Comments
 (0)