Release 0.03
authorEmmanuel Lacour <elacour@easter-eggs.com>
Mon, 26 Mar 2018 14:45:04 +0000 (16:45 +0200)
committerEmmanuel Lacour <elacour@easter-eggs.com>
Mon, 26 Mar 2018 14:45:04 +0000 (16:45 +0200)
Changes
META.yml
lib/RT/Extension/Drafts.pm

diff --git a/Changes b/Changes
index cf46e7e..dbc64b1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for RT-Extension-Drafts
 
+0.03    Mon, 26 Mar 2018 16:43:27 +0200
+        Add periodic autosave feature (thanks to GIBUS@cpan.org)
+
 0.02    Mon, 04 Apr 2016 13:45:14 +0200
         Fix drafts loading for 4.4.x
 
index 73cdb66..fa5f3cf 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
-version: 0.02
+version: 0.03
index 818a3ca..58f092d 100644 (file)
@@ -9,11 +9,11 @@ RT::Extension::Drafts - Allow to save/load drafts in ticket replies/comments
 
 =head1 VERSION
 
-Version 0.02
+Version 0.03
 
 =cut
 
-our $VERSION = '0.02';
+our $VERSION = '0.03';
 
 
 =head1 SYNOPSIS
@@ -69,7 +69,7 @@ L<http://search.cpan.org/dist/RT-Extension-Drafts>
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2011-2016 Emmanuel Lacour, all rights reserved.
+Copyright 2011-2018 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.