Upgrade copyright, changelog and version
authorEmmanuel Lacour <elacour@easter-eggs.com>
Wed, 12 Mar 2014 16:46:24 +0000 (17:46 +0100)
committerEmmanuel Lacour <elacour@easter-eggs.com>
Wed, 12 Mar 2014 16:46:24 +0000 (17:46 +0100)
Changes
META.yml
README
lib/RT/Extension/SearchResults/XLS.pm

diff --git a/Changes b/Changes
index 850772c..e77efc7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for RT-Extension-SearchResults-XLS
 
+0.08    Wed, 12 Mar 2014 17:17:53 +0100
+        Add support for RT 4.2.x
+        Require RT >= 4.2.0
+
 0.07    Wed, 11 May 2011 17:11:27 +0200
         Add support for RT 4.x tabs format
         Fix a bug where cells content starting by "=" as interpreted as
index 9da42b3..43f16db 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.07
+version: 0.08
diff --git a/README b/README
index d13bba8..da4eb99 100644 (file)
--- a/README
+++ b/README
@@ -42,7 +42,7 @@ You can also look for information at:
 
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2008-2010 Emmanuel Lacour
+Copyright (C) 2008-2014 Emmanuel Lacour
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
index 94ea57e..47abad1 100644 (file)
@@ -9,11 +9,11 @@ RT::Extension::SearchResults::XLS - Add Excel format export to RT search results
 
 =head1 VERSION
 
-Version 0.07
+Version 0.08
 
 =cut
 
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 
 
 =head1 SYNOPSIS
@@ -70,7 +70,7 @@ L<http://search.cpan.org/dist/RT-Extension-SearchResults-XLS>
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2008-2010 Emmanuel Lacour, all rights reserved.
+Copyright 2008-2014 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.