Pz-LinkCard - Version 2.2.6.1

Version Description

Download this release

Release Info

Developer poporon
Plugin Icon 128x128 Pz-LinkCard
Version 2.2.6.1
Comparing to
See all releases

Code changes from version 2.2.6 to 2.2.6.1

Files changed (2) hide show
  1. pz-linkcard.php +2 -7
  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.2.6
7
  Author: poporon
8
  Author URI: http://poporon.poponet.jp
9
  License: GPLv2 or later
@@ -170,7 +170,7 @@ class Pz_LinkCard {
170
  'invalid-time' => null,
171
  'plugin-link' => null,
172
  'plugin-name' => 'Pz-LinkCard',
173
- 'plugin-version' => '2.2.6',
174
  'plugin-url' => 'https://popozure.info/pz-linkcard',
175
  'pz-hbc-options' => null,
176
  'debug-time' => null
@@ -1784,11 +1784,6 @@ class Pz_LinkCard {
1784
  require_once ('lib/pz-linkcard-style.php');
1785
  }
1786
 
1787
- // JS生成
1788
- public function pz_SetJS() {
1789
- require_once ('lib/pz-linkcard-js.php');
1790
- }
1791
-
1792
  // Pz カード管理 キャッシュ・マネージャ
1793
  public function page_cacheman() {
1794
  require_once ('lib/pz-linkcard-cacheman.php');
3
  Plugin Name: Pz-LinkCard
4
  Plugin URI: http://poporon.poponet.jp/pz-linkcard
5
  Description: リンクをカード形式で表示します。
6
+ Version: 2.2.6.1
7
  Author: poporon
8
  Author URI: http://poporon.poponet.jp
9
  License: GPLv2 or later
170
  'invalid-time' => null,
171
  'plugin-link' => null,
172
  'plugin-name' => 'Pz-LinkCard',
173
+ 'plugin-version' => '2.2.6.1',
174
  'plugin-url' => 'https://popozure.info/pz-linkcard',
175
  'pz-hbc-options' => null,
176
  'debug-time' => null
1784
  require_once ('lib/pz-linkcard-style.php');
1785
  }
1786
 
 
 
 
 
 
1787
  // Pz カード管理 キャッシュ・マネージャ
1788
  public function page_cacheman() {
1789
  require_once ('lib/pz-linkcard-cacheman.php');
readme.txt CHANGED
@@ -163,6 +163,10 @@ A7.
163
  5. "Write shortcode and url"
164
 
165
  == Changelog ==
 
 
 
 
166
  Ver2.2.6
167
  * 「余白」の値に「40px」を追加。
168
  Added: Added "40px" to "Margin" value.
163
  5. "Write shortcode and url"
164
 
165
  == Changelog ==
166
+ Ver2.2.6.1
167
+ * バグ修正。
168
+ Fixed: Fixed a bug.
169
+
170
  Ver2.2.6
171
  * 「余白」の値に「40px」を追加。
172
  Added: Added "40px" to "Margin" value.