[Bps-public-commit] rt-extension-excelfeed branch, update-for-rt5, created. 0.05-3-gfb9c79f

Aaron Trevena ast at bestpractical.com
Wed Jul 8 15:31:24 EDT 2020


The branch, update-for-rt5 has been created
        at  fb9c79ff33864e3dd52ff0f37aadd0ff3644e4c6 (commit)

- Log -----------------------------------------------------------------
commit 2146fec0671df36e948767484df10c0a4a3f94d9
Author: Aaron Trevena <aaron at aarontrevena.co.uk>
Date:   Wed Jul 8 20:21:03 2020 +0100

    Update documentation for RT 4.4.4 and 5.0

diff --git a/README b/README
index f6befce..5d98452 100644
--- a/README
+++ b/README
@@ -10,7 +10,7 @@ DESCRIPTION
     files rather than inline HTML reports.
 
 RT VERSION
-    Works with RT 4.2, 4.4
+    Works with RT 4.2, 4.4, 5.0
 
 INSTALLATION
     "perl Makefile.PL"
@@ -19,6 +19,9 @@ INSTALLATION
         May need root permissions
 
     patch RT
+        For RT 5 no patches are required.
+        For RT 4 version 4.4.4 or higher no patches are required.
+
         The following patches are also needed. Note the versions and only
         apply the patches needed for your version.
 
@@ -37,7 +40,7 @@ INSTALLATION
 
             patch -p1 -d /path/to/rt < etc/tabs_privileged_callback.patch
 
-        Apply for 4.4:
+        Apply for 4.4.0, 4.4.1, 4.4.2, 4.4.3:
 
             patch -p1 -d /path/to/rt < etc/tabs_privileged_callback_44.patch
 
diff --git a/lib/RT/Extension/ExcelFeed.pm b/lib/RT/Extension/ExcelFeed.pm
index 074c671..a9c0aeb 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.05';
+our $VERSION = '0.06';
 
 =head1 NAME
 
@@ -19,7 +19,7 @@ inline HTML reports.
 
 =head1 RT VERSION
 
-Works with RT 4.2, 4.4
+Works with RT 4.2, 4.4, 5.0
 
 =head1 INSTALLATION
 
@@ -35,8 +35,11 @@ May need root permissions
 
 =item patch RT
 
-The following patches are also needed. Note the versions and only apply
-the patches needed for your version.
+For RT 5 no patches are required.
+For RT 4 version 4.4.4 or higher no patches are required.
+
+The following patches are also needed for older versions of RT
+Note the versions and only apply the patches needed for your version.
 
 Only run these the first time you install this module. If upgrading, install
 any patches that were not previously applied.
@@ -53,7 +56,7 @@ Apply for 4.2:
 
     patch -p1 -d /path/to/rt < etc/tabs_privileged_callback.patch
 
-Apply for 4.4:
+Apply for 4.4.0, 4.4.1, 4.4.2, 4.4.3:
 
     patch -p1 -d /path/to/rt < etc/tabs_privileged_callback_44.patch
 

commit 7ffc7427cac5c3f3c74acf70e8fdbc7fb8fdf164
Author: Aaron Trevena <aaron at aarontrevena.co.uk>
Date:   Wed Jul 8 20:28:11 2020 +0100

    Update Makefile.PL supported versions for RT5

diff --git a/Makefile.PL b/Makefile.PL
index d826b44..fa3f51c 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -7,7 +7,7 @@ license  'gplv2';
 
 requires 'Excel::Writer::XLSX';
 requires_rt '4.2.0';
-rt_too_new '4.6.0';
+rt_too_new '5.2.0';
 
 sign;
 WriteAll;

commit fb9c79ff33864e3dd52ff0f37aadd0ff3644e4c6
Author: Aaron Trevena <aaron at aarontrevena.co.uk>
Date:   Wed Jul 8 20:28:33 2020 +0100

    Update Changelog for RT5 documentation release

diff --git a/Changes b/Changes
index 2c96c32..4aaa0f2 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+0.06 2020-07-8
+ - Updates to documentation & Makefile.PL for RT 5
+
 0.05 2018-09-21
  - Remove duplicated methods from core RT
  - Respect SuppressIfEmpty config

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list