Skip to content

Releases: Rundiz-WP/rundiz-postorder

v1.0.4

01 Jul 08:31
@ve3 ve3
f87f661
Compare
Choose a tag to compare

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

01 Feb 11:45
@ve3 ve3
11a46e3
Compare
Choose a tag to compare

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 of echo and wp_die instead of exit.
  • 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.

v0.9.1

08 Dec 10:09
@ve3 ve3
Compare
Choose a tag to compare
  • Update Font Awesome to 4.7.0.
  • Add requires PHP version.
  • Add translation template file (.POT).
  • Add translators help message.
  • Fix bug disable order is not working on category page.