bumped version
[catagits/Catalyst-View-Email.git] / Changes
CommitLineData
607b7389 1Revision history for Perl extension Catalyst::View::Email.
2
e6826f98 30.18 2010-01-17
4 - Fixed version dependencies for failing regressions
5 - added Email::Send::Test as a dependency
6
3845256a 70.17 2010-01-14
8 - fixed MANIFEST
9
100.16 2010-01-12
11 - Fixed a Makefile.PL issue
12
4d4ba7ae 130.15 2010-01-12
14 - Fixed teeny version issue with Email::Sender::Simple
15
f2166d91 160.14 2010-01-09
b13ccbbc 17 - Ported over to using Email::Sender::Simple, and Moose
18 - Fixed Mason test so that it doesn't choke, as around 'process' seems to make
19 it die.
20
b7b30250 210.13 2009-02-22 14:06:00
22 - bcc: POD corrections thanks to Lance Brown <lance@bearcircle.net>
23
e512f6ca 240.12 2009-01-22 06:52:00
25 - Fixing tests for new versions of MIME::Creator
26 - Better structure of the code so that ::Template can also handle
27 plain text views
28 - Added onto troubleshooting
29
300.11 2008-07-04 09:14:00
31 - Fixing a bug where content-type was ignored so multipart/alternative
32 failed. RT #32215
33
4a44bcd3 340.10 2007-11-22 23:00:00
ea115f9b 35 - Refactored by Alexander Hartmaier with api changes
4a44bcd3 36 and POD improvements
06afcdbc 37
8b10ee55 380.06
39 - Fixing some slight issues with configuration not being handled
40 appropriately (thanks dwc and mst)
410.05
42 - Better support for configuration
43 - Adding Mason tests
44
607b7389 450.04
46 - Fixing MANIFEST, distribution
47
480.03
49 - Improved handling of configuration, thanks to mst.
50
510.02
52 - Allow configuration from application or ConfigLoader
53 - Minor POD updates
54
550.01 2007-06-03
56 - Initial release