Release 0.02
authorEmmanuel Lacour <elacour@easter-eggs.com>
Mon, 4 Apr 2016 11:49:56 +0000 (13:49 +0200)
committerEmmanuel Lacour <elacour@easter-eggs.com>
Mon, 4 Apr 2016 11:49:56 +0000 (13:49 +0200)
Changes
META.yml
README
lib/RT/Extension/Drafts.pm

diff --git a/Changes b/Changes
index 7fd6f29..cf46e7e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
 Revision history for RT-Extension-Drafts
 Revision history for RT-Extension-Drafts
+
+0.02    Mon, 04 Apr 2016 13:45:14 +0200
+        Fix drafts loading for 4.4.x
+
 0.01    Fri, 06 May 2011 09:43:52 +0200
         Initial release.
 0.01    Fri, 06 May 2011 09:43:52 +0200
         Initial release.
index 05ad65b..73cdb66 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -23,4 +23,4 @@ no_index:
 resources:
   license: http://dev.perl.org/licenses/
   repository: git://git.home-dn.net/manu/RT-Extension-Drafts.git
 resources:
   license: http://dev.perl.org/licenses/
   repository: git://git.home-dn.net/manu/RT-Extension-Drafts.git
-version: 0.01
+version: 0.02
diff --git a/README b/README
index 8211af2..000dbef 100644 (file)
--- a/README
+++ b/README
@@ -41,7 +41,7 @@ You can also look for information at:
 
 COPYRIGHT AND LICENCE
 
 
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2011 Emmanuel Lacour
+Copyright (C) 2011-2016 Emmanuel Lacour
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
index 1ec9735..90f0581 100644 (file)
@@ -9,11 +9,11 @@ RT::Extension::Drafts - Allow to save/load drafts in ticket replies/comments
 
 =head1 VERSION
 
 
 =head1 VERSION
 
-Version 0.01
+Version 0.02
 
 =cut
 
 
 =cut
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 
 =head1 SYNOPSIS
 
 
 =head1 SYNOPSIS
@@ -69,7 +69,7 @@ L<http://search.cpan.org/dist/RT-Extension-Drafts>
 
 =head1 COPYRIGHT & LICENSE
 
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2008 Emmanuel Lacour, all rights reserved.
+Copyright 2011-2016 Emmanuel Lacour, all rights reserved.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.