Version 0.07
[catagits/Catalyst-Plugin-RequireSSL.git] / Changes
1 Revision history for Perl extension Catalyst::Plugin::RequireSSL
2
3 0.07    2011-01-14 19:07:00
4         - Converted to use Module::Install instead of Module::Build.
5         - Removed unused 'default' method from the app (triggered a deprecation warning).
6         - Fix Perl Critic test for hard tabs (t0m)
7         - Fix POD coverage (t0m)
8         - Added allow_ssl() (norbi)
9         - Added detach_on_redirect config option (norbi)
10         - Cleaned up _redirect_uri() (RT #38996) (norbi)
11         - Switch from NEXT to MRO::Compat (RT #48328) (t0m)
12
13 0.06    2007-03-06 11:00:00
14         - Added no_cache config option to support wildcard SSL certificates.
15           (Simon Elliott)
16         - Disable properly when running under other development HTTP servers.
17
18 0.05    2005-09-15 12:15:00
19         - Updated skipped tests to run if Catalyst >= 5.5.
20
21 0.04    2005-09-14 13:30:00
22         - Fixed bug in redirect code that ignored duplicate key names.
23         - Strip all output content when doing a redirect from HTTP -> HTTPS
24           to avoid sending secure data over HTTP.
25         - Added test suite.
26
27 0.03    2005-09-05 22:00:00
28         - Proper handling for static files in SSL mode when using
29           Static::Simple.
30         - Code cleanup per Best Practices.
31
32 0.02    2005-06-23 20:40:00
33         - fixed README file
34
35 0.01    2005-06-08 23:45:00
36         - initial release