Changeset 1307340
- Timestamp:
- 12/13/2015 12:49:52 PM (10 years ago)
- Location:
- block-referer-spam/trunk
- Files:
-
- 3 edited
-
lib/RefSpamBlocker.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
ref-spam-blocker.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
block-referer-spam/trunk/lib/RefSpamBlocker.php
r1307331 r1307340 188 188 $lines[] = '</IfModule>'; 189 189 190 // create copy of current .htaccess 191 copy($htaccess, $htaccess . '.bak'); 192 190 193 // update htaccess 191 194 insert_with_markers($htaccess, 'Referer Spam Blocker', $lines); -
block-referer-spam/trunk/readme.txt
r1307331 r1307340 94 94 == Changelog == 95 95 96 = 1.1.5 = 97 * Added functionality to backup previous .htaccess in case something goes wrong. 98 96 99 = 1.1.4 = 97 100 * Tested successfully on WordPress latest version (4.4). -
block-referer-spam/trunk/ref-spam-blocker.php
r1307331 r1307340 8 8 Description: Prevents referer spam from accessing your site and cleans up your Google Analytics in the process. 9 9 Author: codestic 10 Version: 1.1. 410 Version: 1.1.5 11 11 Author URI: http://codestic.com 12 12 Text Domain: ref-spam-blocker … … 16 16 if (defined('ABSPATH') && !class_exists('RefSpamBlocker')) { 17 17 if (!defined('REFSPAMBLOCKER_VERSION')) { 18 define('REFSPAMBLOCKER_VERSION', '1.1. 4');18 define('REFSPAMBLOCKER_VERSION', '1.1.5'); 19 19 } 20 20
Note: See TracChangeset
for help on using the changeset viewer.