Fix the transport handling so that transports other than the sendmail default
[catagits/Catalyst-View-Email.git] / Changes
CommitLineData
607b7389 1Revision history for Perl extension Catalyst::View::Email.
2
cbfdc762 30.20 2010-01-26
4 - fix transport instantiation thanks to Chris Nehren <apeiron@cpan.org>
5
38a2ba64 60.19 2010-01-18
7 - fixed optional dependencies
8 - added META stuff back in
9
e6826f98 100.18 2010-01-17
11 - Fixed version dependencies for failing regressions
12 - added Email::Send::Test as a dependency
13
3845256a 140.17 2010-01-14
15 - fixed MANIFEST
16
170.16 2010-01-12
18 - Fixed a Makefile.PL issue
19
4d4ba7ae 200.15 2010-01-12
21 - Fixed teeny version issue with Email::Sender::Simple
22
f2166d91 230.14 2010-01-09
b13ccbbc 24 - Ported over to using Email::Sender::Simple, and Moose
25 - Fixed Mason test so that it doesn't choke, as around 'process' seems to make
26 it die.
27
b7b30250 280.13 2009-02-22 14:06:00
29 - bcc: POD corrections thanks to Lance Brown <lance@bearcircle.net>
30
e512f6ca 310.12 2009-01-22 06:52:00
32 - Fixing tests for new versions of MIME::Creator
33 - Better structure of the code so that ::Template can also handle
34 plain text views
35 - Added onto troubleshooting
36
370.11 2008-07-04 09:14:00
38 - Fixing a bug where content-type was ignored so multipart/alternative
39 failed. RT #32215
40
4a44bcd3 410.10 2007-11-22 23:00:00
ea115f9b 42 - Refactored by Alexander Hartmaier with api changes
4a44bcd3 43 and POD improvements
06afcdbc 44
8b10ee55 450.06
46 - Fixing some slight issues with configuration not being handled
47 appropriately (thanks dwc and mst)
480.05
49 - Better support for configuration
50 - Adding Mason tests
51
607b7389 520.04
53 - Fixing MANIFEST, distribution
54
550.03
56 - Improved handling of configuration, thanks to mst.
57
580.02
59 - Allow configuration from application or ConfigLoader
60 - Minor POD updates
61
620.01 2007-06-03
63 - Initial release