Release 0.09 master 0.09
authorEmmanuel Lacour <elacour@easter-eggs.com>
Mon, 12 Oct 2015 15:41:20 +0000 (17:41 +0200)
committerEmmanuel Lacour <elacour@easter-eggs.com>
Mon, 12 Oct 2015 15:41:20 +0000 (17:41 +0200)
Changes
META.yml
lib/RT/Extension/SearchResults/XLS.pm

diff --git a/Changes b/Changes
index e77efc7..4ec1cc3 100644 (file)
--- 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
index 43f16db..7dbfd62 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.08
+version: 0.09
index 47abad1..1c4d945 100644 (file)
@@ -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<http://search.cpan.org/dist/RT-Extension-SearchResults-XLS>
 
 =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.