Release 0.05
authorGérald Sédrati <gsedrati@easter-eggs.com>
Thu, 15 May 2025 09:39:16 +0000 (11:39 +0200)
committerEmmanuel Lacour <elacour@easter-eggs.com>
Thu, 15 May 2025 09:39:16 +0000 (11:39 +0200)
Changes
META.yml
README
lib/RT/Extension/Drafts.pm

diff --git a/Changes b/Changes
index 60a5426..005a98f 100644 (file)
--- 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
 
index 8b0d53d..ffb01ec 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.04
+version: 0.05
diff --git a/README b/README
index 000dbef..68d6308 100644 (file)
--- 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.
index 40f789e..a462931 100644 (file)
@@ -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