Version Description
Download this release
Release Info
Developer | poporon |
Plugin | Pz-LinkCard |
Version | 2.1.8.2 |
Comparing to | |
See all releases |
Code changes from version 2.1.8.1 to 2.1.8.2
- pz-linkcard.php +3 -2
- readme.txt +4 -0
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.1.8.
|
7 |
Author: poporon
|
8 |
Author URI: http://poporon.poponet.jp
|
9 |
License: GPLv2 or later
|
@@ -141,6 +141,7 @@ class Pz_LinkCard {
|
|
141 |
'flg-edit-insert' => '1',
|
142 |
'flg-edit-qtag' => '1',
|
143 |
'style-reset-img' => '1',
|
|
|
144 |
'css-add' => null,
|
145 |
'css-sp' => null,
|
146 |
'css-file' => null,
|
@@ -163,7 +164,7 @@ class Pz_LinkCard {
|
|
163 |
'invalid-time' => null,
|
164 |
'plugin-link' => null,
|
165 |
'plugin-name' => 'Pz-LinkCard',
|
166 |
-
'plugin-version' => '2.1.8.
|
167 |
'plugin-url' => 'https://popozure.info/pz-linkcard',
|
168 |
'pz-hbc-options' => null,
|
169 |
'debug-time' => null
|
3 |
Plugin Name: Pz-LinkCard
|
4 |
Plugin URI: http://poporon.poponet.jp/pz-linkcard
|
5 |
Description: リンクをカード形式で表示します。
|
6 |
+
Version: 2.1.8.2
|
7 |
Author: poporon
|
8 |
Author URI: http://poporon.poponet.jp
|
9 |
License: GPLv2 or later
|
141 |
'flg-edit-insert' => '1',
|
142 |
'flg-edit-qtag' => '1',
|
143 |
'style-reset-img' => '1',
|
144 |
+
'style' => null,
|
145 |
'css-add' => null,
|
146 |
'css-sp' => null,
|
147 |
'css-file' => null,
|
164 |
'invalid-time' => null,
|
165 |
'plugin-link' => null,
|
166 |
'plugin-name' => 'Pz-LinkCard',
|
167 |
+
'plugin-version' => '2.1.8.2',
|
168 |
'plugin-url' => 'https://popozure.info/pz-linkcard',
|
169 |
'pz-hbc-options' => null,
|
170 |
'debug-time' => null
|
readme.txt
CHANGED
@@ -163,6 +163,10 @@ A7.
|
|
163 |
5. "Write shortcode and url"
|
164 |
|
165 |
== Changelog ==
|
|
|
|
|
|
|
|
|
166 |
Ver 2.1.8.1
|
167 |
* フィルターの優先度を指定するように修正しました。
|
168 |
Modified: Fix to specify filter priority.
|
163 |
5. "Write shortcode and url"
|
164 |
|
165 |
== Changelog ==
|
166 |
+
Ver2.1.8.2
|
167 |
+
* 警告エラーが発生していたのを修正しました。
|
168 |
+
Fixed: Fixed a bug.
|
169 |
+
|
170 |
Ver 2.1.8.1
|
171 |
* フィルターの優先度を指定するように修正しました。
|
172 |
Modified: Fix to specify filter priority.
|