You are here

CHANGELOG.txt in Mail Editor 8

Same filename and directory in other branches
  1. 6 CHANGELOG.txt
  2. 7 CHANGELOG.txt

CHANGELOG.txt for Mail Editor for Drupal 8


mail_edit 8.x-1.x-dev:
  Bug fixed:
   - #2877093 by mgoncalves: Remove @file documentation.
  Enhancement:
    - #3069183 by Mohammad Fayoumi: Fix Drupal 9 Deprecated Code Report.
  Porting to D8:
    - #2526518 by DamienMcKenna: Port of some limited functionality.
    - Open new 8.x-1.x branch.


mail_edit 7.x-1.2 (2017-04-10):
  Enhancement:
   - Add a dummy test to accommodate the testbot.
  Bug fixed:
   - #2185909 by GaëlG: Remove newline character introduced by _drupal_wrap_mail_line().
   - #2533318 by Eluchel: Typo in Dynamic Text Information.

mail_edit 7.x-1.1 (2015-07-05):
  Bug fixed:
    - #2165875 by miiimooo: Fix the mail_edit_load() API function.
    - #1826220 by acrollet: Fix a notice in mail_edit_menu_breadcrumb_alter().
    - Provide a 'Purge' operation for all template records, especially orphaned ones.
    - #1806944: Require the 'Use the administration pages and help' permission to access our pages.
    - Force a refresh of the registry after purging a template.
    - Add missing parameter checking.
  Enhancements:
    - Minor code refactoring, no functional changes.
    - #2456719 by DamienMcKenna: Change token tree to use the new dialog.
    - Fix Coder issues (no functional changes).

mail_edit 7.x-1.0 (2012-06-21):
  Bug fixed:
    - Fix the breadcrumb one last time...

mail_edit 7.x-1.0-rc1 (2012-06-12):
  Bugs fixed:
    - Really set the breadcumb on the template edit page now.
    - #1606954: Fix timely rebuilding of the registry by using the cache system.
  Enhancements:
    - Further improve the 'Purge'/'Purge All' logic.
    - Display the 'Purge'/'Purge All' operation only for keys that have a custom template.

mail_edit 7.x-1.0-beta3 (2012-05-27):
  Bugs fixed:
    - Replace $_GET['q'] with current_path(), for D8.
    - #1488896 by Les Lim: Fix the previous fix.
    - #1488896: Work around problems between drupal_html_to_text() and some hosts (see also #234403).
    - Set the breadcumbs on the template edit page.

mail_edit 7.x-1.0-beta2 (2011-12-05):
  Bugs fixed:
    - Fix passing on the context received from drupal_mail() to mail_edit_format().
    - Fix context evaluation (dynamic text).
    - #1323452: Fix the inability to save templates on PHP 5.3.5.

mail_edit 7.x-1.0-beta1 (2011-10-30):
  Enhancements:
    - Change the Subject textfield into a textarea for easier editing.
  Bugs fixed:
    - Tune the text of the Remove button.
    - Fix a notice that was generated when sending a password reset email.
    - Ask for confirmation before removing a template.
    - Fix evaluation of dynamic text binary conditions.
    - Fix PHPDoc blocks and type hinting.

mail_edit 7.x-1.0-alpha2 (2011-10-03):
  Porting to D7:
    - Major overhaul (dynamic text including array iteration, improved modularization, purge and auto-purge).
    - Fix line endings (no functional change).
    - Some code refactoring and renaming (no functional change).
    - Implement conditional text (and extract the hook_mail_alter() implementation into an .inc file).
    - Add update_7001 to upgrade D6 Mail Editor tokens to D7 Core tokens. Client modules must implement a similar function to update their tokens!
    - Add README.txt and clarify description in .info file.

mail_edit 7.x-1.0-alpha1 (2011-09-01):
  Porting to D7:
    - Implement core token replacement and Token module support.
    - Make user.module template replacement work.
    - Fix the missing user templates (failed to include the .inc files).
    - Move .inc files for other modules to new modules directory.
    - Make it work with the old Subscriptions module (old !variables).


mail_edit 6.x-1.1 (2011-08-28):
  Enhancements:
    - More clean-up (no functional change).
    - Further tune the template list.
    - #1238416 by Pasqualle, salvis: Implement nicely-formatted and filterable template list.
    - Move admin code to mail_edit.admin.inc to reduce the footprint (no functional change).
    - More clean-up (no functional change).
    - #916560 by jaydub, salvis: Coding standards cleanup.

mail_edit 6.x-1.0 (2011-08-24):
  (no changes since 2010-12-28)

File

