Plugin Directory

Changeset 2563792


Ignore:
Timestamp:
07/13/2021 06:06:40 PM (5 years ago)
Author:
iridiumintel
Message:

v1.1.2

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

Legend:

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

    r2382778 r2563792  
    33Tags: bad_ip, firewall, login protection, security, tor, block, malicious, bad, ip, ban, auto, list
    44Requires at least: 3.0.1
     5<<<<<<< HEAD
     6Tested up to: 5.3.2
     7Stable tag: 1.0.8
     8=======
    59Tested up to: 5.5.1
    6 Stable tag: 1.1.1
     10Stable tag: 1.1.2
     11>>>>>>> 046a612abd639c6f6ee3362d6bc3ac093b9a7420
    712License: GPLv2 or later
    813License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5358
    5459== Changelog ==
     60
     61= 1.1.2 =
     62* Regular refactoring and optimisation
    5563
    5664= 1.1.1 =
  • bad-ip-wp/tags/1.1.2/admin/partials/views/page-dashboard.twig

    r2313427 r2563792  
    173173                                        <span class="icon text-success" title="Send request to unlist IP" onclick="ipUnlistRequest('{{ bad_ip.ip }}');return false;">
    174174                                            <i class="fas fa-eraser"></i>
    175                                         </span> 
     175                                        </span>
    176176                                    </td>
    177177                                    <td class="text-primary">
     
    196196        </div>
    197197
    198        
     198
    199199
    200200{#        <div class="col-lg-8">#}
     
    248248                                <td class="text-danger">
    249249                                    {{ bad_ip.ip }}
    250                                    
     250
    251251                                </td>
    252252                                <td>
    253                                     {{ bad_ip.action }}
     253                                    {{ bad_ip.action|striptags }}
    254254                                    &nbsp;&nbsp;
    255                                         <span class="icon text-{% if marked %}success{% else %}danger{% endif %}" title="{% if marked %}Remove query from whitelist{% else %}Whitelist this query{% endif %}" onclick="queryUnlistRequest('{{action}}','{{ bad_ip.action }}');return false;">
    256                                             <i class="fas fa-unlink"></i>
    257                                         </span>
     255{#                                        <span class="icon text-{% if marked %}success{% else %}danger{% endif %}" title="{% if marked %}Remove query from whitelist{% else %}Whitelist this query{% endif %}" onclick="queryUnlistRequest('{{action}}','{{ bad_ip.action }}');return false;">#}
     256{#                                            <i class="fas fa-unlink"></i>#}
     257{#                                        </span>#}
    258258                                </td>
    259259                                <td class="text-primary">
     
    295295        </div>
    296296
    297          
     297
    298298
    299299         </div>
  • bad-ip-wp/tags/1.1.2/bad_ip_wp.php

    r2382778 r2563792  
    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.1
     13 * Version:           1.1.2
    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.1' );
     37define( 'BAD_IP_WP_VERSION', '1.1.2' );
    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

    r2382778 r2563792  
    33Tags: bad_ip, firewall, login protection, security, tor, block, malicious, bad, ip, ban, auto, list
    44Requires at least: 3.0.1
     5<<<<<<< HEAD
     6Tested up to: 5.3.2
     7Stable tag: 1.0.8
     8=======
    59Tested up to: 5.5.1
    6 Stable tag: 1.1.1
     10Stable tag: 1.1.2
     11>>>>>>> 046a612abd639c6f6ee3362d6bc3ac093b9a7420
    712License: GPLv2 or later
    813License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5358
    5459== Changelog ==
     60
     61= 1.1.2 =
     62* Regular refactoring and optimisation
    5563
    5664= 1.1.1 =
  • bad-ip-wp/trunk/admin/partials/views/page-dashboard.twig

    r2313427 r2563792  
    173173                                        <span class="icon text-success" title="Send request to unlist IP" onclick="ipUnlistRequest('{{ bad_ip.ip }}');return false;">
    174174                                            <i class="fas fa-eraser"></i>
    175                                         </span> 
     175                                        </span>
    176176                                    </td>
    177177                                    <td class="text-primary">
     
    196196        </div>
    197197
    198        
     198
    199199
    200200{#        <div class="col-lg-8">#}
     
    248248                                <td class="text-danger">
    249249                                    {{ bad_ip.ip }}
    250                                    
     250
    251251                                </td>
    252252                                <td>
    253                                     {{ bad_ip.action }}
     253                                    {{ bad_ip.action|striptags }}
    254254                                    &nbsp;&nbsp;
    255                                         <span class="icon text-{% if marked %}success{% else %}danger{% endif %}" title="{% if marked %}Remove query from whitelist{% else %}Whitelist this query{% endif %}" onclick="queryUnlistRequest('{{action}}','{{ bad_ip.action }}');return false;">
    256                                             <i class="fas fa-unlink"></i>
    257                                         </span>
     255{#                                        <span class="icon text-{% if marked %}success{% else %}danger{% endif %}" title="{% if marked %}Remove query from whitelist{% else %}Whitelist this query{% endif %}" onclick="queryUnlistRequest('{{action}}','{{ bad_ip.action }}');return false;">#}
     256{#                                            <i class="fas fa-unlink"></i>#}
     257{#                                        </span>#}
    258258                                </td>
    259259                                <td class="text-primary">
     
    295295        </div>
    296296
    297          
     297
    298298
    299299         </div>
  • bad-ip-wp/trunk/bad_ip_wp.php

    r2382778 r2563792  
    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.1
     13 * Version:           1.1.2
    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.1' );
     37define( 'BAD_IP_WP_VERSION', '1.1.2' );
    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.