Releases: Rundiz-WP/rundiz-postorder
Releases · Rundiz-WP/rundiz-postorder
v1.0.5
v1.0.4
Update
- Update priority for hook
pre_get_posts
to be lower (higher number) to let other plugins hook work with this plugin either.
v1.0.3
Add
- Add network settings (multisite).
- Add view link (to front page) in re-order posts page.
Update
- 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.
- Move ajax actions to its controller.
- Move admin help tab contents to views file.
- Use
wp_send_json
instead ofecho
andwp_die
instead ofexit
. - Update hook new post class to always update scheduled posts number.
- Make Polylang supported (on selected language and list posts).
- Update translation.
Fix
- Fix activate/uninstall process.
- Fix call to hook
wp_insert_post
. - Fix alter post on front pages main query only.
Remove
- Removed no need check requirement, already checked on WP core.
- Remove donation link.
v1.0.2
Update
- Update WPListTable class based on WordPress 5.8.2
v1.0.1
Update
- Update WPListTable class to work with WP 5.1+.
v1.0
Update
- Update required at least (WordPress).
- Moved previous version change log to changelog.md file.
Fix
- Fix PHP required version.