Skip to content

Releases: cabrerahector/wordpress-popular-posts

WPP 4.0.0

20 Sep 15:56
Compare
Choose a tag to compare

This release includes the following changes:

  • Plugin code refactored!
  • Dashboard section redesigned (now mobile-friendly, too!)
  • New Statistics chart and other goodies.
  • Adds ability to pick a Custom Time Range!
  • Adds ability to filter posts by other taxonomies than just categories!
  • Adds Relative Date Format.
  • Fixes error caused by changeset 41508 https://core.trac.wordpress.org/changeset/41508
  • Improves PHP7+ compatibility.
  • Improves compatibility with WP-SpamShield, WooCommerce, Polylang and WPML.
  • Drops qTranslate support (that plugin has been long removed from WordPress.org anyways.)
  • New content tags added: {img_url}, {taxonomy}.
  • New filters: wpp_post_class, wpp_post_exclude_terms.
  • French and German translation files became too outdated and so support has been dropped for now (want to help? Contact me!)
  • Tons of minor bug fixes and improvements.

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

WPP 3.3.4 final

03 Sep 22:43
Compare
Choose a tag to compare

Same as 3.3.4, only difference is updated readme.txt.

WPP 3.3.4

23 Jun 20:09
Compare
Choose a tag to compare

This release includes the following changes:

  • Attempt to convert tables to InnoDB during upgrade if other engine is being used.
  • Adds a check to prevent the upgrade process from running too many times.
  • Minor improvements and bug fixes.
  • Documentation updated.

WPP 3.3.3

23 Dec 19:21
Compare
Choose a tag to compare

This release includes the following changes:

  • Fixes potential XSS exploit in WPP's admin dashboard.
  • Adds filter to set which post types should be tracked by WPP (details).
  • Adds ability to select first attached image as thumbnail source (thanks, @serglopatin!)

WPP 3.3.2

11 Nov 18:47
Compare
Choose a tag to compare

This release includes the following changes:

  • Documentation cleanup.
  • Fixes warning message: 'stream does not support seeking in...'.
  • Improves image detection from post content.
  • Removes excerpt HTML encoding.
  • Passes widget ID to the variable for customization.
  • Adds CSS class current.
  • Other minor bug fixes / improvements.

WPP 3.3.2 Beta 1

09 Nov 15:09
Compare
Choose a tag to compare
WPP 3.3.2 Beta 1 Pre-release
Pre-release

This release includes the following changes:

  • Documentation cleanup.
  • Fixes warning message: 'stream does not support seeking in...'.
  • Improves image detection from post content.
  • Removes excerpt HTML encoding.
  • Passes widget ID to the variable for customization.
  • Adds CSS class current.
  • Other minor bug fixes / improvements.

WPP 3.3.1

28 Aug 15:56
Compare
Choose a tag to compare

This release includes the following changes:

  • Fixes undefined index notice.
  • Makes sure legacy tables are deleted on plugin upgrade.

WPP 3.3.0

27 Aug 21:53
Compare
Choose a tag to compare

This release is basically the same as WPP 3.3.0 Beta 1, but with updated documentation.

WPP 3.3.0 Beta 1

24 Aug 22:04
Compare
Choose a tag to compare
WPP 3.3.0 Beta 1 Pre-release
Pre-release

This release includes the following changes:

  • Adds the ability to limit the amount of data logged by WPP (resolves #69).
  • Adds Polylang support (thanks, @Chouby!)
  • Removes post data from DB on deletion (resolves #77).
  • Fixes whitespaces from post_type argument (thanks, @getdave!)
  • WPP now handles SSL detection for images (resolves #81).
  • Removes legacy datacache & datacache_backup tables.
  • Adds Settings page advertisement support.
  • Moves documentation to Github.

WPP 3.2.3

20 Jul 15:54
Compare
Choose a tag to compare

This release includes the following changes:

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

  • Fixes a potential bug that might affect other plugins & themes (thanks @pippinsplugins).
  • Defines INNODB as default storage engine.
  • Adds the wpp-no-data CSS class to style the "Sorry, no data so far" message.
  • Adds a new index to summary table.
  • Updates plugin's documentation.
  • Other small bug fixes and improvements.