From: Tomas Doran Date: Mon, 15 Feb 2010 22:49:06 +0000 (+0000) Subject: Changelog, bump versions X-Git-Tag: 0.07_01~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-View-Component-SubInclude.git;a=commitdiff_plain;h=cc37b7b32b018f25612606a817a0588d10acdf7a Changelog, bump versions --- diff --git a/Changes b/Changes index d0273e2..6cc5bd7 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,24 @@ Revision history for Catalyst-View-Component-SubInclude +0.07_01 Mon Feb 15 22:41:54 2010 + - It is now possible to configure plugins, and the subrequest + and visit plugins can be configured to not replace the stash + before redispatching. + - Fix Visit plugin to work with newer Catalyst versions. + - Use uri_for_action instead of calling methods in the dispatcher + directly when possible. + - Call pulbic rather than private methods in the dispatcher in the + subrequest backend. + - Plugins which are used now generate an instance for each plugin + which is subsequently cached. + - Fix useage of namespace::clean + - Proper test application bundled with the distribution. + - Proper tests for all engines in the distribution. + - Use Catalyst::Component::ContextClosure instead of weakening + the context manually. + - Make pod tests only run in author mode. + - General code cleanup. + 0.07 Mon Jul 27 20:45:42 2009 - Fix some issues related to Args/CaptureArgs handling in the SubRequest and Visit plugins. diff --git a/lib/Catalyst/View/Component/SubInclude.pm b/lib/Catalyst/View/Component/SubInclude.pm index de3b20a..57fd5ca 100644 --- a/lib/Catalyst/View/Component/SubInclude.pm +++ b/lib/Catalyst/View/Component/SubInclude.pm @@ -15,11 +15,12 @@ Catalyst::View::Component::SubInclude - Use subincludes in your Catalyst views =head1 VERSION -Version 0.07 +Version 0.07_01 =cut -our $VERSION = '0.07'; +our $VERSION = '0.07_01'; +$VERSION = eval $VERSION; =head1 SYNOPSIS