Skip to content

Releases: kylephillips/favorites

v2.3.4

29 Mar 16:05
Compare
Choose a tag to compare
  • Tested with WordPress v6.4
  • Fixes various PHP errors
  • Security update

v2.3.3

30 May 15:46
Compare
Choose a tag to compare
  • Security updates

v2.3.1

27 Dec 19:56
Compare
Choose a tag to compare
  • 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

21 Nov 18:59
Compare
Choose a tag to compare
  • Bug Fix: Fixes issue where only one custom field was being output when multiple were specified in the custom list html.

v2.2.0

19 Jun 17:32
Compare
Choose a tag to compare
  • 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

28 Jun 19:57
Compare
Choose a tag to compare
  • 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

27 Jun 19:25
Compare
Choose a tag to compare
  • 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

21 Jun 12:27
Compare
Choose a tag to compare
  • 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

20 Jun 17:06
Compare
Choose a tag to compare
  • 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

18 Jun 22:30
Compare
Choose a tag to compare
  • Fixes bug where Favorites admin javascript was loading outside the plugin settings area, causing preventing some sites from saving posts.