[Bps-public-commit] RT-Extension-FeaturedTickets branch, master, updated. 71373694a2bc538566aac2605179b80b725b251c
? sunnavy
sunnavy at bestpractical.com
Mon Jul 16 10:00:35 EDT 2018
The branch, master has been updated
via 71373694a2bc538566aac2605179b80b725b251c (commit)
from ffb47317b4f55a9351c6d571f734e17779c48350 (commit)
Summary of changes:
Changes | 11 +++++++++++
META.yml | 2 +-
lib/RT/Extension/FeaturedTickets.pm | 2 +-
3 files changed, 13 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 71373694a2bc538566aac2605179b80b725b251c
Author: sunnavy <sunnavy at bestpractical.com>
Date: Mon Jul 16 21:58:16 2018 +0800
Version 0.04
diff --git a/Changes b/Changes
index 852a99f..c905f1c 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,16 @@
Revision history for RT-Extension-FeaturedTickets
+0.04 2018-07-16
+
+ - Consistently use relative urls in css
+ - Update links to respect WebPath
+ - Add spinner to tell user the submission is still going on
+ - Refactor code to validate inputs and show user errors if there are any
+ - Fix the issue of missing "Details" buttons on Safari
+ - Fix js error of "RT is not defined"
+ - Comment out console.log calls for production release
+ - Fix double UTF-8 encoded issue in Details modal
+
0.03 2018-07-02
- Update setting of requestor when handling a new sponsor
diff --git a/META.yml b/META.yml
index 1f2b8df..0243818 100644
--- a/META.yml
+++ b/META.yml
@@ -25,7 +25,7 @@ requires:
resources:
license: http://opensource.org/licenses/gpl-license.php
repository: https://github.com/bestpractical/rt-extension-featuredtickets
-version: '0.03'
+version: '0.04'
x_module_install_rtx_version: '0.40'
x_requires_rt: 4.4.0
x_rt_too_new: 4.6.0
diff --git a/lib/RT/Extension/FeaturedTickets.pm b/lib/RT/Extension/FeaturedTickets.pm
index c450242..8be5ed7 100644
--- a/lib/RT/Extension/FeaturedTickets.pm
+++ b/lib/RT/Extension/FeaturedTickets.pm
@@ -2,7 +2,7 @@ use strict;
use warnings;
package RT::Extension::FeaturedTickets;
-our $VERSION = '0.03';
+our $VERSION = '0.04';
RT->AddStyleSheets("featured-tickets.css");
RT->AddJavaScript("featured-tickets.js");
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list