Releases: webgriffe/SyliusActiveCampaignPlugin
Releases · webgriffe/SyliusActiveCampaignPlugin
v0.5.0
v0.3.1
Full Changelog: v0.3.0...v0.3.1
v0.4.0 - Sylius 1.12, Symfony 6 and PHP 8.1 support
What's Changed
Full Changelog: v0.3.0...v0.4.0
v0.3.0
First production-ready release
This release is now production-ready! It means it is more stable as it is used in some production websites!
Release notes
Adjust your entity following the subsequent PR notes, then remember to run a migration diff and run it with:
PHP bin/console doctrine:migrations:diff
php bin/console doctrine:migrations:migrate
For other upgrade information have a look at the https://github.com/webgriffe/SyliusActiveCampaignPlugin/blob/master/UPGRADE-0.X.md file.
What's Changed
- Add tags to a contact (#40) by @lruozzi9 in #42
- Add Contact List Subscription Message and Handler (#41) by @lruozzi9 in #45
- Add list id form field in create channel form (#48) by @lruozzi9 in #50
- Export orders and carts only for already exported customers by @lruozzi9 in #49
- Add Connection factory (#46) by @lruozzi9 in #51
- Update lists status subscription from ActiveCampaign (#44) by @lruozzi9 in #52
- Remove tags and lists subscription from contact handlers (#53) by @lruozzi9 in #55
- Catch exception on enqueuers also on command by @lruozzi9 in #57
- Fix order subscriber to not enqueue cart without customer by @lruozzi9 in #58
- Use 0 as default ecommerce order discount amount by @lruozzi9 in #59
- Use FQCN injected for factory services (#47) by @lruozzi9 in #54
- Track customers interactions with the website (#39) by @lruozzi9 in #61
Full Changelog: v0.2.0...v0.3.0
v0.2.0
v0.1.0 - Initial release
Initial release
We are happy to release the first initial version of the SyliusActiveCampaignPlugin. Please, check out the documentation to get started!
Initial Contributors
Full Changelog: https://github.com/webgriffe/SyliusActiveCampaignPlugin/commits/v0.1.0