Plugin Directory

Changeset 730869


Ignore:
Timestamp:
06/24/2013 01:06:28 PM (13 years ago)
Author:
6Scan
Message:
  • Advanced wordpress version
  • Added more scanner IPs
Location:
6scan-backup/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • 6scan-backup/trunk/6scan.php

    r718922 r730869  
    55Description: 6Scan Backup goes beyond existing backup plugins, easily and automatically creating backups of your site and securely storing them in the cloud.
    66Author: 6Scan
    7 Version: 3.0.4
     7Version: 3.0.5
    88Author URI: http://www.6scan.com
    99*/
  • 6scan-backup/trunk/admin/includes/common.php

    r718922 r730869  
    44    die( 'No direct access allowed' );
    55
    6 define ( 'SIXSCAN_VERSION' ,                            '3.0.4.0' );
     6define ( 'SIXSCAN_VERSION' ,                            '3.0.5.0' );
    77define ( 'SIXSCAN_HTACCESS_VERSION' ,                   '1' );
    88
     
    9393define ( 'SIXSCAN_SIGNATURE_LINKS_DELIMITER',           "\n" );
    9494define ( 'SIXSCAN_SIGNATURE_MULTIPART_DELIMITER',       '###UZhup3v1ENMefI7Wy44QNppgZmp0cu6RPenZewotclc2ZCWUDE4zAfXIJX354turrscbFBL2pOiKpiNLYosm6Z1Qp8b3PNjgd1xqtuskjcT9MC4fZvQfx7FPUDF11oTiTrMeayQr7JHk3UuEK7fR0###' );
    95 define ( 'SIXSCAN_SIGNATURE_SCANNER_IP_LIST',           '108.59.1.37, 108.59.5.197, 108.59.2.209, 95.211.58.114, 95.211.70.82, 107.22.183.61, 78.47.11.131, 199.115.112.90' );
     95define ( 'SIXSCAN_SIGNATURE_SCANNER_IP_LIST',           '108.59.1.37, 108.59.5.197, 108.59.2.209, 95.211.58.114, 95.211.70.82, 107.22.183.61, 78.47.11.131, 199.115.112.90, 192.96.201.13' );
    9696define ( 'SIXSCAN_SIGNATURE_DEFAULT_PLACEHOLDER_LINK',  '/just/a/random/dir/to/avoid/htaccess/mixups\.php' );
    9797
  • 6scan-backup/trunk/readme.txt

    r718922 r730869  
    11=== 6Scan Backup ===
    22Contributors: 6Scan
    3 Version: 3.0.4
     3Version: 3.0.5
    44Tags: backup, automatic backup, cloud, online, secured, restore, recovery
    55Requires at least: 3.0.0
    6 Tested up to: 3.5.1
     6Tested up to: 3.5.2
    77Stable tag: trunk
    88
     
    182182* Improved backup processes
    183183
     184= 3.0.5 =
     185* New Wordpress version + one more scan server added
     186
    184187== Upgrade Notice ==
    185188
Note: See TracChangeset for help on using the changeset viewer.