From 6da0975f5065de3af25f05317e73266b93ab3c7e Mon Sep 17 00:00:00 2001 From: Emmanuel Lacour Date: Mon, 26 Mar 2018 16:45:04 +0200 Subject: [PATCH] Release 0.03 --- Changes | 3 +++ META.yml | 2 +- lib/RT/Extension/Drafts.pm | 6 +++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index cf46e7e..dbc64b1 100644 --- 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 diff --git a/META.yml b/META.yml index 73cdb66..fa5f3cf 100644 --- 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 diff --git a/lib/RT/Extension/Drafts.pm b/lib/RT/Extension/Drafts.pm index 818a3ca..58f092d 100644 --- a/lib/RT/Extension/Drafts.pm +++ b/lib/RT/Extension/Drafts.pm @@ -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 =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. -- 2.11.0