[Bps-public-commit] rt-extension-mobileui branch, master, updated. 1.05
Thomas Sibley
trs at bestpractical.com
Tue Aug 13 14:06:43 EDT 2013
The branch, master has been updated
via 9071e3a32f81ab9530203f6081accfb4d54ae99d (commit)
from 6f188916ddecd1cb65a8e2cc2cb037d9343e2452 (commit)
Summary of changes:
Changes | 9 +++++++++
META.yml | 2 +-
lib/RT/Extension/MobileUI.pm | 2 +-
3 files changed, 11 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 9071e3a32f81ab9530203f6081accfb4d54ae99d
Author: Thomas Sibley <trs at bestpractical.com>
Date: Tue Aug 13 11:05:47 2013 -0700
Version 1.05 with proper Changes entries for 1.04
diff --git a/Changes b/Changes
index 555d1fd..2e9165d 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,12 @@
+1.05 Tue Aug 13 11:04:53 PDT 2013
+
+* Re-release 1.04 with a proper Changes section for 1.04
+
+1.04
+
+* Backport May 2013 security patches from 4.0 versions
+* Document that clearing the Mason cache is necessary
+
1.03
* whitelist /m/tickets/search from RT's CSRF protection in case someone
diff --git a/META.yml b/META.yml
index 50ea9e6..d9970d3 100644
--- a/META.yml
+++ b/META.yml
@@ -20,4 +20,4 @@ no_index:
- inc
resources:
license: http://opensource.org/licenses/gpl-license.php
-version: 1.04
+version: 1.05
diff --git a/lib/RT/Extension/MobileUI.pm b/lib/RT/Extension/MobileUI.pm
index 212436b..f01af8d 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 = "1.04";
+our $VERSION = "1.05";
sub _encode_surrogates {
my $uni = $_[0] - 0x10000;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list