From: Emmanuel Lacour Date: Wed, 11 May 2011 15:13:38 +0000 (+0200) Subject: Release 0.07 X-Git-Tag: 0.07~1 X-Git-Url: http://git.home-dn.net/?p=manu%2FRT-Extension-SearchResults-XLS.git;a=commitdiff_plain;h=30c4c265e7d0dd36aaac02b9c40f1cd0b9b830b2 Release 0.07 --- diff --git a/Changes b/Changes index a058b25..850772c 100644 --- 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 diff --git a/META.yml b/META.yml index 9a4ae87..9da42b3 100644 --- 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 diff --git a/lib/RT/Extension/SearchResults/XLS.pm b/lib/RT/Extension/SearchResults/XLS.pm index b5d242b..94ea57e 100644 --- a/lib/RT/Extension/SearchResults/XLS.pm +++ b/lib/RT/Extension/SearchResults/XLS.pm @@ -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