bumped version again as i missed it in Template
[catagits/Catalyst-View-Email.git] / Changes
CommitLineData
607b7389 1Revision history for Perl extension Catalyst::View::Email.
2
4d4ba7ae 30.15 2010-01-12
4 - Fixed teeny version issue with Email::Sender::Simple
5
f2166d91 60.14 2010-01-09
b13ccbbc 7 - Ported over to using Email::Sender::Simple, and Moose
8 - Fixed Mason test so that it doesn't choke, as around 'process' seems to make
9 it die.
10
b7b30250 110.13 2009-02-22 14:06:00
12 - bcc: POD corrections thanks to Lance Brown <lance@bearcircle.net>
13
e512f6ca 140.12 2009-01-22 06:52:00
15 - Fixing tests for new versions of MIME::Creator
16 - Better structure of the code so that ::Template can also handle
17 plain text views
18 - Added onto troubleshooting
19
200.11 2008-07-04 09:14:00
21 - Fixing a bug where content-type was ignored so multipart/alternative
22 failed. RT #32215
23
4a44bcd3 240.10 2007-11-22 23:00:00
ea115f9b 25 - Refactored by Alexander Hartmaier with api changes
4a44bcd3 26 and POD improvements
06afcdbc 27
8b10ee55 280.06
29 - Fixing some slight issues with configuration not being handled
30 appropriately (thanks dwc and mst)
310.05
32 - Better support for configuration
33 - Adding Mason tests
34
607b7389 350.04
36 - Fixing MANIFEST, distribution
37
380.03
39 - Improved handling of configuration, thanks to mst.
40
410.02
42 - Allow configuration from application or ConfigLoader
43 - Minor POD updates
44
450.01 2007-06-03
46 - Initial release