From b87ed4139609279c89d11151068a6ad2fa2fec3a Mon Sep 17 00:00:00 2001 From: Emmanuel Lacour Date: Mon, 12 Oct 2015 17:41:20 +0200 Subject: [PATCH] Release 0.09 --- Changes | 3 +++ META.yml | 2 +- lib/RT/Extension/SearchResults/XLS.pm | 6 +++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index e77efc7..4ec1cc3 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for RT-Extension-SearchResults-XLS +0.09 Mon, 12 Oct 2015 17:38:43 +0200 + Fix empty file when exporting from RT SimpleSearch + 0.08 Wed, 12 Mar 2014 17:17:53 +0100 Add support for RT 4.2.x Require RT >= 4.2.0 diff --git a/META.yml b/META.yml index 43f16db..7dbfd62 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.08 +version: 0.09 diff --git a/lib/RT/Extension/SearchResults/XLS.pm b/lib/RT/Extension/SearchResults/XLS.pm index 47abad1..1c4d945 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.08 +Version 0.09 =cut -our $VERSION = '0.08'; +our $VERSION = '0.09'; =head1 SYNOPSIS @@ -70,7 +70,7 @@ L =head1 COPYRIGHT & LICENSE -Copyright 2008-2014 Emmanuel Lacour, all rights reserved. +Copyright 2008-2015 Emmanuel Lacour, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. -- 2.11.0