CHANGELOG.txt 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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().