[Bps-public-commit] rt-extension-changemanagement branch master updated. a427fd78e13de3ead3f3fa6f3c8bd41f2071cc93
BPS Git Server
git at git.bestpractical.com
Fri May 13 19:27:56 UTC 2022
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt-extension-changemanagement".
The branch, master has been updated
via a427fd78e13de3ead3f3fa6f3c8bd41f2071cc93 (commit)
from 9b88366de1bc996f35bbc630fd614f6bd66baeab (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a427fd78e13de3ead3f3fa6f3c8bd41f2071cc93
Author: sunnavy <sunnavy at bestpractical.com>
Date: Sat May 14 03:25:48 2022 +0800
Prep 0.02
diff --git a/Changes b/Changes
index 7225df9..3835514 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,7 @@
Revision history for RT-Extension-ChangeManagement
+0.02 2022-05-13
+ - Make saved searches show in query builder Load menu
+
0.01 2022-03-01
- Initial version
diff --git a/MANIFEST b/MANIFEST
index d3e341f..8c3b442 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,6 +1,7 @@
Changes
etc/ChangeManagement_Config.pm
etc/initialdata
+etc/upgrade/0.02/content
inc/Module/Install.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
@@ -20,3 +21,4 @@ Makefile.PL
MANIFEST This list of files
META.yml
README
+UPGRADING.pod
diff --git a/META.yml b/META.yml
index c411df0..2460cff 100644
--- a/META.yml
+++ b/META.yml
@@ -23,7 +23,7 @@ requires:
resources:
license: http://opensource.org/licenses/gpl-license.php
repository: https://github.com/bestpractical/rt-extension-changemanagement
-version: '0.01'
+version: '0.02'
x_module_install_rtx_version: '0.43'
x_requires_rt: 4.4.0
x_rt_too_new: 5.2.0
diff --git a/README b/README
index e58c244..59e524d 100644
--- a/README
+++ b/README
@@ -24,6 +24,10 @@ INSTALLATION
Restart your webserver
+UPGRADING
+ To upgrade from an earlier version, see the instructions in the
+ UPGRADING document.
+
DESCRIPTION
This extension provides the configuration to implement a change
management process in Request Tracker
diff --git a/lib/RT/Extension/ChangeManagement.pm b/lib/RT/Extension/ChangeManagement.pm
index 1d9bf5f..3b3e0f3 100644
--- a/lib/RT/Extension/ChangeManagement.pm
+++ b/lib/RT/Extension/ChangeManagement.pm
@@ -2,7 +2,7 @@ use strict;
use warnings;
package RT::Extension::ChangeManagement;
-our $VERSION = '0.01';
+our $VERSION = '0.02';
=head1 NAME
-----------------------------------------------------------------------
Summary of changes:
Changes | 3 +++
MANIFEST | 2 ++
META.yml | 2 +-
README | 4 ++++
lib/RT/Extension/ChangeManagement.pm | 2 +-
5 files changed, 11 insertions(+), 2 deletions(-)
hooks/post-receive
--
rt-extension-changemanagement
More information about the Bps-public-commit
mailing list