From 411139851d396553a2749462ce5f95f891585264 Mon Sep 17 00:00:00 2001 From: Emmanuel Lacour Date: Tue, 10 Feb 2009 12:06:24 +0100 Subject: [PATCH] Release 0.05. --- Changes | 6 ++++++ META.yml | 2 +- lib/RT/Extension/SearchResults/XLS.pm | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index f782aa9..d3d4e99 100644 --- 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 diff --git a/META.yml b/META.yml index a93d06a..8fd948e 100644 --- a/META.yml +++ b/META.yml @@ -9,4 +9,4 @@ no_index: - html - inc - t -version: 0.04 +version: 0.05 diff --git a/lib/RT/Extension/SearchResults/XLS.pm b/lib/RT/Extension/SearchResults/XLS.pm index 26dad1e..f6f3700 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.04 +Version 0.05 =cut -our $VERSION = '0.04'; +our $VERSION = '0.05'; =head1 SYNOPSIS -- 2.11.0