[Bps-public-commit] rt-extension-repeatticket branch, master, updated. d3f099a17690837c44458c953c1431d7467c12de
Alex Vandiver
alexmv at bestpractical.com
Wed Dec 11 13:58:48 EST 2013
The branch, master has been updated
via d3f099a17690837c44458c953c1431d7467c12de (commit)
from 95e77b15b02badc2f7987d50cf9a4f7cbeb0aa36 (commit)
Summary of changes:
Changes | 3 +++
META.yml | 2 +-
lib/RT/Extension/RepeatTicket.pm | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit d3f099a17690837c44458c953c1431d7467c12de
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Wed Dec 11 13:58:43 2013 -0500
Releng for 0.06
diff --git a/Changes b/Changes
index b91f0da..910fe72 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for RT-Extension-RepeatTicket
MM/DD/YYY
+0.06 12/11/2013
+ * Fix copying of RefersTo links on repeated tickets
+
0.05 10/10/2013
* Updates for RT 4.2
diff --git a/META.yml b/META.yml
index 6033e47..8af6701 100644
--- a/META.yml
+++ b/META.yml
@@ -24,4 +24,4 @@ requires:
DateTime::Event::ICal: 0
resources:
license: http://opensource.org/licenses/gpl-license.php
-version: 0.05
+version: 0.06
diff --git a/lib/RT/Extension/RepeatTicket.pm b/lib/RT/Extension/RepeatTicket.pm
index 7a46515..84db228 100644
--- a/lib/RT/Extension/RepeatTicket.pm
+++ b/lib/RT/Extension/RepeatTicket.pm
@@ -3,7 +3,7 @@ use strict;
package RT::Extension::RepeatTicket;
-our $VERSION = "0.05";
+our $VERSION = "0.06";
use RT::Interface::Web;
use DateTime;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list