[Bps-public-commit] rt-extension-excelfeed 02/02: Prep 0.07
Jim Brandt
jbrandt at bestpractical.com
Fri Aug 6 17:15:38 UTC 2021
This is an automated email from the git hooks/post-receive script.
jbrandt pushed a commit to branch user-context-cfs
in repository rt-extension-excelfeed.
commit cfd194650859c08646b7972e73ec9aff74b53de9
Author: Jim Brandt <jbrandt at bestpractical.com>
AuthorDate: Fri Sep 6 16:59:59 2019 -0400
Prep 0.07
---
Changes | 4 ++++
META.yml | 2 +-
README | 24 ++++--------------------
lib/RT/Extension/ExcelFeed.pm | 27 +++++----------------------
4 files changed, 14 insertions(+), 43 deletions(-)
diff --git a/Changes b/Changes
index e92e7df..2072116 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+
+0.07 2021-08-06
+ - Update Dashboard Mailer method with changes from RT
+
0.06 2020-07-17
- Make it work for RT 5.0
- Fix "Current Search" menu
diff --git a/META.yml b/META.yml
index 79c4fdc..e70eb00 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.06'
+version: '0.07'
x_module_install_rtx_version: '0.42'
x_requires_rt: 4.2.10
x_rt_too_new: 5.2.0
diff --git a/README b/README
index 71bdec1..de75911 100644
--- a/README
+++ b/README
@@ -10,7 +10,10 @@ DESCRIPTION
files rather than inline HTML reports.
RT VERSION
- Works with RT 4.2.10+, 4.4, 5.0
+ Works with RT 4.4.5, 5.0.2
+
+ Updates are made in version 0.07 for compatibility with RT 4.4.5 and
+ 5.0.2. To run with earlier versions of RT, use version 0.06.
INSTALLATION
"perl Makefile.PL"
@@ -18,25 +21,6 @@ INSTALLATION
"make install"
May need root permissions
- patch RT
- The following patches are also needed for RT prior to 4.4.2. 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.
-
- Apply for both 4.2 and 4.4.0. Not needed for 4.4.1:
-
- patch -p1 -d /path/to/rt < etc/subscription_callbacks.patch
-
- Apply for 4.2 and 4.4.0. Not needed for 4.2.13 or later, or 4.4.1.
-
- patch -p1 -d /path/to/rt < etc/chart_callback.patch
-
- Apply for 4.2, 4.4.0 and 4.4.1:
-
- patch -p1 -d /path/to/rt < etc/tabs_privileged_callback.patch
-
Add this line to /opt/rt5/etc/RT_SiteConfig.pm
Plugin('RT::Extension::ExcelFeed');
diff --git a/lib/RT/Extension/ExcelFeed.pm b/lib/RT/Extension/ExcelFeed.pm
index 3370686..7c56a7a 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.06';
+our $VERSION = '0.07';
=head1 NAME
@@ -19,7 +19,10 @@ inline HTML reports.
=head1 RT VERSION
-Works with RT 4.2.10+, 4.4, 5.0
+Works with RT 4.4.5, 5.0.2
+
+Updates are made in version 0.07 for compatibility with RT 4.4.5 and 5.0.2.
+To run with earlier versions of RT, use version 0.06.
=head1 INSTALLATION
@@ -33,26 +36,6 @@ Works with RT 4.2.10+, 4.4, 5.0
May need root permissions
-=item patch RT
-
-The following patches are also needed for RT prior to 4.4.2. 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.
-
-Apply for both 4.2 and 4.4.0. Not needed for 4.4.1:
-
- patch -p1 -d /path/to/rt < etc/subscription_callbacks.patch
-
-Apply for 4.2 and 4.4.0. Not needed for 4.2.13 or later, or 4.4.1.
-
- patch -p1 -d /path/to/rt < etc/chart_callback.patch
-
-Apply for 4.2, 4.4.0 and 4.4.1:
-
- patch -p1 -d /path/to/rt < etc/tabs_privileged_callback.patch
-
=item Add this line to F</opt/rt5/etc/RT_SiteConfig.pm>
Plugin('RT::Extension::ExcelFeed');
--
To stop receiving notification emails like this one, please contact
sysadmin at bestpractical.com.
More information about the Bps-public-commit
mailing list