TypeSquare Webfonts SAKURA for SAKURA Rental Server - Version 2.0.1

Version Description

Download this release

Release Info

Developer sakurainternet
Plugin Icon 128x128 TypeSquare Webfonts SAKURA for SAKURA Rental Server
Version 2.0.1
Comparing to
See all releases

Code changes from version 2.0.0 to 2.0.1

inc/admin-base.php CHANGED
File without changes
inc/admin-fonttheme.php CHANGED
File without changes
inc/class/class.auth.php CHANGED
File without changes
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
- === TypeSquare Webfonts SAKURA for SAKURA Rental Server===
2
  Contributors: sakurainternet
3
  Donate link:
4
  Tags: font
5
  Requires at least: 4.3.1
6
- Tested up to: 4.9.0
7
- Stable tag: 2.0.0
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -18,7 +18,7 @@ License URI: http://www.gnu.org/licenses/gpl-3.0.html
18
 
19
  さくらのレンタルサーバのスタンダードプラン以上、さくらのマネージドサーバを契約している方が無料で利用可能です。コントロールパネルでの『利用ドメイン登録』が必要です。登録ドメイン以外、またさくらのレンタルサーバ以外でのご利用はできませんので、プラグインをインストールしても動作いたしません。
20
 
21
- 利用上限は月間2.5万ページビューを目安としています。利用状況により、上限が変動する場合があります。
22
 
23
  = 利用できる書体 =
24
 
@@ -89,6 +89,8 @@ UD新ゴ R/UD新ゴ M/UD新ゴ コンデンス90 L/UD新ゴ コンデン
89
 
90
  2.0.0:UIを改善しました。
91
 
 
 
92
 
93
  == Upgrade notice ==
94
 
1
+ === TypeSquare Webfonts さくらのレンタルサーバ===
2
  Contributors: sakurainternet
3
  Donate link:
4
  Tags: font
5
  Requires at least: 4.3.1
6
+ Tested up to: 5.1.1
7
+ Stable tag: 2.0.1
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
18
 
19
  さくらのレンタルサーバのスタンダードプラン以上、さくらのマネージドサーバを契約している方が無料で利用可能です。コントロールパネルでの『利用ドメイン登録』が必要です。登録ドメイン以外、またさくらのレンタルサーバ以外でのご利用はできませんので、プラグインをインストールしても動作いたしません。
20
 
21
+ 利用上限は月間3ドメイン合計7.5万ページビューを目安としています。利用状況により、上限が変動する場合があります。
22
 
23
  = 利用できる書体 =
24
 
89
 
90
  2.0.0:UIを改善しました。
91
 
92
+ 2.0.1:Twenty-Nineteenテーマにおいて投稿ページにウェブフォントが適用できない不具合を修正
93
+
94
 
95
  == Upgrade notice ==
96
 
ts-webfonts-for-sakura.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  Plugin Name: TS Webfonts for SAKURA RS
4
- Version: 2.0.0
5
  Description: さくらのレンタルサーバで株式会社モリサワ提供のWebフォント30書体が無料で利用できるプラグインです。
6
  Author: SAKURA Internet Inc.
7
  Author URI: http://www.sakura.ne.jp/
@@ -213,16 +213,16 @@ class TypeSquare_ST {
213
  }
214
 
215
  if ( $title_target && $title_font ) {
216
- $style .= "{$title_target}{ font-family: {$title_font};}";
217
  }
218
  if ( $lead_target && $lead_font ) {
219
- $style .= "{$lead_target}{ font-family: {$lead_font};}";
220
  }
221
  if ( $text_target && $text_font ) {
222
- $style .= "{$text_target}{ font-family: {$text_font};}";
223
  }
224
  if ( $bold_target && $bold_font ) {
225
- $style .= "{$bold_target}{ font-family: {$bold_font};}";
226
  }
227
  return $style;
228
  }
1
  <?php
2
  /*
3
  Plugin Name: TS Webfonts for SAKURA RS
4
+ Version: 2.0.1
5
  Description: さくらのレンタルサーバで株式会社モリサワ提供のWebフォント30書体が無料で利用できるプラグインです。
6
  Author: SAKURA Internet Inc.
7
  Author URI: http://www.sakura.ne.jp/
213
  }
214
 
215
  if ( $title_target && $title_font ) {
216
+ $style .= "{$title_target}{ font-family: {$title_font} !important;}";
217
  }
218
  if ( $lead_target && $lead_font ) {
219
+ $style .= "{$lead_target}{ font-family: {$lead_font} !important;}";
220
  }
221
  if ( $text_target && $text_font ) {
222
+ $style .= "{$text_target}{ font-family: {$text_font} !important;}";
223
  }
224
  if ( $bold_target && $bold_font ) {
225
+ $style .= "{$bold_target}{ font-family: {$bold_font} !important;}";
226
  }
227
  return $style;
228
  }