Plugin Directory

Changeset 715352


Ignore:
Timestamp:
05/19/2013 09:11:27 PM (13 years ago)
Author:
Bit51
Message:

Version 3.5.2

Location:
better-wp-security
Files:
67 added
3 edited

Legend:

Unmodified
Added
Removed
  • better-wp-security/trunk/better-wp-security.php

    r715111 r715352  
    44    Plugin URI: http://bit51.com/software/better-wp-security/
    55    Description: Helps protect your Wordpress installation from attackers. Hardens standard Wordpress security by hiding vital areas of your site, protecting access to important files via htaccess, preventing brute-force login attempts, detecting attack attempts, and more.
    6     Version: 3.5.1
     6    Version: 3.5.2
    77    Text Domain: better-wp-security
    88    Domain Path: /languages
     
    2020    class bit51_bwps extends Bit51Foo {
    2121   
    22         public $pluginversion   = '3061'; //current plugin version
     22        public $pluginversion   = '3062'; //current plugin version
    2323   
    2424        //important plugin information
  • better-wp-security/trunk/inc/backup.php

    r715022 r715352  
    9090                           
    9191                        $row[$j] = addslashes( $row[$j] );
    92                         $row[$j] = preg_replace( PHP_EOL, "\n", $row[$j] );
     92                        $row[$j] = preg_replace( '#' . PHP_EOL . '#', "\n", $row[$j] );
    9393                               
    9494                        if ( isset( $row[$j] ) ) {
  • better-wp-security/trunk/readme.txt

    r715111 r715352  
    66Requires at least: 3.5
    77Tested up to: 3.6
    8 Stable tag: 3.5.1
     8Stable tag: 3.5.2
    99
    1010The easiest, most effective way to secure WordPress. Improve the security of any WordPress site in seconds.
     
    156156== Changelog ==
    157157
    158 == 3.5.1 ==
     158= 3.5.2 =
     159* Fixed error message that could appear when creating backups
     160* Correct Changelog not displaying correctly on WordPress.org after version 3.5.1
     161
     162= 3.5.1 =
    159163* Replaced Turkish language version lost in when tagging 3.5 in the WordPress.org repository
    160164* Solved a conflict with other Bit51 plugins that use the common Bit51 class
Note: See TracChangeset for help on using the changeset viewer.