Skip to content

WPP 4.2.0

Compare
Choose a tag to compare
@cabrerahector cabrerahector released this 30 Sep 20:41
· 779 commits to master since this release

This release includes the following changes:

If you're using a caching plugin, flushing its cache right after installing / upgrading to this version is required.

  • Breaking change: Database query performance improvements (thanks Stofa!), plugin should be significantly faster for most people out there. Developers: if you're hooking into the WPP_Query class to customize the query, you will have to review it as this change will likely break your custom query.
  • Persistent object caching support: WPP can now store views count in-memory, reducing greatly the number of database writes which is good for performance!
  • Adds filter hook wpp_parse_custom_content_tags.
  • Adds filter hook wpp_taxonomy_separator.
  • You can now also pass arrays when using the parameters post_type, cat, term_id, pid or author (see issue 169 for details).
  • The plugin will use language packs from wordpress.org from now on.
  • Minor fixes and improvements.

Check the Release notes for more details!