Skip to main content

Version 4.0.1 (2022-04-08)

This version includes:

  • Support within ActiveMember360, Extensions, Elementor for the new Elementor Container. Provides the same visibility controls and is used in the same way as that for Elementor widgets and sections.

  • Removed the deprecated hook used to prevent the Login Credentials Email from being sent from WordPress when both ActiveMember360, Settings, Passwords, Switch to encrypted password storage in ActiveCampaign and ActiveMember360, Modules, Automatic Webhooks are enabled, or when using ActiveMember360, Modules, Payment:

    remove_action( 'mbr/templates/email/login_credentials/send', [ $GLOBALS['mbr'], 'send_login_credentials_template' ], 10 );

    It is replaced with a new option in ActiveMember360, Settings, Templates named Send login credentials to permit or prevent the Login Credentials Email from being sent.

    This is provided for ease of use, so a knowledge of PHP and editing files is no longer required to control that email.

    Important

    The deprecated hook is now removed and will no longer function i.e. no longer prevent the email from being sent.

    Anyone using the remove_action to prevent the sending of the login credentials email should now use the new setting in ActiveMember360, Settings, Templates named Send login credentials to prevent the sending of the Login Credentials Email instead.

  • Fix to prevent existing passwords being overwritten in certain circumstances when using the ActiveMember360 Payment Module.

  • Fix an invalid link for security code documentation in ActiveMember360 Payment Module.

  • Fix to prevent the sending of the Login Credentials Email from WordPress when using mbr_genpass webhook module.

  • Various code improvements related to PHP 8.x.x.