[Bps-public-commit] rt-extension-jsgantt branch, master, updated. c498cd8ee8b1f2c30d5086d8850c428e9dbb8acd
? sunnavy
sunnavy at bestpractical.com
Sat May 7 07:56:57 EDT 2011
The branch, master has been updated
via c498cd8ee8b1f2c30d5086d8850c428e9dbb8acd (commit)
via c3272dd0bc2f81e693c3aa8e75733e110c3793cb (commit)
from 9822f5ea9222c96ed8214bc549302565f30eeeef (commit)
Summary of changes:
Changes | 6 ++++++
META.yml | 2 +-
lib/RT/Extension/JSGantt.pm | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit c3272dd0bc2f81e693c3aa8e75733e110c3793cb
Author: sunnavy <sunnavy at gmail.com>
Date: Sat May 7 19:56:11 2011 +0800
release 0.12
diff --git a/Changes b/Changes
index 9e56e54..d6e2ab4 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for RT-Extension-JSGantt
+0.12 Sat May 7 19:55:01 CST 2011
+
+ * respect DateDayBeforeMonth config
+
0.10 Thu Mar 31 14:59:47 CST 2011
* use a generic JSGanttOptions config, see README for example
commit c498cd8ee8b1f2c30d5086d8850c428e9dbb8acd
Author: sunnavy <sunnavy at gmail.com>
Date: Sat May 7 19:56:47 2011 +0800
bump to 0.13
diff --git a/Changes b/Changes
index d6e2ab4..9f32b9b 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
Revision history for RT-Extension-JSGantt
+0.13
+
0.12 Sat May 7 19:55:01 CST 2011
* respect DateDayBeforeMonth config
diff --git a/META.yml b/META.yml
index e2eb8e0..cf2c181 100644
--- a/META.yml
+++ b/META.yml
@@ -22,4 +22,4 @@ requires:
JSON: 0
resources:
repository: git://github.com/bestpractical/rt-extension-jsgantt.git
-version: 0.12
+version: 0.13
diff --git a/lib/RT/Extension/JSGantt.pm b/lib/RT/Extension/JSGantt.pm
index 41be6d3..c236c5d 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.12';
+our $VERSION = '0.13';
use warnings;
use strict;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list