[Bps-public-commit] rt-extension-jsgantt branch, update-for-rt5, created. 1.03-9-gfb91dad

Aaron Trevena ast at bestpractical.com
Tue Jul 7 08:05:27 EDT 2020


The branch, update-for-rt5 has been created
        at  fb91dade7f83a07d002beb2e7eba45cdca860f99 (commit)

- Log -----------------------------------------------------------------
commit fb91dade7f83a07d002beb2e7eba45cdca860f99
Author: Aaron Trevena <aaron at aarontrevena.co.uk>
Date:   Tue Jul 7 13:04:18 2020 +0100

    Update to documentation, bumped version
    
    Confirming works with RT5, updated documentation to show works
    with RT 4.2, 4.4 and 5.0

diff --git a/Changes b/Changes
index 8007cd4..8256eb8 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+1.05 2020-07-06
+ - Updated documentation, tested with RT5
+
 1.04 2016-04-08
  - Hide link to Gantt chart on simple search page when there's no query
  - Fix Gantt chart page from throwing error when there's no search results
diff --git a/README b/README
index fe026a6..cbf5da5 100644
--- a/README
+++ b/README
@@ -1,6 +1,10 @@
 NAME
     RT::Extension::JSGantt - Gantt charts for your tickets
 
+
+RT VERSION
+    Works with RT 4.2, 4.4, 5.0
+
 DESCRIPTION
     This extension uses the Starts and Due dates, along with ticket
     dependencies, to produce Gantt charts.
diff --git a/lib/RT/Extension/JSGantt.pm b/lib/RT/Extension/JSGantt.pm
index 4175c96..946a622 100644
--- a/lib/RT/Extension/JSGantt.pm
+++ b/lib/RT/Extension/JSGantt.pm
@@ -2,7 +2,7 @@
 #
 # COPYRIGHT:
 #
-# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC
+# This software is Copyright (c) 1996-2020 Best Practical Solutions, LLC
 #                                          <sales at bestpractical.com>
 #
 # (Except where explicitly superseded by other copyright notices)
@@ -50,6 +50,10 @@
 
 RT::Extension::JSGantt - Gantt charts for your tickets
 
+=head1 RT VERSION
+
+Works with RT 4.2, 4.4, 5.0
+
 =head1 DESCRIPTION
 
 This extension uses the Starts and Due dates, along with ticket
@@ -131,7 +135,7 @@ or add C<RT::Extension::JSGantt> to your existing C<@Plugins> line.
 
 package RT::Extension::JSGantt;
 
-our $VERSION = '1.04';
+our $VERSION = '1.05';
 
 use warnings;
 use strict;
@@ -567,7 +571,7 @@ or via the web at
 
 =head1 LICENSE AND COPYRIGHT
 
-This software is Copyright (c) 2014 by Best Practical Solutions
+This software is Copyright (c) 2020 by Best Practical Solutions
 
 This is free software, licensed under:
 

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


More information about the Bps-public-commit mailing list