[Bps-public-commit] rt-extension-jsgantt branch, master, updated. 1.05-4-g8d91c6d

? sunnavy sunnavy at bestpractical.com
Fri Jul 17 22:49:25 EDT 2020


The branch, master has been updated
       via  8d91c6df108229f70749ff2dfe8d36c76e398192 (commit)
      from  dc6dcf4e795ed6db8e92e43ecdfc83182f027ce4 (commit)

Summary of changes:
 Changes                     | 4 ++++
 META.yml                    | 2 +-
 lib/RT/Extension/JSGantt.pm | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 8d91c6df108229f70749ff2dfe8d36c76e398192
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Sat Jul 18 10:44:13 2020 +0800

    Prep 1.06

diff --git a/Changes b/Changes
index 7d76f27..f376404 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+1.06 2020-07-17
+ - Show "Gantt Chart" menu for ticket searches only
+ - Fix query stored in session for RT 5
+
 1.05 2020-07-17
  - Update for RT 5.0
 
diff --git a/META.yml b/META.yml
index 3d5c050..1d92182 100644
--- a/META.yml
+++ b/META.yml
@@ -26,6 +26,6 @@ requires:
 resources:
   license: http://opensource.org/licenses/gpl-license.php
   repository: https://github.com/bestpractical/rt-extension-jsgantt
-version: '1.05'
+version: '1.06'
 x_module_install_rtx_version: '0.42'
 x_requires_rt: 4.0.0
diff --git a/lib/RT/Extension/JSGantt.pm b/lib/RT/Extension/JSGantt.pm
index f87e23a..5127af9 100644
--- a/lib/RT/Extension/JSGantt.pm
+++ b/lib/RT/Extension/JSGantt.pm
@@ -131,7 +131,7 @@ or add C<RT::Extension::JSGantt> to your existing C<@Plugins> line.
 
 package RT::Extension::JSGantt;
 
-our $VERSION = '1.05';
+our $VERSION = '1.06';
 
 use warnings;
 use strict;

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


More information about the Bps-public-commit mailing list