[Bps-public-commit] rt-extension-summarybyuser branch, master, updated. 1.01
Alex Vandiver
alexmv at bestpractical.com
Mon Dec 15 19:24:26 EST 2014
The branch, master has been updated
via da02cffa62d1825428bdaa70dbf2ff9bf52710de (commit)
from aa68bb7a2a26b5991fc390ad18d718e37bc43dba (commit)
Summary of changes:
CHANGES | 3 +++
META.yml | 2 +-
README | 6 +-----
lib/RT/Extension/SummaryByUser.pm | 8 ++------
4 files changed, 7 insertions(+), 12 deletions(-)
- Log -----------------------------------------------------------------
commit da02cffa62d1825428bdaa70dbf2ff9bf52710de
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Mon Dec 15 19:24:13 2014 -0500
Version 1.01 releng
diff --git a/CHANGES b/CHANGES
index 6499af8..2122387 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+1.01 2014-12-15
+ - Remove 4.2 note in INSTALLATION, as it is not 4.2-compatible
+
1.00 2014-12-15
- Packaging and documentation updates
diff --git a/META.yml b/META.yml
index 39c8aed..4eb8084 100644
--- a/META.yml
+++ b/META.yml
@@ -23,7 +23,7 @@ requires:
perl: 5.8.3
resources:
license: http://opensource.org/licenses/gpl-license.php
-version: '1.00'
+version: '1.01'
x_module_install_rtx_version: '0.36'
x_requires_rt: 4.0.0
x_rt_too_new: 4.2.0
diff --git a/README b/README
index badf068..1e39e60 100644
--- a/README
+++ b/README
@@ -18,11 +18,7 @@ INSTALLATION
May need root permissions
Edit your /opt/rt4/etc/RT_SiteConfig.pm
- If you are using RT 4.2 or greater, add this line:
-
- Plugin('RT::Extension::SummaryByUser');
-
- For RT 4.0, add this line:
+ Add this line:
Set(@Plugins, qw(RT::Extension::SummaryByUser));
diff --git a/lib/RT/Extension/SummaryByUser.pm b/lib/RT/Extension/SummaryByUser.pm
index 2498426..e9fb9ab 100644
--- a/lib/RT/Extension/SummaryByUser.pm
+++ b/lib/RT/Extension/SummaryByUser.pm
@@ -4,7 +4,7 @@ use 5.008003;
use strict;
use warnings;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
=head1 NAME
@@ -37,11 +37,7 @@ May need root permissions
=item Edit your F</opt/rt4/etc/RT_SiteConfig.pm>
-If you are using RT 4.2 or greater, add this line:
-
- Plugin('RT::Extension::SummaryByUser');
-
-For RT 4.0, add this line:
+Add this line:
Set(@Plugins, qw(RT::Extension::SummaryByUser));
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list