Downloads
Download tar.gz
13.17 KB
MD5: 693d41607d1b375bdea99d4d1c14d6c0
SHA-1: 2272e09740660d5b3bddee8b9b010e5cffe77400
SHA-256: 732fe8ebf88ea465890bbae0818ab9f137721cd20d79d2e697220c06bfa1c466
Download zip
16.88 KB
MD5: b66ecb4fabcd6002403c35879bb22434
SHA-1: 9b0e43b8fd7bf4fe354b676c5de7b8d1ea7d7969
SHA-256: 2e2cc7170ccf4841f7aff1110b8d1ade9bf85c8992d21fb7c4f5a13b2c839c34
Release notes
- #329247 by spade: Removed <!-- and --> in the default template.
- #345246 by guitarmiami: Fixed a bug in _simplenews_template_starts_with() that made phptemplate_mimemail_message() to call theme_mimemail_message().
- Because mimemail_html_to_text() only matchs
<style>...</style>when the opening and closing tags are on the same line, \n and \r in the style must be removed. - #344695 by enboig: Emogrify can't handle several CSS rules on one line. As a precaution, insert LF after each closing bracket.
- #329249 by spade: Added support for Simplenews' variable substitution tokens, e.g. %site, %uri, %uri_brief, %mymail, %date, %login_uri.
- Removed comment in README.txt about a previous bug in Emogrifier.
- Minor improvemnts of the source code.