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
4cc077cf 8 - Removed unneccesary test
020106d2 9
beda8c31 100.31 2011-01-17
11 - Added handling and test for encoding and quoting parts RT #56391
12
82a3774f 130.30 2010-05-22
14 - Added Test::Requires to 06config.t
15
a13a5e7d 160.29 2010-05-21
17 - Using Test::Requires for Mason and Template::Toolkit dependency check
18 - Removed Template::Toolkit and Mason as prereqs
19
5d205d68 200.28 2010-05-14
9e7944bd 21 - Added version numbers to Helpers
22
9fb41fd0 230.27 2010-03-23
1cba62c6 24 - made ::View::TT and ::View::Mason hard deps
25 - adjusted tests to reflect the aforementioned
26 - patches welcome
27
bee7a5b3 280.25_02 2010-02-21
29 - cleaned up tests
30 - made Test::More 0.88 a prereq
31
320.25_01 2010-02-21
33 - updated/corrected docs
34 - added proper svn repo url
35
360.25 2010-02-01
a29d6a45 37 - converted to Module::Install
38
390.23 2010-01-30
40 - removed Email::Send::Test from t/lib/* views
1ff51b93 41
420.22 2010-01-28
43 - small fixes, version bumpage etc
44
450.21_01 2010-01-27
46 - dev release to test recent fixes
47
480.21 2010-01-27
49 - provided a sane MANIFEST.SKIP for dzil
50
cbfdc762 510.20 2010-01-26
52 - fix transport instantiation thanks to Chris Nehren <apeiron@cpan.org>
53
38a2ba64 540.19 2010-01-18
55 - fixed optional dependencies
56 - added META stuff back in
57
e6826f98 580.18 2010-01-17
59 - Fixed version dependencies for failing regressions
60 - added Email::Send::Test as a dependency
61
3845256a 620.17 2010-01-14
63 - fixed MANIFEST
64
650.16 2010-01-12
66 - Fixed a Makefile.PL issue
67
4d4ba7ae 680.15 2010-01-12
69 - Fixed teeny version issue with Email::Sender::Simple
70
f2166d91 710.14 2010-01-09
b13ccbbc 72 - Ported over to using Email::Sender::Simple, and Moose
73 - Fixed Mason test so that it doesn't choke, as around 'process' seems to make
74 it die.
75
b7b30250 760.13 2009-02-22 14:06:00
77 - bcc: POD corrections thanks to Lance Brown <lance@bearcircle.net>
78
e512f6ca 790.12 2009-01-22 06:52:00
80 - Fixing tests for new versions of MIME::Creator
81 - Better structure of the code so that ::Template can also handle
82 plain text views
83 - Added onto troubleshooting
84
850.11 2008-07-04 09:14:00
86 - Fixing a bug where content-type was ignored so multipart/alternative
87 failed. RT #32215
88
4a44bcd3 890.10 2007-11-22 23:00:00
ea115f9b 90 - Refactored by Alexander Hartmaier with api changes
4a44bcd3 91 and POD improvements
06afcdbc 92
8b10ee55 930.06
94 - Fixing some slight issues with configuration not being handled
95 appropriately (thanks dwc and mst)
960.05
97 - Better support for configuration
98 - Adding Mason tests
99
607b7389 1000.04
101 - Fixing MANIFEST, distribution
102
1030.03
104 - Improved handling of configuration, thanks to mst.
105
1060.02
107 - Allow configuration from application or ConfigLoader
108 - Minor POD updates
109
1100.01 2007-06-03
111 - Initial release