Releases: pionl/smart-emailing-v3
Releases · pionl/smart-emailing-v3
v1.0.0
🚀 This release contains major code upgrade with new additions thanks to @MartinMystikJonas
- Upgrade guide is in UPGRADE.md
- Better CI integration
- PHP 8.1/8.2 support
- More consistent API
- New Import orders/contacts enpodint
- Eshop endpoints has been marked as deprecated
What's Changed
- PHP 8 compatibility by @MartinMystikJonas in #25
- Developer tools by @MartinMystikJonas in #26
- Changed and unified structure (BC breaks) by @MartinMystikJonas in #28
- Added types by @MartinMystikJonas in #29
- Unified and simplified tests by @MartinMystikJonas in #30
- Contacts and import orders endpoints by @MartinMystikJonas in #31
- Models use getters/setters instead of public properties by @MartinMystikJonas in #32
- Fixed setting price in OrderItem by @MartinMystikJonas in #34
- Temporarily fix deprecation by @stanislav-janu in #35
Full Changelog: v0.4.1...v1.0.0
v1.0.0-rc-2
What's Changed
- Temporarily fix deprecation by @stanislav-janu in #35
🚀 This release contains major code upgrade with new additions thanks to @MartinMystikJonas
- Upgrade guide is in UPGRADE.md
- Better CI integration
- PHP 8.1/8.2 support
- More consistent API
- New Import orders/contacts enpodint
- Eshop endpoints has been marked as deprecated
v1.0.0-rc
🚀 This release contains major code upgrade with new additions thanks to @MartinMystikJonas
- Upgrade guide is in UPGRADE.md
- Better CI integration
- PHP 8.1/8.2 support
- More consistent API
- New Import orders/contacts enpodint
- Eshop endpoints has been marked as deprecated
v0.4.1
v0.4.0
What's Changed
🚀 Add send custom sms from Custom Campaigns by @keltuo in #16
⛽️ Changelog removed from readme.md and upgrade PHPUnit 7.5 and Guzzle to 7.2 by @stanislav-janu in #15
🚀 New endpoints for eshops orders by @keltuo in #9
🥳 Double opt in settings by @james-fruhbauer in #19
New Contributors
- @james-fruhbauer made their first contribution in #20
Full Changelog: v0.3.0...v0.4.0
v0.4.0-beta
What's Changed
🚀 Add send custom sms from Custom Campaigns by @keltuo in #16
⛽️ Changelog removed from readme.md and upgrade PHPUnit 7.5 and Guzzle to 7.2 by @stanislav-janu in #15
🚀 New endpoints for eshops orders by @keltuo in #9
Full Changelog: v0.3.0...v0.4.0
0.3.0
0.2.0
🔥 Add contact list API by @PavelJurasek