Version Description
Download this release
Release Info
Developer | poporon |
Plugin | Pz-LinkCard |
Version | 2.0.7.2 |
Comparing to | |
See all releases |
Code changes from version 2.0.7.1 to 2.0.7.2
- languages/pz-linkcard-ja.mo +0 -0
- languages/pz-linkcard-ja.po +2 -3
- lib/pz-linkcard-style.php +2 -0
- pz-linkcard.php +1 -1
- readme.txt +7 -1
- templete/pz-linkcard-templete.css +1 -1
languages/pz-linkcard-ja.mo
CHANGED
Binary file
|
languages/pz-linkcard-ja.po
CHANGED
@@ -4,8 +4,8 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Pz-LinkCard\n"
|
6 |
"Report-Msgid-Bugs-To: http://wppolyglots.wordpress.com\n"
|
7 |
-
"POT-Creation-Date:
|
8 |
-
"PO-Revision-Date:
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: poporon\n"
|
11 |
"Language: ja_JP\n"
|
@@ -1013,7 +1013,6 @@ msgid "Multi-site compatible"
|
|
1013 |
msgstr "サブディレクトリを外部リンクにする"
|
1014 |
|
1015 |
#: ../lib/pz-linkcard-settings.php:856
|
1016 |
-
#, fuzzy
|
1017 |
msgid ""
|
1018 |
"In the case of the multi-site of the subdirectory type, the site under the "
|
1019 |
"subdirectory is judged as an external site."
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Pz-LinkCard\n"
|
6 |
"Report-Msgid-Bugs-To: http://wppolyglots.wordpress.com\n"
|
7 |
+
"POT-Creation-Date: 2018-01-17 21:31+0900\n"
|
8 |
+
"PO-Revision-Date: 2018-01-17 21:32+0900\n"
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: poporon\n"
|
11 |
"Language: ja_JP\n"
|
1013 |
msgstr "サブディレクトリを外部リンクにする"
|
1014 |
|
1015 |
#: ../lib/pz-linkcard-settings.php:856
|
|
|
1016 |
msgid ""
|
1017 |
"In the case of the multi-site of the subdirectory type, the site under the "
|
1018 |
"subdirectory is judged as an external site."
|
lib/pz-linkcard-style.php
CHANGED
@@ -252,6 +252,8 @@
|
|
252 |
$file_text = str_replace('/*RESET-IMG*/', 'margin: 0 !important; padding: 0; border: none;', $file_text );
|
253 |
$file_text = str_replace('/*STATIC*/', 'position: static !important;',$file_text );
|
254 |
$file_text = str_replace('/*IMPORTANT*/', '!important',$file_text );
|
|
|
|
|
255 |
}
|
256 |
|
257 |
// 外部リンク背景
|
252 |
$file_text = str_replace('/*RESET-IMG*/', 'margin: 0 !important; padding: 0; border: none;', $file_text );
|
253 |
$file_text = str_replace('/*STATIC*/', 'position: static !important;',$file_text );
|
254 |
$file_text = str_replace('/*IMPORTANT*/', '!important',$file_text );
|
255 |
+
} else {
|
256 |
+
$file_text = str_replace('/*IMPORTANT*/', '',$file_text );
|
257 |
}
|
258 |
|
259 |
// 外部リンク背景
|
pz-linkcard.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Pz-LinkCard
|
4 |
Plugin URI: http://poporon.poponet.jp/pz-linkcard
|
5 |
Description: リンクをカード形式で表示します。
|
6 |
-
Version: 2.0.7.
|
7 |
Author: poporon
|
8 |
Author URI: http://poporon.poponet.jp
|
9 |
License: GPLv2 or later
|
3 |
Plugin Name: Pz-LinkCard
|
4 |
Plugin URI: http://poporon.poponet.jp/pz-linkcard
|
5 |
Description: リンクをカード形式で表示します。
|
6 |
+
Version: 2.0.7.2
|
7 |
Author: poporon
|
8 |
Author URI: http://poporon.poponet.jp
|
9 |
License: GPLv2 or later
|
readme.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
Contributors: poporon
|
3 |
Tags: post, internal link, external link, blogcard, linkcard
|
4 |
Requires at least: 4.3
|
5 |
-
Tested up to: 4.9
|
6 |
Stable tag: trunk
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -155,6 +155,12 @@ A5.
|
|
155 |
5. "Write shortcode and url"
|
156 |
|
157 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
158 |
Ver2.0.7.1
|
159 |
* バグ修正。
|
160 |
Fixed: Fixed a bug.
|
2 |
Contributors: poporon
|
3 |
Tags: post, internal link, external link, blogcard, linkcard
|
4 |
Requires at least: 4.3
|
5 |
+
Tested up to: 4.9.2
|
6 |
Stable tag: trunk
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
155 |
5. "Write shortcode and url"
|
156 |
|
157 |
== Changelog ==
|
158 |
+
Ver2.0.7.2
|
159 |
+
* WordPress 4.9.2 での動作確認。
|
160 |
+
Compatible with WordPress 4.9.2
|
161 |
+
* 設定画面の一部が日本語表記になっていなかったのを修正しました。
|
162 |
+
Fixed: A part of the setting screen was not written in Japanese was fixed.
|
163 |
+
|
164 |
Ver2.0.7.1
|
165 |
* バグ修正。
|
166 |
Fixed: Fixed a bug.
|
templete/pz-linkcard-templete.css
CHANGED
@@ -157,7 +157,7 @@
|
|
157 |
.lkc-favicon {
|
158 |
height: 16px;
|
159 |
width: 16px;
|
160 |
-
margin: 0 4px
|
161 |
border: none;
|
162 |
vertical-align: text-bottom;
|
163 |
display: inline /*IMPORTANT*/;
|
157 |
.lkc-favicon {
|
158 |
height: 16px;
|
159 |
width: 16px;
|
160 |
+
margin: 0 4px /*IMPORTANT*/;
|
161 |
border: none;
|
162 |
vertical-align: text-bottom;
|
163 |
display: inline /*IMPORTANT*/;
|