Skip to content

1.2 - 2022-06-09

Compare
Choose a tag to compare
@andrewlimaza andrewlimaza released this 09 Jun 11:00
· 28 commits to master since this release
  • FEATURE: Added tag settings for non-members. This will apply a tag when a member's membership level is removed - when a member signs up for a level it will remove these non-member tags in ConvertKit.
  • ENHANCEMENT: Added filter pmpro_convertkit_subscribe_fields to allow passing custom fields to ConvertKit when tagging a member.
  • ENHANCEMENT: Added filter pmpro_convertkit_subscribe_tags to allow adjusting of what tags are removed when a user is subscribed.
  • ENHANCEMENT: Added filter pmpro_convertkit_unsubscribe_tags to allow adjusting of what tags are removed when a user is unsubscribed.
  • ENHANCEMENT: Added a log file when 'CK_DEBUG' is defined. Filter the location where the log file is stored by using the pmprock_logfile filter.
  • ENHANCEMENT: Updated UI slightly to show/hide the option "Require Opt-In Label" based on the required "Require Opt-In" checkbox field.
  • ENHANCEMENT: Sync members with ConvertKit whenever their Email Address/First Name is changed via the WordPress dashboard.
  • REFACTOR: Refactored various methods to improve stability of storing ConvertKit meta data.