Pz-LinkCard - Version 2.2.6.2

Version Description

Download this release

Release Info

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

Code changes from version 2.2.6.1 to 2.2.6.2

Files changed (3) hide show
  1. lib/pz-linkcard-init.php +0 -1
  2. pz-linkcard.php +2 -2
  3. readme.txt +4 -0
lib/pz-linkcard-init.php CHANGED
@@ -45,7 +45,6 @@
45
  update_option('Pz_LinkCard_options', $this->options);
46
 
47
  $this->pz_SetStyle(); // スタイルシート生成
48
- $this->pz_SetJS(); // JavaScript生成
49
 
50
  global $wpdb;
51
  $wpdb->hide_errors();
45
  update_option('Pz_LinkCard_options', $this->options);
46
 
47
  $this->pz_SetStyle(); // スタイルシート生成
 
48
 
49
  global $wpdb;
50
  $wpdb->hide_errors();
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.1
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.1',
174
  'plugin-url' => 'https://popozure.info/pz-linkcard',
175
  'pz-hbc-options' => null,
176
  'debug-time' => null
3
  Plugin Name: Pz-LinkCard
4
  Plugin URI: http://poporon.poponet.jp/pz-linkcard
5
  Description: リンクをカード形式で表示します。
6
+ Version: 2.2.6.2
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.2',
174
  'plugin-url' => 'https://popozure.info/pz-linkcard',
175
  'pz-hbc-options' => null,
176
  'debug-time' => null
readme.txt CHANGED
@@ -163,6 +163,10 @@ A7.
163
  5. "Write shortcode and url"
164
 
165
  == Changelog ==
 
 
 
 
166
  Ver2.2.6.1
167
  * バグ修正。
168
  Fixed: Fixed a bug.
163
  5. "Write shortcode and url"
164
 
165
  == Changelog ==
166
+ Ver2.2.6.2
167
+ * バグ修正。
168
+ Fixed: Fixed a bug.
169
+
170
  Ver2.2.6.1
171
  * バグ修正。
172
  Fixed: Fixed a bug.