Pz-LinkCard - Version 2.1.6.2

Version Description

Download this release

Release Info

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

Code changes from version 2.1.6.1 to 2.1.6.2

Files changed (3) hide show
  1. lib/pz-linkcard-settings.php +7 -0
  2. pz-linkcard.php +2 -2
  3. readme.txt +5 -1
lib/pz-linkcard-settings.php CHANGED
@@ -365,6 +365,13 @@
365
  <td>
366
  </td>
367
  </tr>
 
 
 
 
 
 
 
368
  <tr>
369
  <td>
370
  <label><input name="properties[separator]" type="checkbox" id="check" value="1" <?php checked(isset($this->options['separator']) ? $this->options['separator'] : null, 1); ?> /><?php _e('Separator line', $this->text_domain); ?></label>
365
  <td>
366
  </td>
367
  </tr>
368
+ <tr style="display: none;">
369
+ <td>
370
+ <label><input name="properties[flg-anker]" type="checkbox" id="check" value="1" <?php checked(isset($this->options['flg-anker']) ? $this->options['flg-anker'] : null, 1); ?> /><?php _e('Turn off the anchor text underlining', $this->text_domain); ?></label>
371
+ </td>
372
+ <td>
373
+ </td>
374
+ </tr>
375
  <tr>
376
  <td>
377
  <label><input name="properties[separator]" type="checkbox" id="check" value="1" <?php checked(isset($this->options['separator']) ? $this->options['separator'] : null, 1); ?> /><?php _e('Separator line', $this->text_domain); ?></label>
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.6.1
7
  Author: poporon
8
  Author URI: http://poporon.poponet.jp
9
  License: GPLv2 or later
@@ -161,7 +161,7 @@ class Pz_LinkCard {
161
  'invalid-time' => null,
162
  'plugin-link' => null,
163
  'plugin-name' => 'Pz-LinkCard',
164
- 'plugin-version' => '2.1.6.1',
165
  'plugin-url' => 'https://popozure.info/pz-linkcard',
166
  'pz-hbc-options' => null,
167
  'debug-time' => null
3
  Plugin Name: Pz-LinkCard
4
  Plugin URI: http://poporon.poponet.jp/pz-linkcard
5
  Description: リンクをカード形式で表示します。
6
+ Version: 2.1.6.2
7
  Author: poporon
8
  Author URI: http://poporon.poponet.jp
9
  License: GPLv2 or later
161
  'invalid-time' => null,
162
  'plugin-link' => null,
163
  'plugin-name' => 'Pz-LinkCard',
164
+ 'plugin-version' => '2.1.6.2',
165
  'plugin-url' => 'https://popozure.info/pz-linkcard',
166
  'pz-hbc-options' => null,
167
  'debug-time' => null
readme.txt CHANGED
@@ -163,6 +163,10 @@ A7.
163
  5. "Write shortcode and url"
164
 
165
  == Changelog ==
 
 
 
 
166
  Ver2.1.6.1
167
  * サイト情報を表示しないとき、ワーニングが出ていたのを修正しました。
168
  Fixed: Fixed a bug.
@@ -172,7 +176,7 @@ Ver2.1.6
172
  Added: Added 'When in trouble'.
173
  * タイトル取得(正規表現)を修正しました。
174
  Modified: Fixed title acquisition method.
175
- * Aタグの文字装飾を無しにしました。
176
  Modified: Changed the text-decoration to "none".
177
 
178
  Ver2.1.5
163
  5. "Write shortcode and url"
164
 
165
  == Changelog ==
166
+ Ver2.1.6.2
167
+ * アンカーテキストのアンダーラインが表示されてしまうのを修正しました。
168
+ Fixed: Fixed a bug.
169
+
170
  Ver2.1.6.1
171
  * サイト情報を表示しないとき、ワーニングが出ていたのを修正しました。
172
  Fixed: Fixed a bug.
176
  Added: Added 'When in trouble'.
177
  * タイトル取得(正規表現)を修正しました。
178
  Modified: Fixed title acquisition method.
179
+ * アンカーテキストのアンダーラインを無しにしました。
180
  Modified: Changed the text-decoration to "none".
181
 
182
  Ver2.1.5