Skip to content

Releases: webgriffe/SyliusActiveCampaignPlugin

v0.5.0

05 Jun 10:42
Compare
Choose a tag to compare

What's Changed

  • Do not change main request context by @lruozzi9 in #66
  • Export contact and ecommerce customer on order events by @lruozzi9 in #68

Full Changelog: v0.4.0...v0.5.0

v0.3.1

05 Jun 10:54
Compare
Choose a tag to compare

Full Changelog: v0.3.0...v0.3.1

v0.4.0 - Sylius 1.12, Symfony 6 and PHP 8.1 support

17 Apr 10:52
Compare
Choose a tag to compare

What's Changed

  • Support Sylius 1.12, Symfony 6, and PHP 8.1 by @lruozzi9 in #62

Full Changelog: v0.3.0...v0.4.0

v0.3.0

23 May 10:54
Compare
Choose a tag to compare

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

Full Changelog: v0.2.0...v0.3.0

v0.2.0

12 Apr 12:50
Compare
Choose a tag to compare

What's Changed

  • Fix installation documentation by @lruozzi9 in #37
  • Use findAllToEnqueue method on ChannelsResolver to use the same method of connection exporters (#36) by @lruozzi9 in #38
  • Add CONTRIBUTING.md and CODE_OF_CONDUCT.md (#30) by @lruozzi9 in #31

Full Changelog: v0.1.0...v0.2.0

v0.1.0 - Initial release

31 Mar 15:44
Compare
Choose a tag to compare

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