Plugin Directory

Changeset 2382778


Ignore:
Timestamp:
09/16/2020 10:00:28 AM (6 years ago)
Author:
iridiumintel
Message:

Version 1.1.1

Location:
bad-ip-wp
Files:
1 deleted
3 edited
16 copied

Legend:

Unmodified
Added
Removed
  • bad-ip-wp/tags/1.1.1/README.txt

    r2324310 r2382778  
    33Tags: bad_ip, firewall, login protection, security, tor, block, malicious, bad, ip, ban, auto, list
    44Requires at least: 3.0.1
    5 Tested up to: 5.4.1
    6 Stable tag: 1.1.0
     5Tested up to: 5.5.1
     6Stable tag: 1.1.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5353
    5454== Changelog ==
     55
     56= 1.1.1 =
     57* Regular refactoring and optimisation
    5558
    5659= 1.1.0 =
  • bad-ip-wp/tags/1.1.1/admin/class-bad_ip_wp-admin.php

    r2301255 r2382778  
    130130        ?>
    131131        <script>
    132             console.log(`%c
    133         Protected by
    134 
    135         888                    888          d8b
    136         888                    888          Y8P
    137         888                    888
    138         88888b.   8888b.   .d88888          888 88888b.
    139         888 "88b     "88b d88" 888          888 888 "88b
    140         888  888 .d888888 888  888          888 888  888
    141         888 d88P 888  888 Y88b 888          888 888 d88P
    142         88888P"  "Y888888  "Y88888 88888888 888 88888P"
    143                                                 888
    144                                                 888
    145                                                 888
    146         `, "font-family:monospace");
     132        //     console.log(`%c
     133        // Protected by
     134        //
     135        // 888                    888          d8b
     136        // 888                    888          Y8P
     137        // 888                    888
     138        // 88888b.   8888b.   .d88888          888 88888b.
     139        // 888 "88b     "88b d88" 888          888 888 "88b
     140        // 888  888 .d888888 888  888          888 888  888
     141        // 888 d88P 888  888 Y88b 888          888 888 d88P
     142        // 88888P"  "Y888888  "Y88888 88888888 888 88888P"
     143        //                                         888
     144        //                                         888
     145        //                                         888
     146        // `, "font-family:monospace");
    147147            // console.log('<?php //echo $user_ip; ?>');
    148148            // console.log('<?php //echo $_rsp->code; ?>');
  • bad-ip-wp/tags/1.1.1/bad_ip_wp.php

    r2324310 r2382778  
    1111 * Plugin URI:        https://bad-ip.iridiumintel.com
    1212 * Description:       Protecting from malicious IP addresses visiting and trying to exploit your website with addition to block Tor endpoints
    13  * Version:           1.1.0
     13 * Version:           1.1.1
    1414 * Author:            Iridium Intelligence
    1515 * Author URI:        https://iridiumintel.com
     
    3535 * Rename this for your plugin and update it as you release new versions.
    3636 */
    37 define( 'BAD_IP_WP_VERSION', '1.1.0' );
     37define( 'BAD_IP_WP_VERSION', '1.1.1' );
    3838define( 'BAD_IP_WP_NAME', trim(dirname(plugin_basename(__FILE__)), '/'));
    3939define( 'BAD_IP_WP_URL', plugins_url( basename( plugin_dir_path(__FILE__) ), basename( __FILE__ ) ));
  • bad-ip-wp/trunk/README.txt

    r2324310 r2382778  
    33Tags: bad_ip, firewall, login protection, security, tor, block, malicious, bad, ip, ban, auto, list
    44Requires at least: 3.0.1
    5 Tested up to: 5.4.1
    6 Stable tag: 1.1.0
     5Tested up to: 5.5.1
     6Stable tag: 1.1.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5353
    5454== Changelog ==
     55
     56= 1.1.1 =
     57* Regular refactoring and optimisation
    5558
    5659= 1.1.0 =
  • bad-ip-wp/trunk/admin/class-bad_ip_wp-admin.php

    r2301255 r2382778  
    130130        ?>
    131131        <script>
    132             console.log(`%c
    133         Protected by
    134 
    135         888                    888          d8b
    136         888                    888          Y8P
    137         888                    888
    138         88888b.   8888b.   .d88888          888 88888b.
    139         888 "88b     "88b d88" 888          888 888 "88b
    140         888  888 .d888888 888  888          888 888  888
    141         888 d88P 888  888 Y88b 888          888 888 d88P
    142         88888P"  "Y888888  "Y88888 88888888 888 88888P"
    143                                                 888
    144                                                 888
    145                                                 888
    146         `, "font-family:monospace");
     132        //     console.log(`%c
     133        // Protected by
     134        //
     135        // 888                    888          d8b
     136        // 888                    888          Y8P
     137        // 888                    888
     138        // 88888b.   8888b.   .d88888          888 88888b.
     139        // 888 "88b     "88b d88" 888          888 888 "88b
     140        // 888  888 .d888888 888  888          888 888  888
     141        // 888 d88P 888  888 Y88b 888          888 888 d88P
     142        // 88888P"  "Y888888  "Y88888 88888888 888 88888P"
     143        //                                         888
     144        //                                         888
     145        //                                         888
     146        // `, "font-family:monospace");
    147147            // console.log('<?php //echo $user_ip; ?>');
    148148            // console.log('<?php //echo $_rsp->code; ?>');
  • bad-ip-wp/trunk/bad_ip_wp.php

    r2324310 r2382778  
    1111 * Plugin URI:        https://bad-ip.iridiumintel.com
    1212 * Description:       Protecting from malicious IP addresses visiting and trying to exploit your website with addition to block Tor endpoints
    13  * Version:           1.1.0
     13 * Version:           1.1.1
    1414 * Author:            Iridium Intelligence
    1515 * Author URI:        https://iridiumintel.com
     
    3535 * Rename this for your plugin and update it as you release new versions.
    3636 */
    37 define( 'BAD_IP_WP_VERSION', '1.1.0' );
     37define( 'BAD_IP_WP_VERSION', '1.1.1' );
    3838define( 'BAD_IP_WP_NAME', trim(dirname(plugin_basename(__FILE__)), '/'));
    3939define( 'BAD_IP_WP_URL', plugins_url( basename( plugin_dir_path(__FILE__) ), basename( __FILE__ ) ));
Note: See TracChangeset for help on using the changeset viewer.