Version Description
Modefied: Deadline of Tweets number get me grew day.
1120
Download this release
Release Info
Developer | poporon |
Plugin | Pz-LinkCard |
Version | 1.6.1 |
Comparing to | |
See all releases |
Code changes from version 1.6.0 to 1.6.1
- pz-linkcard.php +3 -3
- 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.6.
|
7 |
Author: poporon
|
8 |
Author URI: http://poporon.poponet.jp
|
9 |
License: GPLv2 or later
|
@@ -100,7 +100,7 @@ class Pz_LinkCard {
|
|
100 |
'nofollow' => null,
|
101 |
'plugin-link' => null,
|
102 |
'plugin-name' => 'Pz-LinkCard',
|
103 |
-
'plugin-version' => '1.6.
|
104 |
'plugin-url' => 'http://poporon.poponet.jp/pz-linkcard',
|
105 |
'pz-hbc-options' => null,
|
106 |
'debug-time' => null
|
@@ -748,7 +748,7 @@ class Pz_LinkCard {
|
|
748 |
$sns_renew = true;
|
749 |
}
|
750 |
|
751 |
-
if ($now <
|
752 |
if (isset($this->options['sns-tw']) && !is_null($this->options['sns-tw'])) {
|
753 |
$count_before = intval(isset($data['sns_twitter']) ? $data['sns_twitter'] : -1);
|
754 |
if ($sns_renew || $count_before < 0) {
|
3 |
Plugin Name: Pz-LinkCard
|
4 |
Plugin URI: http://poporon.poponet.jp/pz-linkcard
|
5 |
Description: リンクをカード形式で表示します。
|
6 |
+
Version: 1.6.1
|
7 |
Author: poporon
|
8 |
Author URI: http://poporon.poponet.jp
|
9 |
License: GPLv2 or later
|
100 |
'nofollow' => null,
|
101 |
'plugin-link' => null,
|
102 |
'plugin-name' => 'Pz-LinkCard',
|
103 |
+
'plugin-version' => '1.6.1',
|
104 |
'plugin-url' => 'http://poporon.poponet.jp/pz-linkcard',
|
105 |
'pz-hbc-options' => null,
|
106 |
'debug-time' => null
|
748 |
$sns_renew = true;
|
749 |
}
|
750 |
|
751 |
+
if ($now < 1448031600) { // 2015年11月20日以降ツイッターの取得をしない
|
752 |
if (isset($this->options['sns-tw']) && !is_null($this->options['sns-tw'])) {
|
753 |
$count_before = intval(isset($data['sns_twitter']) ? $data['sns_twitter'] : -1);
|
754 |
if ($sns_renew || $count_before < 0) {
|
readme.txt
CHANGED
@@ -164,6 +164,11 @@ WordPressピンバックは記事中にリンクを直接記述しないと飛
|
|
164 |
|
165 |
== Changelog ==
|
166 |
|
|
|
|
|
|
|
|
|
|
|
167 |
= 1.6.0 =
|
168 |
* Modefied: Acquired without the wp_remote_get, modified to use a cURL.
|
169 |
* Modefied: Fixed character set acquisition method.
|
164 |
|
165 |
== Changelog ==
|
166 |
|
167 |
+
= 1.6.1 =
|
168 |
+
* Modefied: Deadline of Tweets number get me grew day.
|
169 |
+
|
170 |
+
* 標準時で11月20日を超えましたが、ツイート数が取得できているので、制限を一日伸ばしました。
|
171 |
+
|
172 |
= 1.6.0 =
|
173 |
* Modefied: Acquired without the wp_remote_get, modified to use a cURL.
|
174 |
* Modefied: Fixed character set acquisition method.
|