All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- General: sigh... didn't add build files to the last release
- Bugfix: GiftcardService had a typo that caused an error upon startup
- Feature: Added giftcard service to the mailer
- Feature: Added country filter to convert ISO country code to country name
- Bugfix: Fix that nested variables didn't work in the if statement
- Bugfix: Renamed the attachments since IOS didn't recognize it as a pdf in some cases
- Feature: Added if statements to the pdf generator
- Feature: Added config option to alter what to show when a variable can't be found or is invalid
- Bugfix: Added a check if the cart has been converted to an order. No need to send abandoned cart mails if the cart has been converted to an order.
- Bugfix: Extra check on created at since typeorm lessthen didn't filter correctly somehow
- Bugfix: First mail could be send multiple times in some occasions
- Bugfix: Small piece of testcode was left in the codebase
- Feature: added automated abandoned cart mail options
- Fix: added
shipping_total_inc
toorder
object inorder.placed
event since MedusaJS can return shippign excl. tax instead of inc tax.
- First use of this changelog. Previous changes are not documented.