[Bps-public-commit] rt-extension-selfservicesimplesearch branch, master, updated. 1.01
Alex Vandiver
alexmv at bestpractical.com
Tue Dec 16 19:24:04 EST 2014
The branch, master has been updated
via 85e613c045a6a7f99b8fe08afbd497b153b914dc (commit)
via 21a5de883e50200e71afc72a99e011a1b5f1aa70 (commit)
from 61e4690a20007759141dd69f60ea9d6afbdd7730 (commit)
Summary of changes:
META.yml | 6 +++---
Makefile.PL | 2 --
README | 2 +-
lib/RT/Extension/SelfServiceSimpleSearch.pm | 4 ++--
4 files changed, 6 insertions(+), 8 deletions(-)
- Log -----------------------------------------------------------------
commit 21a5de883e50200e71afc72a99e011a1b5f1aa70
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Tue Dec 16 19:23:22 2014 -0500
Actually works with both 4.0 and 4.2
diff --git a/Makefile.PL b/Makefile.PL
index fa54d3a..49ec774 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -4,7 +4,5 @@ RTx 'RT-Extension-SelfServiceSimpleSearch';
repository('https://github.com/bestpractical/rt-extension-selfservicesimplesearch');
-requires_rt '4.2.0';
-
sign;
WriteAll;
diff --git a/lib/RT/Extension/SelfServiceSimpleSearch.pm b/lib/RT/Extension/SelfServiceSimpleSearch.pm
index 894ee94..50b8960 100644
--- a/lib/RT/Extension/SelfServiceSimpleSearch.pm
+++ b/lib/RT/Extension/SelfServiceSimpleSearch.pm
@@ -18,7 +18,7 @@ the stock SelfService pages do.
=head1 RT VERSION
-Works with RT 4.2.
+Works with RT 4.0 and RT 4.2.
=head1 INSTALLATION
commit 85e613c045a6a7f99b8fe08afbd497b153b914dc
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Tue Dec 16 19:23:47 2014 -0500
Version 1.01 releng
diff --git a/META.yml b/META.yml
index 506e321..76cadc8 100644
--- a/META.yml
+++ b/META.yml
@@ -19,10 +19,10 @@ no_index:
- html
- inc
requires:
- perl: 5.10.1
+ perl: 5.8.3
resources:
license: http://opensource.org/licenses/gpl-license.php
repository: https://github.com/bestpractical/rt-extension-selfservicesimplesearch
-version: '1.00'
+version: '1.01'
x_module_install_rtx_version: '0.36'
-x_requires_rt: 4.2.0
+x_requires_rt: 4.0.0
diff --git a/README b/README
index e16a05e..dd27bd2 100644
--- a/README
+++ b/README
@@ -9,7 +9,7 @@ DESCRIPTION
the stock SelfService pages do.
RT VERSION
- Works with RT 4.2.
+ Works with RT 4.0 and RT 4.2.
INSTALLATION
perl Makefile.PL
diff --git a/lib/RT/Extension/SelfServiceSimpleSearch.pm b/lib/RT/Extension/SelfServiceSimpleSearch.pm
index 50b8960..fd1965a 100644
--- a/lib/RT/Extension/SelfServiceSimpleSearch.pm
+++ b/lib/RT/Extension/SelfServiceSimpleSearch.pm
@@ -2,7 +2,7 @@ use strict;
use warnings;
package RT::Extension::SelfServiceSimpleSearch;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
=head1 NAME
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list