Plugin Directory

Changeset 2298653


Ignore:
Timestamp:
05/05/2020 04:28:49 PM (6 years ago)
Author:
iridiumintel
Message:

version 1.0.10

Location:
bad-ip-wp
Files:
1 deleted
4 edited
12 copied

Legend:

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

    r2247105 r2298653  
    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.3.2
    6 Stable tag: 1.0.9
     5Tested up to: 5.4.1
     6Stable tag: 1.0.10
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5454== Changelog ==
    5555
     56= 1.0.10 =
     57* Server migration
     58* Regular refactoring and optimisation
     59
    5660= 1.0.9 =
    5761* Patch
  • bad-ip-wp/tags/1.0.10/admin/js/bad_ip_wp-admin.js

    r2229662 r2298653  
    2929function ipCheck(bad_ip) {
    3030    window.open(
    31         'https://bad-ip.info/?ip='+bad_ip, '_blank');
     31        'https://bad-ip.iridiumintel.com/?ip='+bad_ip, '_blank');
    3232 }
    3333
    3434function ipUnlistRequest(bad_ip) {
    3535    window.open(
    36         'https://bad-ip.info/unlist?ip='+bad_ip, '_blank');
     36        'https://bad-ip.iridiumintel.com/unlist?ip='+bad_ip, '_blank');
    3737 }
    3838
  • bad-ip-wp/tags/1.0.10/bad_ip_wp.php

    r2247105 r2298653  
    99 * @wordpress-plugin
    1010 * Plugin Name:       bad_ip WP
    11  * Plugin URI:        https://bad-ip.info
     11 * 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.0.9
     13 * Version:           1.0.10
    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.0.9' );
     37define( 'BAD_IP_WP_VERSION', '1.0.10' );
    3838define( 'BAD_IP_WP_NAME', trim(dirname(plugin_basename(__FILE__)), '/'));
    3939define( 'BAD_IP_WP_URL', plugins_url( basename( plugin_dir_path(__FILE__) ), basename( __FILE__ ) ));
    4040define( 'BAD_IP_WP_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ));
    41 define( 'BAD_IP_WP_API_URL', 'https://bad-ip.info');
    42 define( 'BAD_IP_WP_JAIL_URL', 'https://bad-ip.info/jail');
     41define( 'BAD_IP_WP_API_URL', 'https://bad-ip.iridiumintel.com');
     42define( 'BAD_IP_WP_JAIL_URL', 'https://bad-ip.iridiumintel.com/jail');
    4343
    4444/**
  • bad-ip-wp/trunk/README.txt

    r2247105 r2298653  
    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.3.2
    6 Stable tag: 1.0.9
     5Tested up to: 5.4.1
     6Stable tag: 1.0.10
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5454== Changelog ==
    5555
     56= 1.0.10 =
     57* Server migration
     58* Regular refactoring and optimisation
     59
    5660= 1.0.9 =
    5761* Patch
  • bad-ip-wp/trunk/admin/js/bad_ip_wp-admin.js

    r2229662 r2298653  
    2929function ipCheck(bad_ip) {
    3030    window.open(
    31         'https://bad-ip.info/?ip='+bad_ip, '_blank');
     31        'https://bad-ip.iridiumintel.com/?ip='+bad_ip, '_blank');
    3232 }
    3333
    3434function ipUnlistRequest(bad_ip) {
    3535    window.open(
    36         'https://bad-ip.info/unlist?ip='+bad_ip, '_blank');
     36        'https://bad-ip.iridiumintel.com/unlist?ip='+bad_ip, '_blank');
    3737 }
    3838
  • bad-ip-wp/trunk/bad_ip_wp.php

    r2247105 r2298653  
    99 * @wordpress-plugin
    1010 * Plugin Name:       bad_ip WP
    11  * Plugin URI:        https://bad-ip.info
     11 * 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.0.9
     13 * Version:           1.0.10
    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.0.9' );
     37define( 'BAD_IP_WP_VERSION', '1.0.10' );
    3838define( 'BAD_IP_WP_NAME', trim(dirname(plugin_basename(__FILE__)), '/'));
    3939define( 'BAD_IP_WP_URL', plugins_url( basename( plugin_dir_path(__FILE__) ), basename( __FILE__ ) ));
    4040define( 'BAD_IP_WP_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ));
    41 define( 'BAD_IP_WP_API_URL', 'https://bad-ip.info');
    42 define( 'BAD_IP_WP_JAIL_URL', 'https://bad-ip.info/jail');
     41define( 'BAD_IP_WP_API_URL', 'https://bad-ip.iridiumintel.com');
     42define( 'BAD_IP_WP_JAIL_URL', 'https://bad-ip.iridiumintel.com/jail');
    4343
    4444/**
Note: See TracChangeset for help on using the changeset viewer.