diff --git a/Changes b/Changes index 1f6b027..2c96c32 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,7 @@ +0.05 2018-09-21 + - Remove duplicated methods from core RT + - Respect SuppressIfEmpty config + 0.04 2016-09-09 - Public release. diff --git a/META.yml b/META.yml index 7e221e3..47bda89 100644 --- a/META.yml +++ b/META.yml @@ -24,7 +24,7 @@ requires: perl: 5.10.1 resources: license: http://opensource.org/licenses/gpl-license.php -version: '0.04' +version: '0.05' x_module_install_rtx_version: '0.40' x_requires_rt: 4.2.0 x_rt_too_new: 4.6.0 diff --git a/Makefile.PL b/Makefile.PL index fec117a..d826b44 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,4 +9,5 @@ requires 'Excel::Writer::XLSX'; requires_rt '4.2.0'; rt_too_new '4.6.0'; +sign; WriteAll; diff --git a/README b/README index 345beb9..f6befce 100644 --- a/README +++ b/README @@ -52,6 +52,15 @@ INSTALLATION AUTHOR Best Practical Solutions, LLC +BUGS + All bugs should be reported via email to + + L + + or via the web at + + L. + LICENSE AND COPYRIGHT This software is Copyright (c) 2015-2018 by Best Practical Solutions, LLC diff --git a/lib/RT/Extension/ExcelFeed.pm b/lib/RT/Extension/ExcelFeed.pm index 3057cf2..074c671 100644 --- a/lib/RT/Extension/ExcelFeed.pm +++ b/lib/RT/Extension/ExcelFeed.pm @@ -2,7 +2,7 @@ use strict; use warnings; package RT::Extension::ExcelFeed; -our $VERSION = '0.04'; +our $VERSION = '0.05'; =head1 NAME