Version 4.0.1
November 8, 2024
Fixed
- Fix an error when adding an email with options.
Version 4.0.0
October 25, 2024
Changed
- Now requires Craft 5.0+.
- Now requires Craft Commerce 5.0+.
Version 3.0.1
November 8, 2024
Fixed
- Fix an error when adding an email with options.
Version 3.0.0
October 25, 2024
The plugin’s package name has changed to
verbb/back-in-stock
. Back in Stock will need be updated to 3.0 from a terminal, by runningcomposer require verbb/back-in-stock && composer remove mediabeastnz/craft-commerce-back-in-stock
.
Changed
- Migration to
verbb/back-in-stock
. - Now requires Craft 4.0+.
- Now requires Craft Commerce 4.0+.
Version 2.1.1
June 1, 2023
Fixed
- Fixed issue - duplicate entries when options are supplied.
Version 2.1.0
July 10, 2022
Added
- Ability to view customer submissions in the Control Panel.
Version 2.0.0
July 9, 2022
Added
- Craft CMS and Commerce 4 support.
Version 1.4.3
July 9, 2022
Fixed/Added
- Flash message is now set for those not using ajax to submit the form. The default message can be overwritten by using translations.
Version 1.4.2
July 9, 2022
Added
- 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.
Version 1.4.1
July 9, 2022
Fixed
- 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).
Version 1.4.0
May 27, 2020
Added
- 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
- Fixed an issue where duplicate records could be added resulting in multiple emails being sent.
- Tested on Craft 3.4 and Commerce 3.1.
Version 1.3.1
April 8, 2020
Fixed
- Response from form can now be translated (Thanks @pieter-janDB)
Version 1.3.0
December 20, 2019
Added
- You can now automatically purge user details after emails are sent. Useful if GDPR or similar is a requirement.
Version 1.2.0
December 19, 2019
Fixed
- 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.
Version 1.1.0
June 9, 2019
Added
- 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
Fixed
- 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
Version 1.0.1
May 30, 2019
Changed
- Minor update to plugin icon
Version 1.0.0
May 19, 2019
Added
- Initial release