Plugin Directory

Changeset 715111


Ignore:
Timestamp:
05/19/2013 02:33:02 AM (13 years ago)
Author:
Bit51
Message:

Version 3.5.1

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

Legend:

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

    r715022 r715111  
    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
     6    Version: 3.5.1
    77    Text Domain: better-wp-security
    88    Domain Path: /languages
     
    1818if ( ! class_exists( 'bit51_bwps' ) ) {
    1919
    20     class bit51_bwps extends bit51 {
     20    class bit51_bwps extends Bit51Foo {
    2121   
    2222        public $pluginversion   = '3061'; //current plugin version
  • better-wp-security/trunk/lib/bit51/bit51.php

    r715022 r715111  
    99require_once( plugin_dir_path( __FILE__ ) . 'foolic_validation_v1_1.php' );
    1010
    11 if ( ! class_exists( 'Bit51' ) ) {
    12 
    13     abstract class Bit51 {
     11if ( ! class_exists( 'Bit51Foo' ) ) {
     12
     13    abstract class Bit51Foo {
    1414
    1515        var $feed = 'http://bit51.com/feed'; //current address of Bit51.com feed
  • better-wp-security/trunk/readme.txt

    r715022 r715111  
    66Requires at least: 3.5
    77Tested up to: 3.6
    8 Stable tag: 3.5
     8Stable tag: 3.5.1
    99
    1010The easiest, most effective way to secure WordPress. Improve the security of any WordPress site in seconds.
     
    155155
    156156== Changelog ==
     157
     158== 3.5.1 ==
     159* Replaced Turkish language version lost in when tagging 3.5 in the WordPress.org repository
     160* Solved a conflict with other Bit51 plugins that use the common Bit51 class
    157161
    158162= 3.5 =
Note: See TracChangeset for help on using the changeset viewer.