From 61c16d2103d48961c1ae5c2a86831cbf986a9a93 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=A9rald=20S=C3=A9drati?= Date: Thu, 15 May 2025 11:39:16 +0200 Subject: [PATCH] Release 0.05 --- Changes | 4 ++++ META.yml | 2 +- README | 2 +- lib/RT/Extension/Drafts.pm | 4 ++-- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index 60a5426..005a98f 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for RT-Extension-Drafts +0.05 Thu, 15 May 2025 11:31:06 +0200 + Avoid warning when there is no draft yet + RT 6.0 compatibility + 0.04 Mon, 09 Nov 2020 15:40:15 +0100 Add missing fr translation for autosave feature diff --git a/META.yml b/META.yml index 8b0d53d..ffb01ec 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.04 +version: 0.05 diff --git a/README b/README index 000dbef..68d6308 100644 --- a/README +++ b/README @@ -41,7 +41,7 @@ You can also look for information at: COPYRIGHT AND LICENCE -Copyright (C) 2011-2016 Emmanuel Lacour +Copyright (C) 2011-2025 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 40f789e..a462931 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.04 +Version 0.05 =cut -our $VERSION = '0.04'; +our $VERSION = '0.05'; =head1 SYNOPSIS -- 2.11.0