Skip to content

0.2.0

Choose a tag to compare

@villesiltala villesiltala released this 20 May 06:46
· 92 commits to master since this release
5be5722

[0.2.0] - 2020-05-20

Fixed

  • Rename old hooks to better reflect the actual functionality:
    • wp_oopi_pre_post_save -> oopi_pre_insert_post
    • wp_oopi_after_post_save -> oopi_after_insert_post
  • Polylang integration is run on the 'wp_loaded' hook. This prevents various warnings by allowing PLL to fully load itself before running integrations.

Added

  • New hooks for running code before and after saving an Oopi post.

Changed

  • Rename all Post class hooks by removing the wp_ prefix.