Releases: cabrerahector/wordpress-popular-posts
Releases · cabrerahector/wordpress-popular-posts
WPP 4.0.0
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
Same as 3.3.4, only difference is updated readme.txt.
WPP 3.3.4
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
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
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
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
This release includes the following changes:
- Fixes undefined index notice.
- Makes sure legacy tables are deleted on plugin upgrade.
WPP 3.3.0
This release is basically the same as WPP 3.3.0 Beta 1, but with updated documentation.
WPP 3.3.0 Beta 1
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
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.