CHANGELOG.txt
View source
  1. 
  2. CHANGELOG.txt for Mail Editor for Drupal 8
  3. mail_edit 8.x-1.x-dev:
  4. Bug fixed:
  5. - #2877093 by mgoncalves: Remove @file documentation.
  6. Enhancement:
  7. - #3069183 by Mohammad Fayoumi: Fix Drupal 9 Deprecated Code Report.
  8. Porting to D8:
  9. - #2526518 by DamienMcKenna: Port of some limited functionality.
  10. - Open new 8.x-1.x branch.
  11. mail_edit 7.x-1.2 (2017-04-10):
  12. Enhancement:
  13. - Add a dummy test to accommodate the testbot.
  14. Bug fixed:
  15. - #2185909 by GaëlG: Remove newline character introduced by _drupal_wrap_mail_line().
  16. - #2533318 by Eluchel: Typo in Dynamic Text Information.
  17. mail_edit 7.x-1.1 (2015-07-05):
  18. Bug fixed:
  19. - #2165875 by miiimooo: Fix the mail_edit_load() API function.
  20. - #1826220 by acrollet: Fix a notice in mail_edit_menu_breadcrumb_alter().
  21. - Provide a 'Purge' operation for all template records, especially orphaned ones.
  22. - #1806944: Require the 'Use the administration pages and help' permission to access our pages.
  23. - Force a refresh of the registry after purging a template.
  24. - Add missing parameter checking.
  25. Enhancements:
  26. - Minor code refactoring, no functional changes.
  27. - #2456719 by DamienMcKenna: Change token tree to use the new dialog.
  28. - Fix Coder issues (no functional changes).
  29. mail_edit 7.x-1.0 (2012-06-21):
  30. Bug fixed:
  31. - Fix the breadcrumb one last time...
  32. mail_edit 7.x-1.0-rc1 (2012-06-12):
  33. Bugs fixed:
  34. - Really set the breadcumb on the template edit page now.
  35. - #1606954: Fix timely rebuilding of the registry by using the cache system.
  36. Enhancements:
  37. - Further improve the 'Purge'/'Purge All' logic.
  38. - Display the 'Purge'/'Purge All' operation only for keys that have a custom template.
  39. mail_edit 7.x-1.0-beta3 (2012-05-27):
  40. Bugs fixed:
  41. - Replace $_GET['q'] with current_path(), for D8.
  42. - #1488896 by Les Lim: Fix the previous fix.
  43. - #1488896: Work around problems between drupal_html_to_text() and some hosts (see also #234403).
  44. - Set the breadcumbs on the template edit page.
  45. mail_edit 7.x-1.0-beta2 (2011-12-05):
  46. Bugs fixed:
  47. - Fix passing on the context received from drupal_mail() to mail_edit_format().
  48. - Fix context evaluation (dynamic text).
  49. - #1323452: Fix the inability to save templates on PHP 5.3.5.
  50. mail_edit 7.x-1.0-beta1 (2011-10-30):
  51. Enhancements:
  52. - Change the Subject textfield into a textarea for easier editing.
  53. Bugs fixed:
  54. - Tune the text of the Remove button.
  55. - Fix a notice that was generated when sending a password reset email.
  56. - Ask for confirmation before removing a template.
  57. - Fix evaluation of dynamic text binary conditions.
  58. - Fix PHPDoc blocks and type hinting.
  59. mail_edit 7.x-1.0-alpha2 (2011-10-03):
  60. Porting to D7:
  61. - Major overhaul (dynamic text including array iteration, improved modularization, purge and auto-purge).
  62. - Fix line endings (no functional change).
  63. - Some code refactoring and renaming (no functional change).
  64. - Implement conditional text (and extract the hook_mail_alter() implementation into an .inc file).
  65. - Add update_7001 to upgrade D6 Mail Editor tokens to D7 Core tokens. Client modules must implement a similar function to update their tokens!
  66. - Add README.txt and clarify description in .info file.
  67. mail_edit 7.x-1.0-alpha1 (2011-09-01):
  68. Porting to D7:
  69. - Implement core token replacement and Token module support.
  70. - Make user.module template replacement work.
  71. - Fix the missing user templates (failed to include the .inc files).
  72. - Move .inc files for other modules to new modules directory.
  73. - Make it work with the old Subscriptions module (old !variables).
  74. mail_edit 6.x-1.1 (2011-08-28):
  75. Enhancements:
  76. - More clean-up (no functional change).
  77. - Further tune the template list.
  78. - #1238416 by Pasqualle, salvis: Implement nicely-formatted and filterable template list.
  79. - Move admin code to mail_edit.admin.inc to reduce the footprint (no functional change).
  80. - More clean-up (no functional change).
  81. - #916560 by jaydub, salvis: Coding standards cleanup.
  82. mail_edit 6.x-1.0 (2011-08-24):
  83. (no changes since 2010-12-28)