Changeset 2298653
- Timestamp:
- 05/05/2020 04:28:49 PM (6 years ago)
- Location:
- bad-ip-wp
- Files:
-
- 1 deleted
- 4 edited
- 12 copied
-
tags/1.0.10 (copied) (copied from bad-ip-wp/trunk)
-
tags/1.0.10/README.txt (copied) (copied from bad-ip-wp/trunk/README.txt) (2 diffs)
-
tags/1.0.10/admin/class-bad_ip_wp-admin.php (copied) (copied from bad-ip-wp/trunk/admin/class-bad_ip_wp-admin.php)
-
tags/1.0.10/admin/js/bad_ip_wp-admin.js (modified) (1 diff)
-
tags/1.0.10/admin/partials/bad_ip_404_hook.php (copied) (copied from bad-ip-wp/trunk/admin/partials/bad_ip_404_hook.php)
-
tags/1.0.10/admin/partials/bad_ip_admin_dashboard_page.php (copied) (copied from bad-ip-wp/trunk/admin/partials/bad_ip_admin_dashboard_page.php)
-
tags/1.0.10/admin/partials/bad_ip_admin_menu_actions.php (copied) (copied from bad-ip-wp/trunk/admin/partials/bad_ip_admin_menu_actions.php)
-
tags/1.0.10/admin/partials/bad_ip_admin_settings_page.php (copied) (copied from bad-ip-wp/trunk/admin/partials/bad_ip_admin_settings_page.php)
-
tags/1.0.10/admin/partials/bad_ip_head_hook.php (copied) (copied from bad-ip-wp/trunk/admin/partials/bad_ip_head_hook.php)
-
tags/1.0.10/admin/partials/bad_ip_login_hook.php (copied) (copied from bad-ip-wp/trunk/admin/partials/bad_ip_login_hook.php)
-
tags/1.0.10/admin/partials/class-bad_ip_actions.php (copied) (copied from bad-ip-wp/trunk/admin/partials/class-bad_ip_actions.php)
-
tags/1.0.10/admin/partials/views (copied) (copied from bad-ip-wp/trunk/admin/partials/views)
-
tags/1.0.10/admin/views (deleted)
-
tags/1.0.10/bad_ip_wp.php (copied) (copied from bad-ip-wp/trunk/bad_ip_wp.php) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/admin/js/bad_ip_wp-admin.js (modified) (1 diff)
-
trunk/bad_ip_wp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bad-ip-wp/tags/1.0.10/README.txt
r2247105 r2298653 3 3 Tags: bad_ip, firewall, login protection, security, tor, block, malicious, bad, ip, ban, auto, list 4 4 Requires at least: 3.0.1 5 Tested up to: 5. 3.26 Stable tag: 1.0. 95 Tested up to: 5.4.1 6 Stable tag: 1.0.10 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 54 54 == Changelog == 55 55 56 = 1.0.10 = 57 * Server migration 58 * Regular refactoring and optimisation 59 56 60 = 1.0.9 = 57 61 * Patch -
bad-ip-wp/tags/1.0.10/admin/js/bad_ip_wp-admin.js
r2229662 r2298653 29 29 function ipCheck(bad_ip) { 30 30 window.open( 31 'https://bad-ip.i nfo/?ip='+bad_ip, '_blank');31 'https://bad-ip.iridiumintel.com/?ip='+bad_ip, '_blank'); 32 32 } 33 33 34 34 function ipUnlistRequest(bad_ip) { 35 35 window.open( 36 'https://bad-ip.i nfo/unlist?ip='+bad_ip, '_blank');36 'https://bad-ip.iridiumintel.com/unlist?ip='+bad_ip, '_blank'); 37 37 } 38 38 -
bad-ip-wp/tags/1.0.10/bad_ip_wp.php
r2247105 r2298653 9 9 * @wordpress-plugin 10 10 * Plugin Name: bad_ip WP 11 * Plugin URI: https://bad-ip.i nfo11 * Plugin URI: https://bad-ip.iridiumintel.com 12 12 * Description: Protecting from malicious IP addresses visiting and trying to exploit your website with addition to block Tor endpoints 13 * Version: 1.0. 913 * Version: 1.0.10 14 14 * Author: Iridium Intelligence 15 15 * Author URI: https://iridiumintel.com … … 35 35 * Rename this for your plugin and update it as you release new versions. 36 36 */ 37 define( 'BAD_IP_WP_VERSION', '1.0. 9' );37 define( 'BAD_IP_WP_VERSION', '1.0.10' ); 38 38 define( 'BAD_IP_WP_NAME', trim(dirname(plugin_basename(__FILE__)), '/')); 39 39 define( 'BAD_IP_WP_URL', plugins_url( basename( plugin_dir_path(__FILE__) ), basename( __FILE__ ) )); 40 40 define( 'BAD_IP_WP_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) )); 41 define( 'BAD_IP_WP_API_URL', 'https://bad-ip.i nfo');42 define( 'BAD_IP_WP_JAIL_URL', 'https://bad-ip.i nfo/jail');41 define( 'BAD_IP_WP_API_URL', 'https://bad-ip.iridiumintel.com'); 42 define( 'BAD_IP_WP_JAIL_URL', 'https://bad-ip.iridiumintel.com/jail'); 43 43 44 44 /** -
bad-ip-wp/trunk/README.txt
r2247105 r2298653 3 3 Tags: bad_ip, firewall, login protection, security, tor, block, malicious, bad, ip, ban, auto, list 4 4 Requires at least: 3.0.1 5 Tested up to: 5. 3.26 Stable tag: 1.0. 95 Tested up to: 5.4.1 6 Stable tag: 1.0.10 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 54 54 == Changelog == 55 55 56 = 1.0.10 = 57 * Server migration 58 * Regular refactoring and optimisation 59 56 60 = 1.0.9 = 57 61 * Patch -
bad-ip-wp/trunk/admin/js/bad_ip_wp-admin.js
r2229662 r2298653 29 29 function ipCheck(bad_ip) { 30 30 window.open( 31 'https://bad-ip.i nfo/?ip='+bad_ip, '_blank');31 'https://bad-ip.iridiumintel.com/?ip='+bad_ip, '_blank'); 32 32 } 33 33 34 34 function ipUnlistRequest(bad_ip) { 35 35 window.open( 36 'https://bad-ip.i nfo/unlist?ip='+bad_ip, '_blank');36 'https://bad-ip.iridiumintel.com/unlist?ip='+bad_ip, '_blank'); 37 37 } 38 38 -
bad-ip-wp/trunk/bad_ip_wp.php
r2247105 r2298653 9 9 * @wordpress-plugin 10 10 * Plugin Name: bad_ip WP 11 * Plugin URI: https://bad-ip.i nfo11 * Plugin URI: https://bad-ip.iridiumintel.com 12 12 * Description: Protecting from malicious IP addresses visiting and trying to exploit your website with addition to block Tor endpoints 13 * Version: 1.0. 913 * Version: 1.0.10 14 14 * Author: Iridium Intelligence 15 15 * Author URI: https://iridiumintel.com … … 35 35 * Rename this for your plugin and update it as you release new versions. 36 36 */ 37 define( 'BAD_IP_WP_VERSION', '1.0. 9' );37 define( 'BAD_IP_WP_VERSION', '1.0.10' ); 38 38 define( 'BAD_IP_WP_NAME', trim(dirname(plugin_basename(__FILE__)), '/')); 39 39 define( 'BAD_IP_WP_URL', plugins_url( basename( plugin_dir_path(__FILE__) ), basename( __FILE__ ) )); 40 40 define( 'BAD_IP_WP_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) )); 41 define( 'BAD_IP_WP_API_URL', 'https://bad-ip.i nfo');42 define( 'BAD_IP_WP_JAIL_URL', 'https://bad-ip.i nfo/jail');41 define( 'BAD_IP_WP_API_URL', 'https://bad-ip.iridiumintel.com'); 42 define( 'BAD_IP_WP_JAIL_URL', 'https://bad-ip.iridiumintel.com/jail'); 43 43 44 44 /**
Note: See TracChangeset
for help on using the changeset viewer.