Skip to content

Releases: strangerstudios/convertkit-paid-memberships-pro

1.2.1 - 2024-12-20

20 Dec 15:30
Compare
Choose a tag to compare
  • ENHANCEMENT: Updated the settings page link to be under "Memberships" and the settings page UI. #25 (@kimcoleman)
  • ENHANCEMENT: Updated the checkout page styling for compatibility with PMPro v3.1+. #31 (@kimcoleman)
  • ENHANCEMENT: Added a new filter pmpro_convertkit_disable_create_purchase to disable tracking purchases. #26 (@kimcoleman)
  • ENHANCEMENT: Improved the logic around updating ConvertKit subscriber after a user profile is updated. #30 (@kimcoleman)
  • ENHANCEMENT: Added a new filter pmpro_kit_update_profile to allow updating ConvertKit subscribers after every profile save. #30 (@kimcoleman)
  • BUG FIX/ENHANCEMENT: Now sending a user's display name to ConvertKit if the first name is not set. #27 (@kimcoleman)
  • BUG FIX: Fixed outdated link to retrieve ConvertKit API key. #20 (@JarrydLong)
  • BUG FIX: Fixed a PHP error when no tags are present in ConvertKit. #21 (@JarrydLong)

1.2 - 2022-06-09

09 Jun 11:00
Compare
Choose a tag to compare
  • 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.

1.1 - 2020-06-21

21 Jun 23:09
Compare
Choose a tag to compare
  • FEATURE: Updated opt-in settings. You can edit the label shown on the opt-in message at checkout.
  • FEATURE: Added purchase tracking for each level in ConvertKit.
  • ENHANCEMENT: Added assets for GitHub and WordPress.org.
  • ENHANCEMENT: Added field to capture API Secret Key.
  • ENHANCEMENT: Added Purchases tracking for new membership checkouts.
  • ENHANCEMENT: Added filter pmpro_convertkit_change_membership_level_remove_tags to allow optionally removing tags on level change when the previous level is passed to the pmpro_after_change_membership_level function.
  • BUG FIX: Email addresses and names are now properly URL encoded when passed to ConvertKit.
  • REFACTOR: Refactored API method for retrieving tags and tagging subscribers.