Pz-LinkCard - Version 2.0.4.1

Version Description

Download this release

Release Info

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

Code changes from version 2.0.4 to 2.0.4.1

Files changed (2) hide show
  1. pz-linkcard.php +3 -3
  2. readme.txt +31 -25
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.4
7
  Author: poporon
8
  Author URI: http://poporon.poponet.jp
9
  License: GPLv2 or later
@@ -136,7 +136,7 @@ class Pz_LinkCard {
136
  'thumbnail-url' => null,
137
  'plugin-link' => null,
138
  'plugin-name' => 'Pz-LinkCard',
139
- 'plugin-version' => '2.0.4',
140
  'plugin-url' => 'http://poporon.poponet.jp/pz-linkcard',
141
  'pz-hbc-options' => null,
142
  'debug-time' => null
@@ -689,7 +689,7 @@ class Pz_LinkCard {
689
  $content = '<div class="lkc-content">'.$a_op.$thumbnail.'<span class="lkc-title">'.$title.'</span>'.$a_cl.$sns_title.'<div class="lkc-url"><cite>'.$st_op.$a_op.$url.$st_cl.$a_cl.'</cite></div><div class="lkc-excerpt">'.$excerpt.'</div></div>';
690
 
691
  // Google AMPに暫定対応
692
- if ( (isset($this->options['flg-amp']) ? true : false) && (preg_match('{/amp/?$}i', $_SERVER["REQUEST_URI"]) || (function_exists('is_amp_endpoint') && is_amp_endpoint()) ) ) {
693
  // 簡易タグ作成
694
  $tag = '<table border="1" cellspacing="0" cellpadding="4"><tbody></tr><tr><td>'.$excerpt.'<br>'.$a_op_all.$a_op.$title.$a_cl.$a_cl_all.' - '.$site_name.'</td></tr></tbody></table>';
695
  } else {
3
  Plugin Name: Pz-LinkCard
4
  Plugin URI: http://poporon.poponet.jp/pz-linkcard
5
  Description: リンクをカード形式で表示します。
6
+ Version: 2.0.4.1
7
  Author: poporon
8
  Author URI: http://poporon.poponet.jp
9
  License: GPLv2 or later
136
  'thumbnail-url' => null,
137
  'plugin-link' => null,
138
  'plugin-name' => 'Pz-LinkCard',
139
+ 'plugin-version' => '2.0.4.1',
140
  'plugin-url' => 'http://poporon.poponet.jp/pz-linkcard',
141
  'pz-hbc-options' => null,
142
  'debug-time' => null
689
  $content = '<div class="lkc-content">'.$a_op.$thumbnail.'<span class="lkc-title">'.$title.'</span>'.$a_cl.$sns_title.'<div class="lkc-url"><cite>'.$st_op.$a_op.$url.$st_cl.$a_cl.'</cite></div><div class="lkc-excerpt">'.$excerpt.'</div></div>';
690
 
691
  // Google AMPに暫定対応
692
+ if ( (isset($this->options['flg-amp']) ? true : false) && (preg_match('/\/amp\/?$/i', $_SERVER["REQUEST_URI"]) || preg_match('/\/?amp=1$/i', $_SERVER["REQUEST_URI"]) || (function_exists('is_amp_endpoint') && is_amp_endpoint()) ) ) {
693
  // 簡易タグ作成
694
  $tag = '<table border="1" cellspacing="0" cellpadding="4"><tbody></tr><tr><td>'.$excerpt.'<br>'.$a_op_all.$a_op.$title.$a_cl.$a_cl_all.' - '.$site_name.'</td></tr></tbody></table>';
695
  } else {
readme.txt CHANGED
@@ -155,15 +155,21 @@ A5.
155
  5. "Write shortcode and url"
156
 
157
  == Changelog ==
 
 
 
 
 
 
158
  Ver2.0.4
159
  * WordPress 4.8.2 での動作確認。
160
  Compatible with WordPress 4.8.2
161
  * 「はてなブログカード」を使用した際のURLを変更しました。
162
- Modefied: Hatena URL changed.
163
  * URLの記述ミスに対応しました。
164
- Modefied: Corresponded to URL mistake.
165
  * 「押しピン」の画像を変更しました。
166
- Modefied: Changed the image of "push pin".
167
  * 「かんたん書式設定」にWordPress標準ブログカード風の「スクエア」を追加しました。
168
  Added: Tiny format 'Square'.
169
  * サムネイルの位置に「上側」を追加しました。
@@ -181,7 +187,7 @@ Ver2.0.2
181
  * サイトアイコンのURLを取得するように修正しました。
182
  Fixed: Fix to get URL of site icon.
183
  * サムネイル画像、サイトアイコンが相対指定の場合に対応しました。
184
- Modefied: Corresponds to relative specified URL.
185
  * パラメータが誤っているときにエラーが表示されない場合があったのを修正しました。
186
  Fixed: Fix to display error when parameter is wrong.
187
 
@@ -207,7 +213,7 @@ Ver2.0.0.1
207
 
208
  Ver2.0.0
209
  * URL指定に「href」も使用できるように変更しました。(Thanks @weblearninglog)
210
- Modefied: "href" was added to the parameter that specifies the URL.
211
  * テキストエディタにクイックタグを追加しました。(Thanks @kumasan_kenkou)
212
  Added: A quick tag was added to the text editor.
213
  * ビジュアルエディタにリンクカード作成ボタンを追加しました。
@@ -217,25 +223,25 @@ Ver2.0.0
217
  * URLだけが記載されている行をリンクカードに変更する機能を追加しました。(Thanks @hina01011)
218
  Added: Added the function to convert URL to card.
219
  * カード管理画面のタイトルと抜粋文を変更されている場合に太文字で表示するようにしました。
220
- Modefied: Changed so that changed parts are displayed in bold letters on the card management screen.
221
  * 日本語ドメイン(IDNA ASCIIドメイン)の表示に対応しました。(Thanks @ichinosecom)
222
  Added: It supports display of IDNA ASCII domain.
223
 
224
  Ver1.8.2
225
  * スタイルシートのURLからスキームを削除しました。(Thanks @mataku_hair)
226
- Modefied: The style sheet URL was corrected.
227
  * InstantWPで使用した場合にカード管理画面が文字化けするのを修正しました。(Thanks aya)
228
  Fixed: Fixed garbled characters on the management screen.
229
  * 外部サイトのサムネイルの保存ディレクトリを変更しました。
230
- Modefied: Changed directory to save thumbnails.
231
  * カード管理画面を狭い画面で見ると表示が崩れるのを修正しました。
232
  Fixed: Fixed display collapse of the management screen.
233
  * カード管理画面の文字セットの列を非表示にしました。
234
- Modefied: The character set column of the management screen was deleted.
235
  * カード管理画面のソーシャルカウントの列をまとめました。
236
- Modefied: Changed the social count column of the management screen.
237
  * カード管理画面に外部サイトのサムネイル画像の表示を追加しました。
238
- Modefied: The thumbnail display was added to the management screen.
239
 
240
  Ver1.8.1
241
  * WordPress 4.8 での動作確認。
@@ -281,7 +287,7 @@ Ver1.7.6
281
  * 「かんたん書式設定」に「縫い目」を追加。(Thanks @i_tsu_tsu)
282
  Added: Tiny format 'Stitch'.
283
  * サムネイルのサイズを指定できるように変更。(Thanks @misoji_13)
284
- Modefied: Able to change the size of the thumbnail.
285
 
286
  Ver1.7.5
287
  * WordPress 4.7.1 での動作確認。
@@ -289,7 +295,7 @@ Ver1.7.5
289
  * アクティベート/バージョンアップ時に重複データを削除。
290
  Cleaning up garbage from the database at activation.
291
  * Pzカード設定画面の項目追加と整理。
292
- Modefied: Cleaned up the settings screen
293
  * Pzカード設定画面に用例などを追加。
294
  Added: Add tips at settings screen
295
  * サイト情報、タイトル、URL、抜粋文部分の行の高さを追加。(Thanks @keitaihoo、@ud_fibonacci)
@@ -318,7 +324,7 @@ Ver1.7.2
318
  * WordPress 4.6 での動作確認。
319
  Compatible with WordPress 4.6.
320
  * 幅に合わせて縮小を有効にしたとき、サムネイルと合わせて文字サイズも小さくするように修正。(Thanks @fumieblog)
321
- Modefied: Modified so as also to small character size to fit the size of screen.
322
  * 管理画面で再取得時にソーシャルカウントが消えてしまう不具合を修正。(1.7.1で発生)(Thanks @i_tsu_tsu)
323
  Fixed: Fixed a bug that social count disappears.
324
  * 内部リンクの画像が取得できない不具合を修正。(1.7.1で発生)(Thanks @i_tsu_tsu)
@@ -330,9 +336,9 @@ Ver1.7.1
330
  * 記事内容がキャッシュされない不具合を修正。(Thanks @i_tsu_tsu)
331
  Fixed: Fixed a bug that article content can not be acquired.
332
  * 取得時エラーのもののサムネイル表示をしないように修正。(Thanks @misoji_13)
333
- Modefied: Time of the error, modified so that it does not display the thumbnail.
334
  * マルチサイトへの仮対応。(Thanks @kyutechnabe)
335
- Modefied: Modification of the order to respond to multi-site.
336
 
337
  Ver1.7.0
338
  * ドメイン名のみのときに最後のスラッシュを削除する機能を追加。(Thanks @toru1231)
@@ -344,9 +350,9 @@ Ver1.6.9
344
  * WordPress 4.5.3 での動作確認。
345
  Compatible with WordPress 4.5.3.
346
  * 表示幅によってサムネイルを調整する「幅に合わせて縮小」を初期選択するように変更。
347
- Modefied: Scaled down to fit the screen size in setting. Default change `disabled` to `enabled`.
348
  * Twitter代替API count.jsoon を使用するように変更。
349
- Modefied: Use an alternative API to get the Twitter count.
350
  * 内部リンクのときでWordPress標準のサイトアイコンが設定されていない場合、内部取得を選べないように修正。(Thanks @meiko2285)
351
  Fixed: Fix the method of acquiring the site icon in the internal site.
352
  * 内部リンクのときでサムネイル(アイキャッチ)が設定されていない場合、WebAPIを利用する設定を追加。(Thanks @fumieblog)
@@ -389,26 +395,26 @@ Ver1.6.4
389
 
390
  Ver1.6.3
391
  * ツイッターのツイート数取得API終了に伴い、ツイート数取得処理を削除。設定画面に更新されない旨のメッセージを追加。
392
- Modefied: Correspondence associated with the end Tweets number acquiring API.
393
  * ツイッターのシェア数表示の初期選択を「表示しない」に変更。
394
  * カード管理画面からソーシャルカウントの再取得を行ったとき、処理を二度行っていたので修正。(1.6.0で発生した不具合)
395
  Bugfix
396
 
397
  Ver1.6.2
398
  * サンフランシスコ時間で11月20日になりましたが、ツイート数が取得できているので制限を一時的に解除。
399
- Modefied: Deadline of Tweets number get me grew day.
400
 
401
  Ver1.6.1
402
  * 標準時間で11月20日になりましたが、ツイート数が取得できているので制限を一日延長。
403
- Modefied: Deadline of Tweets number get me grew day.
404
 
405
  Ver1.6.0
406
  * リンク先の取得に wp_remote_get() を使用していたのを、cURL に変更。
407
- Modefied: Acquired without the wp_remote_get, modified to use a cURL.
408
  * charset の取得方法を変更。
409
- Modefied: Fixed character set acquisition method.
410
  * ソーシャルカウントの取得をスケジュール方式に変更。
411
- Modefied: Fixed social count set acquisition method.
412
  * 「カード内側の余白」の設定を追加と、それに伴うCSS修正。(Thanks yunosuke)
413
  Added: Add the margins of the inner card.
414
 
@@ -418,7 +424,7 @@ Ver1.1.1
418
 
419
  Ver1.1.0
420
  * 2015年11月20日までのTwitter非公式API廃止に伴い、同日以降取得しないように修正。
421
- Modefied: Since November 20, 2015 , it does not use the Twitter API.
422
  * 「新しいウィンドウで開く」をチェックボックスからリストに変更し、「モバイル以外(のみ新しいウィンドウで開く)」を追加。(Thanks @misoji_13)
423
  Added: It can be selected "Other than mobile" and "All client" in the setting of "Open new window/tab".
424
 
155
  5. "Write shortcode and url"
156
 
157
  == Changelog ==
158
+ Ver2.0.4.1
159
+ * アクセスされたURLの末尾が「/?amp=1」だった場合に簡易表示する設定を追加。(Google AMP暫定対応)
160
+ Added: Simple display if the end of URL is `/?amp=1`.
161
+ * ドキュメント修正。
162
+ Fixed: Fixed typographical errors in `readme.txt`.
163
+
164
  Ver2.0.4
165
  * WordPress 4.8.2 での動作確認。
166
  Compatible with WordPress 4.8.2
167
  * 「はてなブログカード」を使用した際のURLを変更しました。
168
+ Modified: Hatena URL changed.
169
  * URLの記述ミスに対応しました。
170
+ Modified: Corresponded to URL mistake.
171
  * 「押しピン」の画像を変更しました。
172
+ Modified: Changed the image of "push pin".
173
  * 「かんたん書式設定」にWordPress標準ブログカード風の「スクエア」を追加しました。
174
  Added: Tiny format 'Square'.
175
  * サムネイルの位置に「上側」を追加しました。
187
  * サイトアイコンのURLを取得するように修正しました。
188
  Fixed: Fix to get URL of site icon.
189
  * サムネイル画像、サイトアイコンが相対指定の場合に対応しました。
190
+ Modified: Corresponds to relative specified URL.
191
  * パラメータが誤っているときにエラーが表示されない場合があったのを修正しました。
192
  Fixed: Fix to display error when parameter is wrong.
193
 
213
 
214
  Ver2.0.0
215
  * URL指定に「href」も使用できるように変更しました。(Thanks @weblearninglog)
216
+ Modified: "href" was added to the parameter that specifies the URL.
217
  * テキストエディタにクイックタグを追加しました。(Thanks @kumasan_kenkou)
218
  Added: A quick tag was added to the text editor.
219
  * ビジュアルエディタにリンクカード作成ボタンを追加しました。
223
  * URLだけが記載されている行をリンクカードに変更する機能を追加しました。(Thanks @hina01011)
224
  Added: Added the function to convert URL to card.
225
  * カード管理画面のタイトルと抜粋文を変更されている場合に太文字で表示するようにしました。
226
+ Modified: Changed so that changed parts are displayed in bold letters on the card management screen.
227
  * 日本語ドメイン(IDNA ASCIIドメイン)の表示に対応しました。(Thanks @ichinosecom)
228
  Added: It supports display of IDNA ASCII domain.
229
 
230
  Ver1.8.2
231
  * スタイルシートのURLからスキームを削除しました。(Thanks @mataku_hair)
232
+ Modified: The style sheet URL was corrected.
233
  * InstantWPで使用した場合にカード管理画面が文字化けするのを修正しました。(Thanks aya)
234
  Fixed: Fixed garbled characters on the management screen.
235
  * 外部サイトのサムネイルの保存ディレクトリを変更しました。
236
+ Modified: Changed directory to save thumbnails.
237
  * カード管理画面を狭い画面で見ると表示が崩れるのを修正しました。
238
  Fixed: Fixed display collapse of the management screen.
239
  * カード管理画面の文字セットの列を非表示にしました。
240
+ Modified: The character set column of the management screen was deleted.
241
  * カード管理画面のソーシャルカウントの列をまとめました。
242
+ Modified: Changed the social count column of the management screen.
243
  * カード管理画面に外部サイトのサムネイル画像の表示を追加しました。
244
+ Modified: The thumbnail display was added to the management screen.
245
 
246
  Ver1.8.1
247
  * WordPress 4.8 での動作確認。
287
  * 「かんたん書式設定」に「縫い目」を追加。(Thanks @i_tsu_tsu)
288
  Added: Tiny format 'Stitch'.
289
  * サムネイルのサイズを指定できるように変更。(Thanks @misoji_13)
290
+ Modified: Able to change the size of the thumbnail.
291
 
292
  Ver1.7.5
293
  * WordPress 4.7.1 での動作確認。
295
  * アクティベート/バージョンアップ時に重複データを削除。
296
  Cleaning up garbage from the database at activation.
297
  * Pzカード設定画面の項目追加と整理。
298
+ Modified: Cleaned up the settings screen
299
  * Pzカード設定画面に用例などを追加。
300
  Added: Add tips at settings screen
301
  * サイト情報、タイトル、URL、抜粋文部分の行の高さを追加。(Thanks @keitaihoo、@ud_fibonacci)
324
  * WordPress 4.6 での動作確認。
325
  Compatible with WordPress 4.6.
326
  * 幅に合わせて縮小を有効にしたとき、サムネイルと合わせて文字サイズも小さくするように修正。(Thanks @fumieblog)
327
+ Modified: Modified so as also to small character size to fit the size of screen.
328
  * 管理画面で再取得時にソーシャルカウントが消えてしまう不具合を修正。(1.7.1で発生)(Thanks @i_tsu_tsu)
329
  Fixed: Fixed a bug that social count disappears.
330
  * 内部リンクの画像が取得できない不具合を修正。(1.7.1で発生)(Thanks @i_tsu_tsu)
336
  * 記事内容がキャッシュされない不具合を修正。(Thanks @i_tsu_tsu)
337
  Fixed: Fixed a bug that article content can not be acquired.
338
  * 取得時エラーのもののサムネイル表示をしないように修正。(Thanks @misoji_13)
339
+ Modified: Time of the error, modified so that it does not display the thumbnail.
340
  * マルチサイトへの仮対応。(Thanks @kyutechnabe)
341
+ Modified: Modification of the order to respond to multi-site.
342
 
343
  Ver1.7.0
344
  * ドメイン名のみのときに最後のスラッシュを削除する機能を追加。(Thanks @toru1231)
350
  * WordPress 4.5.3 での動作確認。
351
  Compatible with WordPress 4.5.3.
352
  * 表示幅によってサムネイルを調整する「幅に合わせて縮小」を初期選択するように変更。
353
+ Modified: Scaled down to fit the screen size in setting. Default change `disabled` to `enabled`.
354
  * Twitter代替API count.jsoon を使用するように変更。
355
+ Modified: Use an alternative API to get the Twitter count.
356
  * 内部リンクのときでWordPress標準のサイトアイコンが設定されていない場合、内部取得を選べないように修正。(Thanks @meiko2285)
357
  Fixed: Fix the method of acquiring the site icon in the internal site.
358
  * 内部リンクのときでサムネイル(アイキャッチ)が設定されていない場合、WebAPIを利用する設定を追加。(Thanks @fumieblog)
395
 
396
  Ver1.6.3
397
  * ツイッターのツイート数取得API終了に伴い、ツイート数取得処理を削除。設定画面に更新されない旨のメッセージを追加。
398
+ Modified: Correspondence associated with the end Tweets number acquiring API.
399
  * ツイッターのシェア数表示の初期選択を「表示しない」に変更。
400
  * カード管理画面からソーシャルカウントの再取得を行ったとき、処理を二度行っていたので修正。(1.6.0で発生した不具合)
401
  Bugfix
402
 
403
  Ver1.6.2
404
  * サンフランシスコ時間で11月20日になりましたが、ツイート数が取得できているので制限を一時的に解除。
405
+ Modified: Deadline of Tweets number get me grew day.
406
 
407
  Ver1.6.1
408
  * 標準時間で11月20日になりましたが、ツイート数が取得できているので制限を一日延長。
409
+ Modified: Deadline of Tweets number get me grew day.
410
 
411
  Ver1.6.0
412
  * リンク先の取得に wp_remote_get() を使用していたのを、cURL に変更。
413
+ Modified: Acquired without the wp_remote_get, modified to use a cURL.
414
  * charset の取得方法を変更。
415
+ Modified: Fixed character set acquisition method.
416
  * ソーシャルカウントの取得をスケジュール方式に変更。
417
+ Modified: Fixed social count set acquisition method.
418
  * 「カード内側の余白」の設定を追加と、それに伴うCSS修正。(Thanks yunosuke)
419
  Added: Add the margins of the inner card.
420
 
424
 
425
  Ver1.1.0
426
  * 2015年11月20日までのTwitter非公式API廃止に伴い、同日以降取得しないように修正。
427
+ Modified: Since November 20, 2015 , it does not use the Twitter API.
428
  * 「新しいウィンドウで開く」をチェックボックスからリストに変更し、「モバイル以外(のみ新しいウィンドウで開く)」を追加。(Thanks @misoji_13)
429
  Added: It can be selected "Other than mobile" and "All client" in the setting of "Open new window/tab".
430