From d4b8ed547346eb5b927662d8556d468acb9fccee Mon Sep 17 00:00:00 2001 From: Emmanuel Lacour Date: Mon, 4 Apr 2016 13:49:56 +0200 Subject: [PATCH] Release 0.02 --- Changes | 4 ++++ META.yml | 2 +- README | 2 +- lib/RT/Extension/Drafts.pm | 6 +++--- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index 7fd6f29..cf46e7e 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,7 @@ 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. diff --git a/META.yml b/META.yml index 05ad65b..73cdb66 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.01 +version: 0.02 diff --git a/README b/README index 8211af2..000dbef 100644 --- a/README +++ b/README @@ -41,7 +41,7 @@ You can also look for information at: 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. diff --git a/lib/RT/Extension/Drafts.pm b/lib/RT/Extension/Drafts.pm index 1ec9735..90f0581 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.01 +Version 0.02 =cut -our $VERSION = '0.01'; +our $VERSION = '0.02'; =head1 SYNOPSIS @@ -69,7 +69,7 @@ L =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. -- 2.11.0