updated Changes
[catagits/Catalyst-View-Email.git] / Changes
CommitLineData
607b7389 1Revision history for Perl extension Catalyst::View::Email.
2
020106d2 30.32 2013-01-15
4 - Removed Bcc references per https://rt.cpan.org/Public/Bug/Display.html?id=75775
0f67232c 5 - Fixed documentation bug, changed 'Host' to 'host' per https://rt.cpan.org/Ticket/Display.html?id=58748
e5594ace 6 - Added patch (with additional tests) to enable proper content_type setting for email templates
7 per https://rt.cpan.org/Ticket/Display.html?id=66495&results=73b48805c7d356914e91ea95e31ddef6
020106d2 8
beda8c31 90.31 2011-01-17
10 - Added handling and test for encoding and quoting parts RT #56391
11
82a3774f 120.30 2010-05-22
13 - Added Test::Requires to 06config.t
14
a13a5e7d 150.29 2010-05-21
16 - Using Test::Requires for Mason and Template::Toolkit dependency check
17 - Removed Template::Toolkit and Mason as prereqs
18
5d205d68 190.28 2010-05-14
9e7944bd 20 - Added version numbers to Helpers
21
9fb41fd0 220.27 2010-03-23
1cba62c6 23 - made ::View::TT and ::View::Mason hard deps
24 - adjusted tests to reflect the aforementioned
25 - patches welcome
26
bee7a5b3 270.25_02 2010-02-21
28 - cleaned up tests
29 - made Test::More 0.88 a prereq
30
310.25_01 2010-02-21
32 - updated/corrected docs
33 - added proper svn repo url
34
350.25 2010-02-01
a29d6a45 36 - converted to Module::Install
37
380.23 2010-01-30
39 - removed Email::Send::Test from t/lib/* views
1ff51b93 40
410.22 2010-01-28
42 - small fixes, version bumpage etc
43
440.21_01 2010-01-27
45 - dev release to test recent fixes
46
470.21 2010-01-27
48 - provided a sane MANIFEST.SKIP for dzil
49
cbfdc762 500.20 2010-01-26
51 - fix transport instantiation thanks to Chris Nehren <apeiron@cpan.org>
52
38a2ba64 530.19 2010-01-18
54 - fixed optional dependencies
55 - added META stuff back in
56
e6826f98 570.18 2010-01-17
58 - Fixed version dependencies for failing regressions
59 - added Email::Send::Test as a dependency
60
3845256a 610.17 2010-01-14
62 - fixed MANIFEST
63
640.16 2010-01-12
65 - Fixed a Makefile.PL issue
66
4d4ba7ae 670.15 2010-01-12
68 - Fixed teeny version issue with Email::Sender::Simple
69
f2166d91 700.14 2010-01-09
b13ccbbc 71 - Ported over to using Email::Sender::Simple, and Moose
72 - Fixed Mason test so that it doesn't choke, as around 'process' seems to make
73 it die.
74
b7b30250 750.13 2009-02-22 14:06:00
76 - bcc: POD corrections thanks to Lance Brown <lance@bearcircle.net>
77
e512f6ca 780.12 2009-01-22 06:52:00
79 - Fixing tests for new versions of MIME::Creator
80 - Better structure of the code so that ::Template can also handle
81 plain text views
82 - Added onto troubleshooting
83
840.11 2008-07-04 09:14:00
85 - Fixing a bug where content-type was ignored so multipart/alternative
86 failed. RT #32215
87
4a44bcd3 880.10 2007-11-22 23:00:00
ea115f9b 89 - Refactored by Alexander Hartmaier with api changes
4a44bcd3 90 and POD improvements
06afcdbc 91
8b10ee55 920.06
93 - Fixing some slight issues with configuration not being handled
94 appropriately (thanks dwc and mst)
950.05
96 - Better support for configuration
97 - Adding Mason tests
98
607b7389 990.04
100 - Fixing MANIFEST, distribution
101
1020.03
103 - Improved handling of configuration, thanks to mst.
104
1050.02
106 - Allow configuration from application or ConfigLoader
107 - Minor POD updates
108
1090.01 2007-06-03
110 - Initial release