2016-05-10 13:04:43 +02:00

56 lines
1.6 KiB
Plaintext
Executable File

MailChimp Sync module for PrestaShop 1.5
Author : Sébastien Jousse
Email : s.jousse@naerys.fr
Website : http://naerys.fr
1.6.2 - 04/01/2014
Some validation fixes
1.6.1 - 21/12/2014
Remove custom block to use native one
1.6.0 - 01/06/2014
add support for MailJet API v3
1.5.3 - 18/02/2014
fix versions compliancy
1.5.2 - 31/01/2014
replace $_POST[] by Tools:getValue()
clean code
1.5.1 - 28/01/2014
Rewrite following PS 1.5 MVC for module
1.5.0 - 27/01/2014
Module is now Prestashop 1.5 only
Change revision number to match Prestashop's one
Fix configuration's name
Add check for cUrl extension
1.3.1 - 09/07/2013
Fix property's name in getListAll return
1.3 - 19/03/2013
Rewrite specifically for Prestashop 1.5
Rewrite Customer Update hook to prevent errors on folder's rights (no more override)
1.2.1 - 27/11/2012
Fix fr translation
1.2 - 26/11/2012
PS 1.5 compliance verified
1.1 - 20/02/2012
Check if MCAPI already loaded to prevent conflicts with other MailChimp modules (must be added to others modules as well)
Auto installation of override files (with backup of existing files)
At uninstall, only delete hook created by this module (by checking hook's description)
1.0 - 03/09/2011
Synchronize MailChimp with PrestaShop via MailChimp API
- customer account creation
- customer account update (must add a hook by overriding Customer class)
Synchronize PrestaShop with MailChimp via MailChimp WebHook (securized with a random token)
- auto add WebHook via MailChimp API
- subscribe to list via MailChimp sign up form
- unsubscribe from list via unsubscribe link in email sent by MailChimp