Release 0.05. 0.05
authorEmmanuel Lacour <elacour@home-dn.net>
Tue, 10 Feb 2009 11:06:24 +0000 (12:06 +0100)
committerEmmanuel Lacour <elacour@home-dn.net>
Tue, 10 Feb 2009 11:06:24 +0000 (12:06 +0100)
Changes
META.yml
lib/RT/Extension/SearchResults/XLS.pm

diff --git a/Changes b/Changes
index f782aa9..d3d4e99 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for RT-Extension-SearchResults-XLS
 
+0.05    Tue, 10 Feb 2009 11:26:41 +0100
+        Don't remove "\r" and "\n" in customfields values as this can be
+        handled by XLS format        
+        Change the way we check RT version in Callbacks by using a copy of
+        cmp_version function as it's not present in old RT versions.
+
 0.04    Wed, 17 Sep 2008 11:47:48 +0200
         Use a new callback that will be included in RT > 3.8.1
 
index a93d06a..8fd948e 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -9,4 +9,4 @@ no_index:
     - html
     - inc
     - t
-version: 0.04
+version: 0.05
index 26dad1e..f6f3700 100644 (file)
@@ -9,11 +9,11 @@ RT::Extension::SearchResults::XLS - Add Excel format export to RT search results
 
 =head1 VERSION
 
-Version 0.04
+Version 0.05
 
 =cut
 
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 
 
 =head1 SYNOPSIS