Releases: kylephillips/favorites
Releases · kylephillips/favorites
v2.3.4
v2.3.3
- Security updates
v2.3.1
- Bug Fix: Fixes issue where only one custom field was being output when multiple were specified in the custom list html.
- Security Update: Removes potential security issue where user may favorite a non-public post, or a post where favorites are not enabled.
v2.3.0
- Bug Fix: Fixes issue where only one custom field was being output when multiple were specified in the custom list html.
v2.2.0
- Fixes multisite issue where favorites were not being retrieved correctly.
- Adds setting to require consenting to cookies before saving favorites, in an effort to adhere to GDPR compliance. Note: the modal content that displays when this setting is enabled should be provided by a qualified attorney or legal entity. Should your site already have a cookie consent protocol in place, document-level events are provided for triggering the user preferences.
v2.1.6
- Adds option of redirecting to a page/post by ID if an anonmyous user attempts to favorite an item
- Adds shortcode processing to authentication gate modal content
- Bug fix that was causing unexpected errors in content filtered by 'the_content' filter.
v2.1.5
- Bug fix where button HTML filters were not being applied to AJAX/cache enabled sites. The post id is not available as a parameter on button html on cache-enabled sites.
- Adds additional compatibility for logged-in favoriting on hosts with aggressive server-side caching
v2.1.3
- Bug fix where authentication gate modal was not appearing correctly due to a Javascript error on sites with the cache option disabled.
- Bug fix where lists were being emptied on page load with the cache option enabled.
v2.1.2
- Added additional filters for the listing wrapper CSS classes and the listing element CSS classes. See the plugin website for details.
- Added plugin setting and filter for customizing the button html element type.
- Added a "Development Mode" setting for logging various data to the browser console in order to help with support and debugging.
- Reverted default post types in favorites list to display all post types.
- Updates filters run on authorization gate modal that were conflicting with some themes and plugins.
v2.1.1
- Fixes bug where Favorites admin javascript was loading outside the plugin settings area, causing preventing some sites from saving posts.