[Bps-public-commit] rt-extension-quoteselection branch, master, updated. 1.00-4-g19fc752

Dustin Collins strega at bestpractical.com
Sat Oct 22 12:41:37 EDT 2016


The branch, master has been updated
       via  19fc75293c20be9ae289aec7d550bf23bcb49c3c (commit)
      from  fd02242eadc35d29c20fd532aa5180d33550e50c (commit)

Summary of changes:
 Changes                            | 7 +++++++
 MANIFEST                           | 1 +
 lib/RT/Extension/QuoteSelection.pm | 6 +++++-
 3 files changed, 13 insertions(+), 1 deletion(-)
 create mode 100644 Changes

- Log -----------------------------------------------------------------
commit 19fc75293c20be9ae289aec7d550bf23bcb49c3c
Author: Dustin Collins <strega at bestpractical.com>
Date:   Sat Oct 22 12:41:11 2016 -0400

    Update documentation to reflect tested server version compatibility
    Add changes tracking file

diff --git a/Changes b/Changes
new file mode 100644
index 0000000..61d1830
--- /dev/null
+++ b/Changes
@@ -0,0 +1,7 @@
+Revision history for RT-Extension-QuoteSelection
+
+1.01 2016-10-21
+ - Update package and documentation
+
+1.00 2015-11-4
+ - Begin tracking changes
diff --git a/MANIFEST b/MANIFEST
index 678d68c..55133c5 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,3 +1,4 @@
+Changes
 inc/Module/Install.pm
 inc/Module/Install/Base.pm
 inc/Module/Install/Can.pm
diff --git a/lib/RT/Extension/QuoteSelection.pm b/lib/RT/Extension/QuoteSelection.pm
index 23c4134..04c4d49 100644
--- a/lib/RT/Extension/QuoteSelection.pm
+++ b/lib/RT/Extension/QuoteSelection.pm
@@ -2,7 +2,7 @@ use strict;
 use warnings;
 package RT::Extension::QuoteSelection;
 
-our $VERSION = '1.00';
+our $VERSION = '1.01';
 
 RT->AddJavaScript("RTx-QuoteSelection.js");
 
@@ -12,6 +12,10 @@ RT->AddJavaScript("RTx-QuoteSelection.js");
 
 RT-Extension-QuoteSelection - Quotes selected text, if any, when replying/commenting to tickets
 
+=head1 RT VERSION
+
+Works with RT 4.0, 4.2 and 4.4.
+
 =head1 WHAT'S THIS DO?
 
 Highlight a snippet of text on the ticket display page and click a Reply or

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list