From: Emmanuel Lacour Date: Mon, 12 Oct 2015 15:46:52 +0000 (+0200) Subject: Release 0.05 X-Git-Tag: 0.05 X-Git-Url: http://git.home-dn.net/?p=manu%2FRT-Extension-SearchResults-ODS.git;a=commitdiff_plain Release 0.05 --- diff --git a/Changes b/Changes index dd451c2..cb35fc5 100644 --- 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 diff --git a/META.yml b/META.yml index 30ed609..046a453 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-ODS.git -version: 0.04 +version: 0.05 diff --git a/README b/README index 15f429a..b4f9a32 100644 --- 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. diff --git a/lib/RT/Extension/SearchResults/ODS.pm b/lib/RT/Extension/SearchResults/ODS.pm index 201252d..d694d14 100644 --- a/lib/RT/Extension/SearchResults/ODS.pm +++ b/lib/RT/Extension/SearchResults/ODS.pm @@ -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 =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.