updated Makefile.PL to use version_from "lib/Catalyst/View/Email.pm"
[catagits/Catalyst-View-Email.git] / Changes
CommitLineData
607b7389 1Revision history for Perl extension Catalyst::View::Email.
2
6d9d0a43 30.33 2013-02-13
4 - applied patch to fix Moo->Moose inflation that Email::Sender does per https://rt.cpan.org/Ticket/Display.html?id=83241
5
020106d2 60.32 2013-01-15
7 - Removed Bcc references per https://rt.cpan.org/Public/Bug/Display.html?id=75775
0f67232c 8 - Fixed documentation bug, changed 'Host' to 'host' per https://rt.cpan.org/Ticket/Display.html?id=58748
e5594ace 9 - Added patch (with additional tests) to enable proper content_type setting for email templates
10 per https://rt.cpan.org/Ticket/Display.html?id=66495&results=73b48805c7d356914e91ea95e31ddef6
4cc077cf 11 - Removed unneccesary test
16fd99f2 12 - Added documentation for specifying envelope info per https://rt.cpan.org/Ticket/Display.html?id=64162
020106d2 13
beda8c31 140.31 2011-01-17
15 - Added handling and test for encoding and quoting parts RT #56391
16
82a3774f 170.30 2010-05-22
18 - Added Test::Requires to 06config.t
19
a13a5e7d 200.29 2010-05-21
21 - Using Test::Requires for Mason and Template::Toolkit dependency check
22 - Removed Template::Toolkit and Mason as prereqs
23
5d205d68 240.28 2010-05-14
9e7944bd 25 - Added version numbers to Helpers
26
9fb41fd0 270.27 2010-03-23
1cba62c6 28 - made ::View::TT and ::View::Mason hard deps
29 - adjusted tests to reflect the aforementioned
30 - patches welcome
31
bee7a5b3 320.25_02 2010-02-21
33 - cleaned up tests
34 - made Test::More 0.88 a prereq
35
360.25_01 2010-02-21
37 - updated/corrected docs
38 - added proper svn repo url
39
400.25 2010-02-01
a29d6a45 41 - converted to Module::Install
42
430.23 2010-01-30
44 - removed Email::Send::Test from t/lib/* views
1ff51b93 45
460.22 2010-01-28
47 - small fixes, version bumpage etc
48
490.21_01 2010-01-27
50 - dev release to test recent fixes
51
520.21 2010-01-27
53 - provided a sane MANIFEST.SKIP for dzil
54
cbfdc762 550.20 2010-01-26
56 - fix transport instantiation thanks to Chris Nehren <apeiron@cpan.org>
57
38a2ba64 580.19 2010-01-18
59 - fixed optional dependencies
60 - added META stuff back in
61
e6826f98 620.18 2010-01-17
63 - Fixed version dependencies for failing regressions
64 - added Email::Send::Test as a dependency
65
3845256a 660.17 2010-01-14
67 - fixed MANIFEST
68
690.16 2010-01-12
70 - Fixed a Makefile.PL issue
71
4d4ba7ae 720.15 2010-01-12
73 - Fixed teeny version issue with Email::Sender::Simple
74
f2166d91 750.14 2010-01-09
b13ccbbc 76 - Ported over to using Email::Sender::Simple, and Moose
77 - Fixed Mason test so that it doesn't choke, as around 'process' seems to make
78 it die.
79
b7b30250 800.13 2009-02-22 14:06:00
81 - bcc: POD corrections thanks to Lance Brown <lance@bearcircle.net>
82
e512f6ca 830.12 2009-01-22 06:52:00
84 - Fixing tests for new versions of MIME::Creator
85 - Better structure of the code so that ::Template can also handle
86 plain text views
87 - Added onto troubleshooting
88
890.11 2008-07-04 09:14:00
90 - Fixing a bug where content-type was ignored so multipart/alternative
91 failed. RT #32215
92
4a44bcd3 930.10 2007-11-22 23:00:00
ea115f9b 94 - Refactored by Alexander Hartmaier with api changes
4a44bcd3 95 and POD improvements
06afcdbc 96
8b10ee55 970.06
98 - Fixing some slight issues with configuration not being handled
99 appropriately (thanks dwc and mst)
1000.05
101 - Better support for configuration
102 - Adding Mason tests
103
607b7389 1040.04
105 - Fixing MANIFEST, distribution
106
1070.03
108 - Improved handling of configuration, thanks to mst.
109
1100.02
111 - Allow configuration from application or ConfigLoader
112 - Minor POD updates
113
1140.01 2007-06-03
115 - Initial release