Throws SPAM Away - Version 2.6.6

Version Description

= 2.0 = IP IP

= 1.4 =

NG

= 1.3 =

= 1.2.1 =

= 1.2 = 1

= 1.1 =

= 1.0 =

Download this release

Release Info

Developer tsato
Plugin Icon wp plugin Throws SPAM Away
Version 2.6.6
Comparing to
See all releases

Code changes from version 2.6.5 to 2.6.6

hostbyip.php CHANGED
@@ -2,8 +2,8 @@
2
  /**
3
  * <p>ThrowsSpamAway</p> hostbyipページ
4
  * WordPress's Plugin
5
- * @author Takeshi Satoh@GTI Inc. 2013
6
- * @version 2.6.3 2014/06/06
7
  */
8
  require_once 'throws_spam_away.class.php';
9
  require_once dirname( __FILE__ ).'/../../../wp-load.php';
2
  /**
3
  * <p>ThrowsSpamAway</p> hostbyipページ
4
  * WordPress's Plugin
5
+ * @author Takeshi Satoh@GTI Inc. 2014
6
+ * @version 2.6.6 2014/12/22
7
  */
8
  require_once 'throws_spam_away.class.php';
9
  require_once dirname( __FILE__ ).'/../../../wp-load.php';
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Plugin Name ===
2
- Contributors: TAMAN
3
  Donate link: http://gti.jp/tsa
4
  Tags: comments, spam
5
  Requires at least: 3.1
6
  Tested up to: 4.1
7
- Stable tag: 2.6.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
1
  === Plugin Name ===
2
+ Contributors: tsato
3
  Donate link: http://gti.jp/tsa
4
  Tags: comments, spam
5
  Requires at least: 3.1
6
  Tested up to: 4.1
7
+ Stable tag: 2.6.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
throws_spam_away.class.php CHANGED
@@ -4,7 +4,7 @@
4
  * <p>ThrowsSpamAway</p> Class
5
  * WordPress's Plugin
6
  * @author Takeshi Satoh@GTI Inc. 2014
7
- * @version 2.6.5
8
  */
9
  class ThrowsSpamAway {
10
 
4
  * <p>ThrowsSpamAway</p> Class
5
  * WordPress's Plugin
6
  * @author Takeshi Satoh@GTI Inc. 2014
7
+ * @version 2.6.6
8
  */
9
  class ThrowsSpamAway {
10
 
throws_spam_away.php CHANGED
@@ -4,7 +4,7 @@
4
  Plugin URI: http://gti.jp/tsa/
5
  Description: コメント内に日本語の記述が存在しない場合はあたかも受け付けたように振る舞いながらも捨ててしまうプラグイン
6
  Author: 株式会社ジーティーアイ さとう たけし
7
- Version: 2.6.5
8
  Author URI: http://gti.jp/
9
  License: GPL2
10
  */
4
  Plugin URI: http://gti.jp/tsa/
5
  Description: コメント内に日本語の記述が存在しない場合はあたかも受け付けたように振る舞いながらも捨ててしまうプラグイン
6
  Author: 株式会社ジーティーアイ さとう たけし
7
+ Version: 2.6.6
8
  Author URI: http://gti.jp/
9
  License: GPL2
10
  */