Pz-LinkCard - Version 1.7.4

Version Description

  • Fixed: Fixed a bug that table is not created.

  • DB

Download this release

Release Info

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

Code changes from version 1.7.3 to 1.7.4

Files changed (2) hide show
  1. pz-linkcard.php +4 -5
  2. readme.txt +5 -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: 1.7.3
7
  Author: poporon
8
  Author URI: http://poporon.poponet.jp
9
  License: GPLv2 or later
@@ -112,7 +112,7 @@ class Pz_LinkCard {
112
  'presence' => null,
113
  'plugin-link' => null,
114
  'plugin-name' => 'Pz-LinkCard',
115
- 'plugin-version' => '1.7.2',
116
  'plugin-url' => 'http://poporon.poponet.jp/pz-linkcard',
117
  'pz-hbc-options' => null,
118
  'debug-time' => null
@@ -1025,7 +1025,7 @@ class Pz_LinkCard {
1025
  }
1026
  }
1027
  $data['url'] = $url;
1028
- $data['thumbnail'] = $thumbnail_url;
1029
  $data['result_code'] = $result_code;
1030
  $data['domain'] = $domain;
1031
  // $data['favicon'] = $favicon_url;
@@ -1158,7 +1158,7 @@ class Pz_LinkCard {
1158
  excerpt VARCHAR(500) ,
1159
  thumbnail VARCHAR(2048) ,
1160
  favicon VARCHAR(2048) ,
1161
- means VARCGAR(32) ,
1162
  charset VARCHAR(32) ,
1163
  sns_time BIGINT UNSIGNED NOT NULL DEFAULT 0,
1164
  sns_nexttime BIGINT UNSIGNED NOT NULL DEFAULT 0,
@@ -1172,7 +1172,6 @@ class Pz_LinkCard {
1172
  update_result INT ,
1173
  alive_time BIGINT UNSIGNED NOT NULL DEFAULT 0,
1174
  alive_result INT ,
1175
- update DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
1176
  uptime BIGINT UNSIGNED NOT NULL DEFAULT 0,
1177
  nexttime BIGINT UNSIGNED NOT NULL DEFAULT 0,
1178
  link_type INT UNSIGNED,
3
  Plugin Name: Pz-LinkCard
4
  Plugin URI: http://poporon.poponet.jp/pz-linkcard
5
  Description: リンクをカード形式で表示します。
6
+ Version: 1.7.4
7
  Author: poporon
8
  Author URI: http://poporon.poponet.jp
9
  License: GPLv2 or later
112
  'presence' => null,
113
  'plugin-link' => null,
114
  'plugin-name' => 'Pz-LinkCard',
115
+ 'plugin-version' => '1.7.4',
116
  'plugin-url' => 'http://poporon.poponet.jp/pz-linkcard',
117
  'pz-hbc-options' => null,
118
  'debug-time' => null
1025
  }
1026
  }
1027
  $data['url'] = $url;
1028
+ $data['thumbnail'] = ( isset($thumbnail_url) ? $thumbnail_url : null );
1029
  $data['result_code'] = $result_code;
1030
  $data['domain'] = $domain;
1031
  // $data['favicon'] = $favicon_url;
1158
  excerpt VARCHAR(500) ,
1159
  thumbnail VARCHAR(2048) ,
1160
  favicon VARCHAR(2048) ,
1161
+ means VARCHAR(32) ,
1162
  charset VARCHAR(32) ,
1163
  sns_time BIGINT UNSIGNED NOT NULL DEFAULT 0,
1164
  sns_nexttime BIGINT UNSIGNED NOT NULL DEFAULT 0,
1172
  update_result INT ,
1173
  alive_time BIGINT UNSIGNED NOT NULL DEFAULT 0,
1174
  alive_result INT ,
 
1175
  uptime BIGINT UNSIGNED NOT NULL DEFAULT 0,
1176
  nexttime BIGINT UNSIGNED NOT NULL DEFAULT 0,
1177
  link_type INT UNSIGNED,
readme.txt CHANGED
@@ -171,6 +171,11 @@ A5.
171
 
172
  == Changelog ==
173
 
 
 
 
 
 
174
  = 1.7.3 =
175
  * Fixed: Fixed a bug that domain-name disappears.
176
 
171
 
172
  == Changelog ==
173
 
174
+ = 1.7.4 =
175
+ * Fixed: Fixed a bug that table is not created.
176
+
177
+ * キャッシュ用DBが作成されない不具合を修正。
178
+
179
  = 1.7.3 =
180
  * Fixed: Fixed a bug that domain-name disappears.
181