Constant Contact Drupal Module ------------------------------ 7.x-3.3 CHANGES --------------- Fixed #1467850 #1018054 #1153178 #1511164 7.x-3.1-beta4 CHANGES --------------- Fixed Cache issue when you initially setup the module, it now auto-deletes the cached menu so you don't have to do it manually. Added some promotion for the upcoming webform constant contact module. Fixed an issue with the extra fields not saving and update the name of the default fieldnames from profile_* to field_* Fixed #1255724 7.x-3.0-beta1 CHANGES --------------- Fixed a bunch of bugs Upgraded the underlying library to use the curl extension instead of openssl as it's more widely supported Improved the way contact list selections are handled (made them easier to use) You can now add an unlimited amount of signup forms via the block method and each has it's own settings Various other little fixes and improvements that do not change the functionality 6.x-2.1 CHANGES --------------- Implemented #698916 - contact lists are cached Implemented #699036 - configuring module is made easier Fixed #753324 Fixed #753294 RC5 CHANGES --------------- Fixed #753124 Fixed #746862 Improved the extra field mappings RC4 CHANGES --------------- Fixed #753070 Fixed a bug in class.cc.php that only appeared to happen on 1and1 servers. RC3 CHANGES --------------- 1.) The module will now keep your username and password to aid upgrades. 2.) Further tweaks to the Installation because of users reporting the same error about openssl. 3.) Added options to let the user select HTML or Text emails. 4.) In the form block, if a user who is already subscribed tries to subscribe they would have previously been re-subscribed, now the module will NOT let let people re-subscribe, they have to login and update their subscription or use the constantcontact.com website, this is to avoid overwriting the lists people are subscribed to if the APi is used elsewhere. 5.) You can now set the position of the email field that appears within the form block. 6.) The module now uses the drupal function module_load_include() instead of require_once. 7.) Fixed a bug with the way class.cc.php handled chunked data. RC2 CHANGES --------------- Important: You will need to uninstall the module before uploading any files to your drupal site to upgrade to this release. Do you think the module is easy to use? If you have any suggestions on how I can make it easier to use please post a message to the issue tracker: http://drupal.org/project/issues/constant_contact?categories=All This release adds the following new features, fixes and improvements and is the final release candidate for drupal 6: 1.) Admin: Import subscribers. 2.) Admin: Export subscribers. 3.) Admin: View activities and Download exported files. 4.) Admin: Sync unsubscribed users. 5.) Admin: New mass unsubscribe and delete option. 6.) Admin: Contact lists are now sorted by the SortOrder field. 7.) Admin: Contact list add/edit page now let you define the SortField value. 8.) Admin: You can now choose if the register page checkbox is checked by default. 9.) Fixed this bug: http://drupal.org/node/697400. 10.) The way the API gets loaded in various methods has been adapted to be more efficent. 11.) Error messages has been improved: status report messages removed and other errors have been replaced with watchdog messages that can be found at "Reports > Recent log entries". 12.) All standard extra fields have now been added to the form block method, custom fields have been renamed to extra fields to be inline with the Constant Contact system. 13.) The form block method can now be redirected to a thank you page after submitting. 14.) Lots of improvements under the hood in this release too, for example extra fields have been changed to be more efficent. 15.) Added support for the 15 custom fields in the register page. 16.) You can now choose change the list selection to be checkboxes or a multi-select. 17.) Installation improved, it now checks openssl and the fsockopen function are working correctly by trying to establish a connection with https://www.google.com/. 18.) Filenames for the admin panel have been renamed, if your upgrading make sure to remove the old module files before uploading the newer version. 19.) I've renamed all variables from constant_contact_varname to cc_varname for easier reading 20.) I've renamed all constants from CONSTANT_CONTACT_CONSTANT_NAME to CC_CONSTANT_NAME 21.) The register page and block have been completely separated, you now select contact lists for each. 22.) The register page has been improved in the way it handles subscribing users, it now lets you display a checkbox or a list selection plus show or exclude certain contact lists. RC1 CHANGES --------------- Account edit page now checks if the user is registered with constant contact and automatically checks the checkbox if the user email is found and they are set to active status, this will mean people who signed up using a different method (through the block method for example) will be correctly flagged as subscribed. The duplicated newsletter section which appears when you have other account page tabs has been removed. The newsletter section on the account edit page is now expanded by default. The account edit page custom fields has been fixed, these should work correctly now and update the extra fields with constant contact when they appear within a new tab. See http://drupal.org/node/671666 for reference to these bugs.