Release 0.07
authorEmmanuel Lacour <elacour@easter-eggs.com>
Wed, 11 May 2011 15:13:38 +0000 (17:13 +0200)
committerEmmanuel Lacour <elacour@easter-eggs.com>
Wed, 11 May 2011 15:13:38 +0000 (17:13 +0200)
Changes
META.yml
lib/RT/Extension/SearchResults/XLS.pm

diff --git a/Changes b/Changes
index a058b25..850772c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for RT-Extension-SearchResults-XLS
 
+0.07    Wed, 11 May 2011 17:11:27 +0200
+        Add support for RT 4.x tabs format
+        Fix a bug where cells content starting by "=" as interpreted as
+        formulas
+
 0.06    Mon, 13 Sep 2010 10:46:46 +0200
         Update to code changes of Results.tsv in 3.8.8
 
index 9a4ae87..9da42b3 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -24,4 +24,4 @@ requires:
 resources:
   license: http://dev.perl.org/licenses/
   repository: git://git.home-dn.net/manu/RT-Extension-SearchResults-XLS.git
-version: 0.06
+version: 0.07
index b5d242b..94ea57e 100644 (file)
@@ -9,11 +9,11 @@ RT::Extension::SearchResults::XLS - Add Excel format export to RT search results
 
 =head1 VERSION
 
-Version 0.06
+Version 0.07
 
 =cut
 
-our $VERSION = '0.06';
+our $VERSION = '0.07';
 
 
 =head1 SYNOPSIS