You are here

CHANGELOG.txt in Simplenews Scheduler 8

Same filename and directory in other branches
  1. 6.2 CHANGELOG.txt
  2. 6 CHANGELOG.txt
  3. 7 CHANGELOG.txt
  4. 2.0.x CHANGELOG.txt
Simplenews Scheduler 6.x-1.x-dev, 2010-06-03
--------------------------------------------
- Fixed #796160 by sgabe, sfyn, dispa: Settings not saved, multiple sends of newsletter
- Added #764122 by sgabe, catofcheshir: How to find scheduled issue?
- Additional minor bug fixes.

Simplenews Scheduler 6.x-1.x-dev, 2010-04-03
--------------------------------------------
- Major changes according to Date 2 API.
- Additional code cleanup.
- Added scheduled newsletter overview page.
- Fixed a variety of bugs:
    * #713414 by sgabe: Settings are reset on node preview.
    * #728994 by sgabe: Newsletter sent immediately as created.
    * #738318 by sgabe: Attachments are lost in new editions.

Simplenews Scheduler 6.x-1.x-dev, 2009-10-27
--------------------------------------------
- Fixed illegal choice detected bug.
- Better cron interval.

Simplenews Scheduler 6.x-1.x-dev, 2009-10-16
--------------------------------------------
- Fixed missing update procedure.
- Simpler date selection.

Simplenews Scheduler 6.x-1.x-dev, 2009-09-16
--------------------------------------------
- Better code formatting and reviewed code with Coder module.
- Modified taxonomy term saving with taxonomy_node_save() function.
- New features: stop sending based on given date or number of editions.
- Better multilingual support with included translation template.

Simplenews Scheduler 7.x-1.x-dev, 2011-12-15
--------------------------------------------
- Code port do D7 API. I.e. DB queries were rewritten, hook_node_api replaced by different hook_node_OP hooks.
- Process to create a newsletter edition is now done by cloning the node completely
- JS file was removed since most effects can be achieved by using the #states property of the Drupal Form API
- New DB field and form widget for interval frequency. It allows to schedule all 2 weeks, all 5 days etc.
- Overview page is now a view. Views integration provides this by implementing hook_views_default_view().

File

CHANGELOG.txt
View source
  1. Simplenews Scheduler 6.x-1.x-dev, 2010-06-03
  2. --------------------------------------------
  3. - Fixed #796160 by sgabe, sfyn, dispa: Settings not saved, multiple sends of newsletter
  4. - Added #764122 by sgabe, catofcheshir: How to find scheduled issue?
  5. - Additional minor bug fixes.
  6. Simplenews Scheduler 6.x-1.x-dev, 2010-04-03
  7. --------------------------------------------
  8. - Major changes according to Date 2 API.
  9. - Additional code cleanup.
  10. - Added scheduled newsletter overview page.
  11. - Fixed a variety of bugs:
  12. * #713414 by sgabe: Settings are reset on node preview.
  13. * #728994 by sgabe: Newsletter sent immediately as created.
  14. * #738318 by sgabe: Attachments are lost in new editions.
  15. Simplenews Scheduler 6.x-1.x-dev, 2009-10-27
  16. --------------------------------------------
  17. - Fixed illegal choice detected bug.
  18. - Better cron interval.
  19. Simplenews Scheduler 6.x-1.x-dev, 2009-10-16
  20. --------------------------------------------
  21. - Fixed missing update procedure.
  22. - Simpler date selection.
  23. Simplenews Scheduler 6.x-1.x-dev, 2009-09-16
  24. --------------------------------------------
  25. - Better code formatting and reviewed code with Coder module.
  26. - Modified taxonomy term saving with taxonomy_node_save() function.
  27. - New features: stop sending based on given date or number of editions.
  28. - Better multilingual support with included translation template.
  29. Simplenews Scheduler 7.x-1.x-dev, 2011-12-15
  30. --------------------------------------------
  31. - Code port do D7 API. I.e. DB queries were rewritten, hook_node_api replaced by different hook_node_OP hooks.
  32. - Process to create a newsletter edition is now done by cloning the node completely
  33. - JS file was removed since most effects can be achieved by using the #states property of the Drupal Form API
  34. - New DB field and form widget for interval frequency. It allows to schedule all 2 weeks, all 5 days etc.
  35. - Overview page is now a view. Views integration provides this by implementing hook_views_default_view().