Skip to content

Commit

Permalink
[ Change version ] 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kurudrive committed Jul 11, 2023
1 parent 5702593 commit c077d0b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c077d0b

Please sign in to comment.