You are here

CHANGELOG.txt in Constant Contact 6.3

Same filename and directory in other branches
  1. 6.2 CHANGELOG.txt
  2. 7.3 CHANGELOG.txt
Constant Contact Drupal Module
------------------------------

6.x-3.3 CHANGES
---------------
Fixed #1018054 #1511164 #1467850


6.x-3.x CHANGES
---------------
Upgraded underlying library to use curl instead of openssl as curl is more widely supported.
Fixed #775508
Fixed #872956
Fixed #758870
Fixed #931778


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.

File

CHANGELOG.txt
View source
  1. Constant Contact Drupal Module
  2. ------------------------------
  3. 6.x-3.3 CHANGES
  4. ---------------
  5. Fixed #1018054 #1511164 #1467850
  6. 6.x-3.x CHANGES
  7. ---------------
  8. Upgraded underlying library to use curl instead of openssl as curl is more widely supported.
  9. Fixed #775508
  10. Fixed #872956
  11. Fixed #758870
  12. Fixed #931778
  13. 6.x-2.1 CHANGES
  14. ---------------
  15. Implemented #698916 - contact lists are cached
  16. Implemented #699036 - configuring module is made easier
  17. Fixed #753324
  18. Fixed #753294
  19. RC5 CHANGES
  20. ---------------
  21. Fixed #753124
  22. Fixed #746862
  23. Improved the extra field mappings
  24. RC4 CHANGES
  25. ---------------
  26. Fixed #753070
  27. Fixed a bug in class.cc.php that only appeared to happen on 1and1 servers.
  28. RC3 CHANGES
  29. ---------------
  30. 1.) The module will now keep your username and password to aid upgrades.
  31. 2.) Further tweaks to the Installation because of users reporting the same error about openssl.
  32. 3.) Added options to let the user select HTML or Text emails.
  33. 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.
  34. 5.) You can now set the position of the email field that appears within the form block.
  35. 6.) The module now uses the drupal function module_load_include() instead of require_once.
  36. 7.) Fixed a bug with the way class.cc.php handled chunked data.
  37. RC2 CHANGES
  38. ---------------
  39. Important: You will need to uninstall the module before uploading any files to your drupal site to upgrade to this release.
  40. 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
  41. This release adds the following new features, fixes and improvements and is the final release candidate for drupal 6:
  42. 1.) Admin: Import subscribers.
  43. 2.) Admin: Export subscribers.
  44. 3.) Admin: View activities and Download exported files.
  45. 4.) Admin: Sync unsubscribed users.
  46. 5.) Admin: New mass unsubscribe and delete option.
  47. 6.) Admin: Contact lists are now sorted by the SortOrder field.
  48. 7.) Admin: Contact list add/edit page now let you define the SortField value.
  49. 8.) Admin: You can now choose if the register page checkbox is checked by default.
  50. 9.) Fixed this bug: http://drupal.org/node/697400.
  51. 10.) The way the API gets loaded in various methods has been adapted to be more efficent.
  52. 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".
  53. 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.
  54. 13.) The form block method can now be redirected to a thank you page after submitting.
  55. 14.) Lots of improvements under the hood in this release too, for example extra fields have been changed to be more efficent.
  56. 15.) Added support for the 15 custom fields in the register page.
  57. 16.) You can now choose change the list selection to be checkboxes or a multi-select.
  58. 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/.
  59. 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.
  60. 19.) I've renamed all variables from constant_contact_varname to cc_varname for easier reading
  61. 20.) I've renamed all constants from CONSTANT_CONTACT_CONSTANT_NAME to CC_CONSTANT_NAME
  62. 21.) The register page and block have been completely separated, you now select contact lists for each.
  63. 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.
  64. RC1 CHANGES
  65. ---------------
  66. 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.
  67. The duplicated newsletter section which appears when you have other account page tabs has been removed.
  68. The newsletter section on the account edit page is now expanded by default.
  69. 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.
  70. See http://drupal.org/node/671666 for reference to these bugs.