Skip to content

v1.0.3

Latest
Compare
Choose a tag to compare
@ve3 ve3 released this 01 Feb 11:45
· 2 commits to master since this release
11a46e3

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.