Plugin Directory

Changeset 1383579


Ignore:
Timestamp:
03/31/2016 07:50:45 PM (10 years ago)
Author:
valiik
Message:

Updated for new WordPress versions

Location:
automatic-comment-spam-disable/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • automatic-comment-spam-disable/trunk/readme.txt

    r797970 r1383579  
    44Tags: comment, spam
    55Requires at least: 3.0
    6 Tested up to: 3.1
    7 Stable tag: 3.1
     6Tested up to: 4.1
     7Stable tag: 4.1
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3535== Changelog ==
    3636
    37 = 1.0 =
    38 First release
     37= 1.2 =
     38Update and check.
  • automatic-comment-spam-disable/trunk/spam-disable.php

    r797970 r1383579  
    44Plugin URI: http://flynewmedia.com/
    55Description: Deletes SPAM comments that contain links
    6 Version: 1.0
     6Version: 1.2
    77Author: valiik (Valik Rudd)
    88Author URI: http://valiik.com/
     
    1010*/
    1111
    12 define('SD_VERSION', '1.0');
     12define('SD_VERSION', '1.2');
    1313define('SD_DIR', dirname(__FILE__));
    1414
Note: See TracChangeset for help on using the changeset viewer.