Plugin Directory

Changeset 1963275


Ignore:
Timestamp:
10/26/2018 05:11:44 AM (7 years ago)
Author:
oseuk
Message:

Update to version 1.0.9

Location:
ose-wp-scan
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ose-wp-scan/tags/1.0.9/README.txt

    r1963265 r1963275  
    66Tested up to: 4.9.8
    77Requires PHP: 5.3
    8 Stable tag: 1.0.8
     8Stable tag: 1.0.9
    99License: GNU General Public License v3
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.txt
     
    4949
    5050== Changelog ==
     51=1.0.9
     52* Update project stable version to 1.0.9
     53
    5154=1.0.8
    5255* Update project descriptions
  • ose-wp-scan/tags/1.0.9/ose-wp-scan.php

    r1963265 r1963275  
    1010 * Plugin Name:       OSE WP Scan
    1111 * Description:       OSE WP Scan is a free plugin to do the vulnerability scan and security check for your WordPress website. With the one-click scan request, it will send the comprehensive security report to the specified email address. The tool utilizes WPScan project (https://wpscan.org/) and WPScan Vulnerability Database (https://wpvulndb.com/) to scan the whole WordPress site for plugin and theme vulnerabilities.
    12  * Version:           1.0.8
     12 * Version:           1.0.9
    1313 * Author:            Open Source Excellence
    1414 * Author URI:        https://www.opensource-excellence.com/
     
    2929if(!defined('OSEWPSCAN_PATH'))
    3030    define('OSEWPSCAN_PATH', plugin_dir_path( __FILE__ ));
    31 if(!defined('OSEWPSCAN_ENDPOINT'))
    32     define('OSEWPSCAN_ENDPOINT', 'https://www.1o1wp.com/');
    3331if(!defined('OSEWPSCAN_PROTOCOL'))
    3432    define('OSEWPSCAN_PROTOCOL', 'https');
  • ose-wp-scan/trunk/README.txt

    r1963265 r1963275  
    66Tested up to: 4.9.8
    77Requires PHP: 5.3
    8 Stable tag: 1.0.8
     8Stable tag: 1.0.9
    99License: GNU General Public License v3
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.txt
     
    4949
    5050== Changelog ==
     51=1.0.9
     52* Update project stable version to 1.0.9
     53
    5154=1.0.8
    5255* Update project descriptions
  • ose-wp-scan/trunk/ose-wp-scan.php

    r1963265 r1963275  
    1010 * Plugin Name:       OSE WP Scan
    1111 * Description:       OSE WP Scan is a free plugin to do the vulnerability scan and security check for your WordPress website. With the one-click scan request, it will send the comprehensive security report to the specified email address. The tool utilizes WPScan project (https://wpscan.org/) and WPScan Vulnerability Database (https://wpvulndb.com/) to scan the whole WordPress site for plugin and theme vulnerabilities.
    12  * Version:           1.0.8
     12 * Version:           1.0.9
    1313 * Author:            Open Source Excellence
    1414 * Author URI:        https://www.opensource-excellence.com/
     
    2929if(!defined('OSEWPSCAN_PATH'))
    3030    define('OSEWPSCAN_PATH', plugin_dir_path( __FILE__ ));
    31 if(!defined('OSEWPSCAN_ENDPOINT'))
    32     define('OSEWPSCAN_ENDPOINT', 'https://www.1o1wp.com/');
    3331if(!defined('OSEWPSCAN_PROTOCOL'))
    3432    define('OSEWPSCAN_PROTOCOL', 'https');
Note: See TracChangeset for help on using the changeset viewer.