Plugin Directory

Changeset 1972153


Ignore:
Timestamp:
11/10/2018 01:26:51 PM (7 years ago)
Author:
eslamsalem
Message:

updating trunk versions

Location:
shieldfy/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • shieldfy/trunk/readme.txt

    r1972146 r1972153  
    33Tags: security, antimalware,antivirus,xss,sql injection,csrf,firewall,malware,php backdoor,vulnerability, exploit, exploitation, file inclusion, hack, hackers, htaccess, malicious, protection, website security, sqli, attack,zeroday, ban, banned,php shells,botnet,ransomware, ddos, clean, hack repair
    44Requires at least: 3.0.1
    5 Tested up to: 4.8
    6 Stable tag: 3.0
     5Tested up to: 4.9
     6Stable tag: 3.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5454== Screenshots ==
    5555
    56 1. The home of your panel at (http://shieldfy.com/app) shows quick summary and some statistics
     561. The home of your panel at (https://cloud.shieldfy.io/) shows quick summary and some statistics
    57572. Here you can view the firewall report and you can manage your execluded urls
    58583. Ban module allows you to add new ips to ban list and view ban report
  • shieldfy/trunk/shieldfy.php

    r1972146 r1972153  
    55Description: Web Shield and hacking prevension for your website
    66Author: Shieldfy Security Team
    7 Version: 3.0.0
     7Version: 3.6.0
    88Author URI: https://shieldfy.io/
    99*/
     
    1616 *****************************************************************************/
    1717if (!defined( 'SHIELDFY_PLUGIN_VERSION' )) {
    18     define( 'SHIELDFY_PLUGIN_VERSION', '3.0.0' );
     18    define( 'SHIELDFY_PLUGIN_VERSION', '3.6.0' );
    1919}
    2020if (!defined( 'SHIELDFY_SHIELD_VERSION' )) {
Note: See TracChangeset for help on using the changeset viewer.