[Bps-public-commit] RT-Extension-FeaturedTickets branch, master, updated. 9dd9f377e85de8487a5e54d4ad7f9f3e8c6d2b56
Jim Brandt
jbrandt at bestpractical.com
Thu Sep 3 15:34:31 EDT 2020
The branch, master has been updated
via 9dd9f377e85de8487a5e54d4ad7f9f3e8c6d2b56 (commit)
via f595a9845914d8501f75b2a404d7fec67953deb9 (commit)
via 3a92c82e473402d4cfc329e86349f8dd24c98bd5 (commit)
from 71373694a2bc538566aac2605179b80b725b251c (commit)
Summary of changes:
Changes | 4 ++++
META.yml | 2 +-
html/NoAuth/Featured/index.html | 2 +-
lib/RT/Extension/FeaturedTickets.pm | 2 +-
static/css/featured-tickets.css | 2 ++
5 files changed, 9 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 3a92c82e473402d4cfc329e86349f8dd24c98bd5
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Wed Sep 18 09:40:01 2019 -0400
Add space on sides of card headers
diff --git a/static/css/featured-tickets.css b/static/css/featured-tickets.css
index b29c26d..def3ab6 100644
--- a/static/css/featured-tickets.css
+++ b/static/css/featured-tickets.css
@@ -139,6 +139,8 @@ p.featured-tickets-paragraph {
background: #111;
color: #fff;
padding-bottom: 2px;
+ padding-left: 10px;
+ padding-right: 10px;
}
.pricing-table-header h2 {
margin: 0;
commit f595a9845914d8501f75b2a404d7fec67953deb9
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Wed Sep 18 09:49:36 2019 -0400
Update link to support page
diff --git a/html/NoAuth/Featured/index.html b/html/NoAuth/Featured/index.html
index aaa97a0..57be519 100644
--- a/html/NoAuth/Featured/index.html
+++ b/html/NoAuth/Featured/index.html
@@ -146,7 +146,7 @@
<div class="l-box">
<h3 class="information-head featured-tickets-heading"><&|/l&>My feature isn't here</&></h3>
<p class="featured-tickets-paragraph">
- <&|/l_unsafe, q[<a href="https://bestpractical.com/services">], q[<a href="https://bestpractical.com/support">], q[<a href="https://bestpractical.com/training"], q[<a href="https://bestpractical.com/services/">], q[<a href="mailto:contact at bestpractical.com">], q[</a>] &>We offer a wide variety of [_1]services[_6] for RT, including [_2]product support[_6], [_3]>training[_6], and [_4]development[_6]. If you'd like to sponsor the development of a feature not included here, or are seeking joint sponsorship of a feature for RT, please [_5]contact us[_6].</&>
+ <&|/l_unsafe, q[<a href="https://bestpractical.com/services">], q[<a href="https://bestpractical.com/get-started">], q[<a href="https://bestpractical.com/training"], q[<a href="https://bestpractical.com/services/">], q[<a href="mailto:contact at bestpractical.com">], q[</a>] &>We offer a wide variety of [_1]services[_6] for RT, including [_2]product support[_6], [_3]>training[_6], and [_4]development[_6]. If you'd like to sponsor the development of a feature not included here, or are seeking joint sponsorship of a feature for RT, please [_5]contact us[_6].</&>
</p>
</div>
</div>
commit 9dd9f377e85de8487a5e54d4ad7f9f3e8c6d2b56
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Wed Sep 18 09:51:09 2019 -0400
Prep for version 0.05
diff --git a/Changes b/Changes
index c905f1c..ceb4fb6 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for RT-Extension-FeaturedTickets
+0.05 2019-09-18
+ - Styling on card headers
+ - Update link to support page
+
0.04 2018-07-16
- Consistently use relative urls in css
diff --git a/META.yml b/META.yml
index 0243818..61fc923 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.04'
+version: '0.05'
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 8be5ed7..a276a4f 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.04';
+our $VERSION = '0.05';
RT->AddStyleSheets("featured-tickets.css");
RT->AddJavaScript("featured-tickets.js");
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list