Version Description
Download this release
Release Info
Developer | sakurainternet |
Plugin | TypeSquare Webfonts SAKURA for SAKURA Rental Server |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- inc/class/class.fonttheme.php +1 -1
- readme.txt +5 -7
- ts-webfonts-for-sakura.php +2 -2
inc/class/class.fonttheme.php
CHANGED
@@ -33,7 +33,7 @@ class TypeSquare_ST_Fonttheme {
|
|
33 |
'title' => 'ゴシックMB101 B',
|
34 |
'lead' => 'カクミン M',
|
35 |
'content' => 'UD新ゴ R',
|
36 |
-
'bold' => 'UD新ゴ
|
37 |
),
|
38 |
),
|
39 |
'fashion' => array(
|
33 |
'title' => 'ゴシックMB101 B',
|
34 |
'lead' => 'カクミン M',
|
35 |
'content' => 'UD新ゴ R',
|
36 |
+
'bold' => 'UD新ゴ M',
|
37 |
),
|
38 |
),
|
39 |
'fashion' => array(
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
=== TypeSquare Webfonts
|
2 |
Contributors: SAKURA internet Inc.
|
3 |
Donate link:
|
4 |
Tags: font
|
5 |
Requires at least: 4.3.1
|
6 |
Tested up to: 4.5.3
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -70,15 +70,13 @@ UD新ゴ R/UD新ゴ M/UD新ゴ コンデンス90 L/UD新ゴ コンデン
|
|
70 |
よくある質問については、さくらのレンタルサーバの[サポートサイト](https://help.sakura.ad.jp/app/answers/detail/a_id/2600)をご確認ください。
|
71 |
|
72 |
== Screenshots ==
|
73 |
-
|
74 |
1. screenshot-1.png
|
75 |
|
76 |
== Changelog ==
|
77 |
-
|
78 |
-
== Upgrade notice ==
|
79 |
-
|
80 |
0.9.0:テストリリース
|
81 |
-
|
82 |
1.0.0:正式リリース
|
|
|
|
|
|
|
83 |
|
84 |
== Arbitrary section 1 ==
|
1 |
+
=== TypeSquare Webfonts さくらのレンタルサーバ===
|
2 |
Contributors: SAKURA internet Inc.
|
3 |
Donate link:
|
4 |
Tags: font
|
5 |
Requires at least: 4.3.1
|
6 |
Tested up to: 4.5.3
|
7 |
+
Stable tag: 1.0.1
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
70 |
よくある質問については、さくらのレンタルサーバの[サポートサイト](https://help.sakura.ad.jp/app/answers/detail/a_id/2600)をご確認ください。
|
71 |
|
72 |
== Screenshots ==
|
|
|
73 |
1. screenshot-1.png
|
74 |
|
75 |
== Changelog ==
|
|
|
|
|
|
|
76 |
0.9.0:テストリリース
|
|
|
77 |
1.0.0:正式リリース
|
78 |
+
1.0.1:軽微なバグ修正
|
79 |
+
|
80 |
+
== Upgrade notice ==
|
81 |
|
82 |
== Arbitrary section 1 ==
|
ts-webfonts-for-sakura.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: TS Webfonts for SAKURA RS
|
4 |
-
Version: 1.0.
|
5 |
Description: さくらのレンタルサーバで株式会社モリサワ提供のWebフォント30書体が無料で利用できるプラグインです。
|
6 |
Author: SAKURA Internet Inc.
|
7 |
Author URI: http://www.sakura.ne.jp/
|
@@ -17,7 +17,7 @@ define( 'TS_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
|
|
17 |
define( 'TS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
18 |
$ts = TypeSquare_ST::get_instance();
|
19 |
$ts->add_hook();
|
20 |
-
$admin = TypeSquare_Admin::get_instance();
|
21 |
$admin->add_hook();
|
22 |
|
23 |
class TypeSquare_ST {
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: TS Webfonts for SAKURA RS
|
4 |
+
Version: 1.0.1
|
5 |
Description: さくらのレンタルサーバで株式会社モリサワ提供のWebフォント30書体が無料で利用できるプラグインです。
|
6 |
Author: SAKURA Internet Inc.
|
7 |
Author URI: http://www.sakura.ne.jp/
|
17 |
define( 'TS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
18 |
$ts = TypeSquare_ST::get_instance();
|
19 |
$ts->add_hook();
|
20 |
+
$admin = TypeSquare_Admin::get_instance();
|
21 |
$admin->add_hook();
|
22 |
|
23 |
class TypeSquare_ST {
|