- Ability to view customer submissions in the Control Panel.
- Craft CMS and Commerce 4 support.
- Flash message is now set for those not using ajax to submit the form. The default message can be overwritten by using translations.
- Added support for translating the subject line. This uses the customers locale and stores it in the database for later. This will require a migration so remember to run
craft migrate/all
if it is not already a part fo your deploy script.
- Fixed an issue with customers being able to subscribe multiple times (Issue #14)
- Fixed an issue with subject/preheader text not rendering correctly (Issue #9).
- Confirmation emails can be sent to the customer now (Feature Request #6).
- Confirmation emails can use a custom template, subject line and is optional (off by default).
- Fixed an issue where duplicate records could be added resulting in multiple emails being sent.
- Tested on Craft 3.4 and Commerce 3.1.
- Response from form can now be translated (Thanks @pieter-janDB)
- You can now automatically purge user details after emails are sent. Useful if GDPR or similar is a requirement.
- Email notifications are only fired once. An issue could of occured previously if the product had multiple variants and the user selected anything but the first variant. Thanks @jmauzyk.
- Ability to store additional options e.g. product attributes etc (Thanks Josh Crawford)
- Responses are now ajax friendly
- Added response message for when email is already detected
- Validation issues when no email was entered and other various responses
- Creating a new product would cause an error as no variant was found, this is now fixed
- Minor update to plugin icon
- Initial release