Removes LifterLMS 2.x compatibility, raising the minimum required LifterLMS version to 3.8.0
“Confirmation Emails” subscription setting is now enabled by default when installing LifterLMS Add-on
Adds a checkbox to enrollment, registration, and checkout forms allowing users to explicitly consent to receive emails
To accommodate GDPR compliance, sequences and tags will only be applied to users who have explicitly consented to receive emails.
Users who have previously consented to receive emails may opt out via a checkbox on the edit account tab of the student dashboard
New options have been added to allow customization of the consent and unsubscribe messages
Added Privacy Policy Suggested content linking to the MailChimp Privacy Policy. Relies on WP 4.9.6.
Renamed plugin options to be consistent with other LifterLMS integration classes. Preexisting options will be renamed automatically upon plugin upgrade.
Moved ajax functions to their own class
Removed function LLMS_MailChimp()->get_groups(), use LLMS_MailChimp()->get_intergration()->get_groups() instead
Removed function LLMS_MailChimp()->get_lists(), use LLMS_MailChimp()->get_intergration()->get_lists() instead
Removes LifterLMS 2.x compatibility, raising the minimum required LifterLMS version to 3.8.0
“Confirmation Emails” subscription setting is now enabled by default when installing LifterLMS Add-on
Adds a checkbox to enrollment, registration, and checkout forms allowing users to explicitly consent to receive emails
To accommodate GDPR compliance, sequences and tags will only be applied to users who have explicitly consented to receive emails.
Users who have previously consented to receive emails may opt out via a checkbox on the edit account tab of the student dashboard
New options have been added to allow customization of the consent and unsubscribe messages
Added Privacy Policy Suggested content linking to the ConvertKit Privacy Policy. Relies on WP 4.9.6.
Renamed plugin options to be consistent with other LifterLMS integration classes. Preexisting options will be renamed automatically upon plugin upgrade.
Moved ajax functions to their own class
Removed function LLMS_MailChimp()->get_groups(), use LLMS_MailChimp()->get_intergration()->get_groups() instead
Removed function LLMS_MailChimp()->get_lists(), use LLMS_MailChimp()->get_intergration()->get_lists() instead
Removes LifterLMS 2.x compatibility, raising the minimum required LifterLMS version to 3.8.0
Adds a checkbox to enrollment, registration, and checkout forms allowing users to explicitly consent to receive emails
To accommodate GDPR compliance, sequences and tags will only be applied to users who have explicitly consented to receive emails.
Users who have previously consented to receive emails may opt out via a checkbox on the edit account tab of the student dashboard
New options have been added to allow customization of the consent and unsubscribe messages
Added Privacy Policy Suggested content linking to the ConvertKit Privacy Policy. Relies on WP 4.9.6.
In addition to an API Key, a Secret Key must also be obtained to API methods to unsubscribe users
Class LLMS_Settings_Integrations_ConvertKit has been replaced by LLMS_Integration_ConvertKit which is an integration child accessible programattically via LLMS()->integrations()->get( 'convertkit' )
Renamed plugin options to be consistent with other LifterLMS integration classes. Preexisting options will be renamed automatically upon plugin upgrade.