[Bps-public-commit] rt-extension-mobileui branch, master, updated. 0.93-2-g4540945
Jesse Vincent
jesse at bestpractical.com
Mon Aug 9 09:33:54 EDT 2010
The branch, master has been updated
via 4540945ffbae6829eb7e3111a215e36ed5778773 (commit)
from 5bfb7cfc5c2bcc4828030b34ddbc928b2e339693 (commit)
Summary of changes:
Changes | 4 ++++
lib/RT/Extension/MobileUI.pm | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 4540945ffbae6829eb7e3111a215e36ed5778773
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Mon Aug 9 06:35:54 2010 -0700
Checking in changes prior to tagging of version 0.94.
Changelog diff is:
diff --git a/Changes b/Changes
index 39614b3..d2e8bf0 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.94
+
+* Handle RT not located at / when redirecting from a ticket URL
+
0.93
* Avoid redirect loops with /m/ and dhandler
diff --git a/Changes b/Changes
index 39614b3..d2e8bf0 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.94
+
+* Handle RT not located at / when redirecting from a ticket URL
+
0.93
* Avoid redirect loops with /m/ and dhandler
diff --git a/lib/RT/Extension/MobileUI.pm b/lib/RT/Extension/MobileUI.pm
index 06e772d..46ecab0 100644
--- a/lib/RT/Extension/MobileUI.pm
+++ b/lib/RT/Extension/MobileUI.pm
@@ -3,7 +3,7 @@ use strict;
package RT::Extension::MobileUI;
-our $VERSION = "0.93";
+our $VERSION = "0.94";
=head1 NAME
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list