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

diff --git a/Changes b/Changes
index dd451c2..cb35fc5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for RT-Extension-SearchResults-ODS
 
+0.05    Mon, 12 Oct 2015 17:45:48 +0200
+        Fix empty file when exporting from RT SimpleSearch
+
 0.04    Wed, 22 Jan 2014 16:24:17 +0100
         Don't try to set the menu entry on ticket display
 
index 30ed609..046a453 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-ODS.git
-version: 0.04
+version: 0.05
diff --git a/README b/README
index 15f429a..b4f9a32 100644 (file)
--- a/README
+++ b/README
@@ -45,7 +45,7 @@ You can also look for information at:
 
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2011-2014 Emmanuel Lacour
+Copyright (C) 2011-2015 Emmanuel Lacour
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
index 201252d..d694d14 100644 (file)
@@ -9,11 +9,11 @@ RT::Extension::SearchResults::ODS - 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
@@ -72,7 +72,7 @@ L<http://search.cpan.org/dist/RT-Extension-SearchResults-ODS>
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2011-2014 Emmanuel Lacour, all rights reserved.
+Copyright 2011-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.