Skip to content

Commit

Permalink
v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ve3 committed Jan 13, 2025
1 parent da3464e commit 57379cc
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 21 deletions.
19 changes: 19 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

## Version 1.0.x

### 1.0.3
2022-02-01

* Removed no need check requirement, already checked on WP core.
* Remove donation link.
* Fix activate/uninstall process.
* Add network settings (multisite).
* Move PHP files into sub folders. Each sub folder represent admin menu.
* Update JS of re-order page to class that supported in newer web browser.
* Add view link (to front page) in re-order posts page.
* Move ajax actions to its controller.
* Move admin help tab contents to views file.
* Use `wp_send_json` instead of `echo` and `wp_die` instead of `exit`.
* Fix call to hook `wp_insert_post`.
* Update hook new post class to always update scheduled posts number.
* Make Polylang supported (on selected language and list posts).
* Fix alter post on front pages main query only.
* Update translation.

### 1.0.2
2021-12-14

Expand Down
2 changes: 1 addition & 1 deletion rd-postorder.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.5
* Version: 1.0.6
* Requires at least: 4.7.0
* Requires PHP: 5.5
* Author: Vee Winch
Expand Down
25 changes: 5 additions & 20 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: okvee
Tags: posts, order, sort, re-arrange, sortable
Tested up to: 6.8
Stable tag: 1.0.5
Stable tag: 1.0.6
License: MIT
License URI: https://opensource.org/licenses/MIT
Requires at least: 4.7.0
Expand Down Expand Up @@ -70,6 +70,10 @@ Please note that to hook into this filter in the theme some times it might not w
3. Re-ordering action.

== Changelog ==
= 1.0.6 =
2025-01-13
* Update alter post query and add new setting to disable custom order on admin pages.

= 1.0.5 =
2024-12-11

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

* Update priority for hook `pre_get_posts` to be lower (higher number) to let other plugins hook work with this plugin either.

= 1.0.3 =
2022-02-01

* Removed no need check requirement, already checked on WP core.
* Remove donation link.
* Fix activate/uninstall process.
* Add network settings (multisite).
* Move PHP files into sub folders. Each sub folder represent admin menu.
* Update JS of re-order page to class that supported in newer web browser.
* Add view link (to front page) in re-order posts page.
* Move ajax actions to its controller.
* Move admin help tab contents to views file.
* Use `wp_send_json` instead of `echo` and `wp_die` instead of `exit`.
* Fix call to hook `wp_insert_post`.
* Update hook new post class to always update scheduled posts number.
* Make Polylang supported (on selected language and list posts).
* Fix alter post on front pages main query only.
* Update translation.

0 comments on commit 57379cc

Please sign in to comment.