[Bps-public-commit] rt-extension-jsgantt branch, master, updated. ff23a5f1393a48ec9ada3e293a7d90e64476649d
? sunnavy
sunnavy at bestpractical.com
Mon Feb 6 13:34:21 EST 2012
The branch, master has been updated
via ff23a5f1393a48ec9ada3e293a7d90e64476649d (commit)
via a5ed360ea04fb2ff543f1bb8f7f853a283834c8e (commit)
from 3227422eceb21f871531f4e037d710b38f48c891 (commit)
Summary of changes:
Changes | 6 +++++-
META.yml | 2 +-
lib/RT/Extension/JSGantt.pm | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit a5ed360ea04fb2ff543f1bb8f7f853a283834c8e
Author: sunnavy <sunnavy at gmail.com>
Date: Tue Feb 7 02:30:18 2012 +0800
release 0.18
diff --git a/Changes b/Changes
index ee1f13e..2e8af5a 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
Revision history for RT-Extension-JSGantt
-0.18
+0.18 Tue Feb 7 02:27:48 CST 2012
+
+ * fix the double-encode bug in page menu links below /Search
0.17 Thu Dec 15 11:58:40 CST 2011
commit ff23a5f1393a48ec9ada3e293a7d90e64476649d
Author: sunnavy <sunnavy at gmail.com>
Date: Tue Feb 7 02:31:17 2012 +0800
bump to 0.19
diff --git a/Changes b/Changes
index 2e8af5a..1c78e80 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
Revision history for RT-Extension-JSGantt
+0.19
+
0.18 Tue Feb 7 02:27:48 CST 2012
* fix the double-encode bug in page menu links below /Search
diff --git a/META.yml b/META.yml
index 2b3989e..13ae0ff 100644
--- a/META.yml
+++ b/META.yml
@@ -24,4 +24,4 @@ requires:
List::MoreUtils: 0
resources:
repository: git://github.com/bestpractical/rt-extension-jsgantt.git
-version: 0.18
+version: 0.19
diff --git a/lib/RT/Extension/JSGantt.pm b/lib/RT/Extension/JSGantt.pm
index c87b583..5aa24db 100644
--- a/lib/RT/Extension/JSGantt.pm
+++ b/lib/RT/Extension/JSGantt.pm
@@ -58,7 +58,7 @@ RT::Extension::JSGantt - Gantt charts for your tickets
package RT::Extension::JSGantt;
-our $VERSION = '0.18';
+our $VERSION = '0.19';
use warnings;
use strict;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list