Skip to content

Releases: luyadev/luya-module-mailchimp

3.0.0

03 Jan 14:29
Compare
Choose a tag to compare

3.0.0 (3. January 2024)

  • Drop support for PHP 8.1 and below.

2.1.0

24 May 13:21
Compare
Choose a tag to compare

2.1.0 (24. May 2023)

  • Do not make error while saving so verbose.
  • Add $mergeFieldAttributes which should be synced.
  • $options accept a closure function.
  • Added $interests property which also accepts a closure function.

2.0.0

11 May 09:19
Compare
Choose a tag to compare

2.0.0 (11. Mai 2023)

  • Updated to mailchimp marketing API version 3.0
  • Remove module $groups replaced with $options.
  • Removed MailchimpHelper $updateExisting, $replaceInterests and $sendWelcome.
  • MailchimpHelper requres new $server construct property.

1.0.6

09 Dec 09:35
482268f
Compare
Choose a tag to compare

1.0.6 (9. December 2021)

  • Small changes in docs, translations, composer dependencies

1.0.5

06 Feb 10:57
Compare
Choose a tag to compare

1.0.5 (6. February 2019)

  • #12 Use BaseObject instead of Object in order to ensure PHP7 compatibility.

1.0.4

01 Jun 09:58
Compare
Choose a tag to compare

1.0.4 (1. June 2018)

  • #10 Add option for double opt in.

1.0.3

16 Apr 14:50
Compare
Choose a tag to compare

1.0.3 (16. April 2018)

  • #9 Fixed interest groups to correctly work again.

1.0.2

01 Nov 15:21
Compare
Choose a tag to compare

1.0.2 (1. November 2017)

  • #8 Provide an option to disable the robots filtering.

1.0.1

17 Oct 14:03
Compare
Choose a tag to compare

1.0.1 (17. October 2017)

  • #4 ATTENTION: Changed the application structure and namespaces of the application, use luya\mailchimp\Module instead of mailchimp\Module.
  • #6 Use luya robots filter behavior.
  • #5 Added Helper method in order to make API calls without instantiating the Mailchimp Module.
  • #3 Removed error and success variables and moved to standard active form validation with response redirect and flash message.
  • Added LUYA Testsuite in order to make basic application tests.

1.0.0

25 Apr 09:41
Compare
Choose a tag to compare

First stable release