Skip to content
This repository has been archived by the owner on Oct 11, 2018. It is now read-only.

Releases: xola/xola-mailchimp

v0.2.8 - Disabled next version commit

12 Apr 09:43
Compare
Choose a tag to compare

Disabled next version commit (#7)

v0.2.7 - Customer Name

06 Apr 06:42
Compare
Choose a tag to compare

Customer Name

  1. Now saving customer name along with the email id to MailChimp. (#6)

v0.2.6 - Bug Fix

05 Apr 06:49
Compare
Choose a tag to compare

Bug Fix

  1. Fixed bug where an error was thrown on updating the selected mailing list from one list to another. (#5)

v0.2.5 - Bug Fix

04 Apr 15:25
Compare
Choose a tag to compare

Bug Fix

  1. Fix for emails not being added to the configured Mailchimp mailing list. #4

v0.2.4 - Bug Fix

16 Mar 03:49
Compare
Choose a tag to compare

Bug Fix

  1. Fixed an NPE in the loggers

v0.2.3 - Bug Fix

03 Feb 06:27
Compare
Choose a tag to compare

Bug Fix

  1. Fixed update preferences bug where the preferences in update installation flow were not being validated.

v0.2.2 - Support for Dynamic Types in Preferences

19 Jan 09:54
Compare
Choose a tag to compare

Support for Dynamic Types in Preferences

  1. Updated preferences and values to support any value type and not just string.
  2. Upgraded playframework to 2.5.10.
  3. Enabled access logging
  4. Respond with 200 on receiving an uninstall event.

v0.2.1 - Bug Fix

05 Jan 11:58
Compare
Choose a tag to compare

Bug Fix

  1. Fixed broken Get mailing lists from MailChimp flow by correcting the logic of API Key extraction.

v0.2.0 - Mailchimp Integration

03 Jan 09:09
Compare
Choose a tag to compare

[XOL-3050] Mailchimp Integration

  1. Removed authentication to Mailchimp using OAuth.
  2. Added support for Mailchimp API key instead of OAuth.
  3. Removed data dump controller.
  4. Updated error response format.
  5. Renamed 'confirmation' to 'installation' to match with the 'installation' on Xola/App Store end.
  6. Removed CRUD of plugin's configuration.
  7. Webhook to accept all events generated by Xola/App store.

Others

  1. Added Vagrant configuration.
  2. Updated Play framework to v2.5.9.