Releases for Simplenews
simplenews 6.x-1.0-beta5
Download: simplenews-6.x-1.0-beta5.tar.gz
Size: 143.58 KB
md5_file hash: d65a62ed6221cb366a98054a544fd948
First released: September 25, 2008 - 06:52
Last updated: September 25, 2008 - 06:55
Intermediate release.
Security release BETA4 is two month old now and many fixes have been added since. Amongst this the critical fixes for the Views API changes. If you have not installed Simplenews 6.x-1.0-BETA4 before, than don't! Use BETA5.
simplenews 5.x-1.5
Download: simplenews-5.x-1.5.tar.gz
Size: 134.13 KB
md5_file hash: df5dc50931eae1239bc2f98ac49c0805
First released: July 28, 2008 - 12:36
Last updated: July 28, 2008 - 12:40
Security
Security improvements to lists of taxonomy terms (newsletter series) on admin pages and subscription forms. See SA-2008-056 - Simplenews - Cross site scripting for details.
Bug fixes
"From name" doesn't show up in the mail (#222530: "From name" doesn't show up in the mail.).
simplenews 6.x-1.0-beta4
Download: simplenews-6.x-1.0-beta4.tar.gz
Size: 42.7 KB
md5_file hash: f8ed9da09baab224fcb3b249fa40eafb
First released: July 28, 2008 - 12:26
Last updated: July 28, 2008 - 12:30
Security
* Security improvements to lists of taxonomy terms (newsletter series) on admin pages and subscription forms. See SA-2008-056 - Simplenews - Cross site scripting for details.
New features
* Trigger on subscription and unsubscription. (#270835: Send a newsletter upon subscription)
* i18n integration:
- Multilingual taxonomy of 'Localized terms' and 'per language terms' is supported.
- Translated nodes send to subscribers by their preferred language.
- Path prefixes are added to footer message according to the subscribers preferred language when required.
- Anonymous users are subscribed with a preferred language based on the subscription page language. (#285719: Allow anonymous users to subscribe with a preferred language)
* Permission for 'administer simplenews settings'
* Mass unsubscribe admin function. ([#200512[)
Usability improvements
* On one page admin can select node type and vocabulary simplenews uses.
* Newsletter vocab now only controlled by simplenews settings.
* Newsletter specific from name and address default to the simplenews general settings. (#222530: "From name" doesn't show up in the mail.)
* Improved usability of newsletter specific settings. (#278823: Improve usability of newsletter specific settings.)
* Reorder simplenews settings functions.
* Divide simplenews admin pages in 'content' and 'settings'. (#278109: Divide simplenews admin pages in 'content' and 'settings')
* Newsletter mass subscribe, mass unsubscribe, export reworked to match common use of current FAPI
Bug fixes
* Newsletter send status to display correct send state of translated nodes.
Other changes
* All admin/content/newsletter url's changed to admin/content/simplenews
simplenews 5.x-1.4
Download: simplenews-5.x-1.4.tar.gz
Size: 134.1 KB
md5_file hash: 23534668c0652008af037c3a79d72468
First released: July 13, 2008 - 13:26
Last updated: July 13, 2008 - 13:30
New Features
Debug option to log outgoing emails in the watchdog.
Image tags are now treated equally to anchor tags in plain text messages.
Other improvements
On user account page the 'currently no subscription' message is hidden when the user has no permission to subscribe and is not subscribed to any newsletter (#145330)
Change of grouping in Simplenews admin setings to accomodate debug option.
New simplenews.pot file with this new release.
Important bugfixes
Bugfix for newsletters with revisions. The bug caused a 'page not found' error when changing a newsletter. (#263478)
Bugfix for sites with multiple subscription blocks on one page. The bug caused the second block to submits first block. (#273218)
Other bug fixes
Conversion of image tag to plain text broken. (#145330 by ralphb)
Newsletter specific from name and address have no default value. (#222530)
Simplenews.css file not aggregated. (#221346)
Admin subscription operations 'Activate', 'Deactivate' and 'Delete' can not be translated. (#257047)
Syntax error in install file for mysql. (#274758 by adixon)
Schema update fails on postgress. (#266272 by maileux)
simplenews 6.x-1.0-beta3
Download: simplenews-6.x-1.0-beta3.tar.gz
Size: 128.4 KB
md5_file hash: e641230c0bbb31b240a5edc7ae40cafe
First released: June 25, 2008 - 19:29
Last updated: June 25, 2008 - 19:30
BUGFIX
Wrong primary key assignment of table simplenews_mail_spool.
I won't make a habit of making new releases after just one fix. But it seems to be too difficult for some to find the dev-version.
simplenews 6.x-1.0-beta2
Download: simplenews-6.x-1.0-beta2.tar.gz
Size: 128.38 KB
md5_file hash: 954ec1b6cc3123be246b05dc11727862
First released: June 21, 2008 - 07:49
Last updated: June 21, 2008 - 07:50
New features
Node types and taxonomy are now fully selectable (#244438)
Confirmation emails are now configurable via the admin interface (#261541by Steve Dondley)
New email spool enables debugging individual email status and future mailing statistics (#260775)
Bug fixes
Deleting a user give error (#256766)
Priority to be stored in database as integer instead of string (#259669 by cbenoist)
db_query_range() not implemented; errors running Cron with pgsql (#259669)
Improve check for assigned newsletter taxonomy in hook_form_alter() (#24438)
Reset Simplenews settings fails (#261541)
Small typo in unsubscribe message (#268430 by seals)
Anonymous subscription error at newsletters/subscriptions (#269320)
Replaced mail buffer by email spool to avoid serialize error of strings containing double quotes and to reduce the database load when buffering large mailings (#260775)
simplenews 5.x-1.3
Download: simplenews-5.x-1.3.tar.gz
Size: 125.46 KB
md5_file hash: 3e30e8d5a3ac600374e86e4d10727d10
First released: May 10, 2008 - 12:10
Last updated: May 10, 2008 - 12:15
New features and improvements
Views integration (by Sutharsan)
#218979 Option added to remove or de-activate subscription when account is deleted or blocked (requested by kevbroch)
#239575 New role to edit all newsletters (requested by scor)
#226077 Use of user name instead of email address in simplenews block (requested by esllou)
#202840 To-address made available to theme_simplenews_newsletter_footer() (solution by zoo33)
Revised vocabulary system for more stability (by Sutharsan)
#109259 Improved layout of confirm/remove pages (requested by PhilK)
#250786 Improved instructions and added help on deleting subscriptions via admin interface (requested by Ashford)
#194499 Improved error handling in simplenews_validate() (reported by zmove)
#125865 (README.txt) Added detailed instructions on using simplenews with cron. Added instruction for subscription page at /newsletter/subscriptions. Improved layout.
Bug fixes
#243522 Save node revision for nodes to be send (reported by dww)
#146641 Ignore capitals in email address (reported by aeeckhau)
#238735 Mime ecoding of from name (solution by kndr)
#236080 base_path() removed from path in simplenews_views.inc inclusion (solution by Dave Cohen)
#236080 require_once() simplenews_views.inc creates fatal error (solution by btully)
#191513 Subscription confirmation requires 'subscribe to newsletters' permission (reported by smitty)
#166589 Simplenews nodes to follow standard form structure for note title and body (reported by patrickharris)
#210400 Invalid use of object in simplenews_taxonomy() (solution by jbjaaz)
simplenews 6.x-1.0-beta1
Download: simplenews-6.x-1.0-beta1.tar.gz
Size: 113.52 KB
md5_file hash: aa1ac9c2dbe4d8a559679d9a628907c4
First released: May 4, 2008 - 17:28
Last updated: May 4, 2008 - 17:30
Major changes:
* Drupal 6 core compatibility
* CCK comptibility
* Any node type can be a newsletter
* Actions and triggers integration
* New mail backend
* Multilingual support
* Views integration
Minor changes:
* Multiple newsletter subscription block can now be uses one page.
* Option to update subscription when account is deleted/(un)blocked (#218979)
* theme_preprocess_HOOK() applied to theming functions.
* simplenews_HOOK.tpl.php files added.
* Mail back-end options:
- New 'Use cron' option
- 'Initial send time' removed
- Email debug option
* In-page links filtered out of email
* code style clean-up and doxygen comment
* simplenews_action as integrated module
* prettier confirm/remove pages and textual changes 'subscription list' to 'mailing list' (#109259)
* SMTP headers 'Precedence' and 'List-Unsubscribe' added (#248602)
* usleep() delay between mails sent removed (#247608)
* Node revision of send newsletter stored (#243522)
Other fixes:
* simplenews_time() removed
* simplenews_handle_messages() removed
* Menu entry admin/content/newsletters/users/delete removed
* simplenews_admin_users_delete() removed
Credits:
* Thanks for testing 6.x-1.x-dev, bug reports and feature requests:
Jorrit, CNlQ8o, julienbras, onglipo, yakaledo
*Code by Sutharsan
simplenews 6.x-1.x-dev
Download: simplenews-6.x-1.x-dev.tar.gz
Size: 144 KB
md5_file hash: 56d50a61eec19c00ad895c34134752f3
First released: March 16, 2008 - 17:48
Last updated: October 1, 2008 - 00:11
Drupal 6 development
Major changes:
* Drupal 6 core compatibility
* CCK comptibility
* Actions and triggers integration
* New mail backend
* Multilingual support
A full list of changes is available in CVS and will be available with the first stable release
simplenews 5.x-1.2
Download: simplenews-5.x-1.2.tar.gz
Size: 118.11 KB
md5_file hash: 7ca5a029b51f29133d27161e46638943
First released: December 17, 2007 - 20:59
Last updated: December 17, 2007 - 21:00
Various bug fixes, usability and theming improvements:
#55446 by sutharsan: improved theming of newsletter block
#171922 by SomebodySysop: Draft listing incorrect with OGUserRoles module
#175214 by HorsePunchKid: Better wording for subscription confirmation message
#154656 by sutharsan: simplenews block admin moved to Block admin pages
#188608 by rfay: Throttle counter also incremented at failure to send.
#141395 by sutharsan: added implementation of hook_help
#158064: Bug fix hyperlinks invalid in some mail browsers due to square brackets
#129009 by Sutharsan: Access check added to newsletter page in my account
#34739 by jonathan_hunt: Use 'small' date format in admin pages
#47341 by Sutharsan: improved handling of subscriptions including email search, operations on multiple subscriptions and table sorting
#76570 by hausig: typo in message text
#131002 by Sutharsan: newsletter send state not affected by node update after sending the newsletter
simplenews 5.x-1.1
Download: simplenews-5.x-1.1.tar.gz
Size: 78.63 KB
md5_file hash: e89e160136f498f450834552df9613d6
First released: February 21, 2007 - 01:41
Last updated: February 21, 2007 - 01:45
Includes bug fixes committed by Sutharsan including:
#104982 by sutharsan: Can't delete a newsletter
#104995 by patrickharris and sutharsan: theme_simplenews_block doesn't show block message
#109674 by yhager: Plain text newsletters do not show footer
#112155 by tbarregren: simplenews_node_prepare() should mimic node_view()
#112191 by sutharsan: e-Mail invalid in newsletter/subscriptions/
#112196 by tbarregren: Sending plain with mimemail.module installed
#112334 by tbarregren: Mail are sent before the node has is complete processed
simplenews 5.x-1.0
Download: simplenews-5.x-1.0.tar.gz
Size: 78.4 KB
md5_file hash: 919f08e5bca29b6e221874aefad2903a
First released: February 19, 2007 - 19:52
Last updated: February 19, 2007 - 19:55
The initial release of the Simplenews module for Drupal 5.x.
simplenews 4.7.x-1.0
Download: simplenews-4.7.x-1.0.tar.gz
Size: 75.77 KB
md5_file hash: 4750ead161b115928045efccfd636e2e
First released: January 5, 2007 - 05:05
Last updated: January 5, 2007 - 01:10
Official release of Simplenews for Drupal 4.7.
simplenews 4.7.x-2.x-dev
Download: simplenews-4.7.x-2.x-dev.tar.gz
Size: 73.58 KB
md5_file hash: 11d1056ea266870ce7d6142f5e3a8cec
First released: January 5, 2007 - 05:04
Last updated: February 22, 2007 - 00:16
This development version is not supported anymore, use it at your own risk. It is remains in CVS for purpose of anyone who can use it.
It may be removed without prior notice.
simplenews 5.x-1.x-dev
Download: simplenews-5.x-1.x-dev.tar.gz
Size: 134.5 KB
md5_file hash: f5673bf95fa6b7b2d13e457c5e340378
First released: December 19, 2006 - 20:48
Last updated: October 1, 2008 - 00:11
For changes see: http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/simplenews/...
simplenews HEAD
Download: simplenews-HEAD.tar.gz
Size: 110.15 KB
md5_file hash: b6ab6eaea3622ab39facd329cf23936d
First released: November 11, 2006 - 09:14
Last updated: March 26, 2008 - 12:08
simplenews 4.7.x-1.x-dev
Download: simplenews-4.7.x-1.x-dev.tar.gz
Size: 75.79 KB
md5_file hash: f40ec4cf5738e93c8e0eda54a746ce7c
First released: April 1, 2006 - 01:05
Last updated: April 27, 2007 - 00:18
simplenews 4.6.x-1.x-dev
Download: simplenews-4.6.x-1.x-dev.tar.gz
Size: 48.8 KB
md5_file hash: 771de3ea9fb45b0cae01ee031dba8f47
First released: July 6, 2005 - 05:14
Last updated: November 13, 2006 - 12:14
