[Bps-public-commit] RT-Extension-TicketLocking branch, master, updated. 1.05-1-g12a5a4a
Dustin Collins
strega at bestpractical.com
Fri Nov 18 14:17:08 EST 2016
The branch, master has been updated
via 12a5a4a14461b776b77baa2a0a3e3bdc026dbe01 (commit)
from 8d9fd4c0b6444d0be546f5e4407704a39f9c8435 (commit)
Summary of changes:
Changes | 5 +++++
lib/RT/Extension/TicketLocking.pm | 6 +++++-
2 files changed, 10 insertions(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 12a5a4a14461b776b77baa2a0a3e3bdc026dbe01
Author: Dustin Collins <strega at bestpractical.com>
Date: Fri Nov 18 14:15:05 2016 -0500
Update documentation
diff --git a/Changes b/Changes
index 18d32eb..b46fd68 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,8 @@
+Revision history for RT-Extension-TicketLocking
+
+1.06 2016-10-21
+ - Update documentation
+
1.05 2015-02-26
- Packaging updates
- Localization, thanks to Emmanuel Lacour
diff --git a/lib/RT/Extension/TicketLocking.pm b/lib/RT/Extension/TicketLocking.pm
index e00cfd4..136f4c9 100644
--- a/lib/RT/Extension/TicketLocking.pm
+++ b/lib/RT/Extension/TicketLocking.pm
@@ -52,12 +52,16 @@ use warnings;
package RT::Extension::TicketLocking;
-our $VERSION = '1.05';
+our $VERSION = '1.06';
=head1 NAME
RT::Extension::TicketLocking - Enables users to place advisory locks on tickets
+=head1 RT VERSION
+
+Works with RT 4.0, 4.2 and 4.4.
+
=head1 DESCRIPTION
Locks can be of several different types. Current types are:
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list