From c077d0b781a8780d5833ed1c1dddf1609eab1e6d Mon Sep 17 00:00:00 2001 From: kurudrive Date: Tue, 11 Jul 2023 22:17:01 +0900 Subject: [PATCH] [ Change version ] 1.17.1 --- readme.txt | 5 ++++- style.css | 2 +- theme.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index af1af1a..6f088c1 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: kurudrive,vektor-inc Tested up to: 6.2 Requires PHP: 7.2 -Stable tag: 1.17.0 +Stable tag: 1.17.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -13,6 +13,9 @@ GitHub : https://github.com/vektor-inc/x-t9 == Changelog == +1.17.1 +[ Bug fix ] Fix font size x-small + 1.17.0 [ Specification Change ] Deactive typography fruid [ Design Tuning ] Delete underline from post term block diff --git a/style.css b/style.css index f29161a..6ec5802 100644 --- a/style.css +++ b/style.css @@ -7,7 +7,7 @@ Description: The X-T9 is designed on the premise of full site editing function, Requires at least: 6.1 Tested up to: 6.2 Requires PHP: 7.2 -Version: 1.17.0 +Version: 1.17.1 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: x-t9 diff --git a/theme.json b/theme.json index 325507a..c49ffe8 100644 --- a/theme.json +++ b/theme.json @@ -180,7 +180,7 @@ "fluid": false, "name": "X small", "slug": "x-small", - "size": "clamp(11px, calc(11px + (100vw - 360px) * ( (12 -11) / (1200 - 360)) ), 12px)" + "size": "clamp(11px, calc(11px + (100vw - 360px) * ( (12 - 11) / (1200 - 360)) ), 12px)" }, { "fluid": false,