Changeset 1963275
- Timestamp:
- 10/26/2018 05:11:44 AM (7 years ago)
- Location:
- ose-wp-scan
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.9 (copied) (copied from ose-wp-scan/trunk)
-
tags/1.0.9/README.txt (modified) (2 diffs)
-
tags/1.0.9/ose-wp-scan.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/ose-wp-scan.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ose-wp-scan/tags/1.0.9/README.txt
r1963265 r1963275 6 6 Tested up to: 4.9.8 7 7 Requires PHP: 5.3 8 Stable tag: 1.0. 88 Stable tag: 1.0.9 9 9 License: GNU General Public License v3 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.txt … … 49 49 50 50 == Changelog == 51 =1.0.9 52 * Update project stable version to 1.0.9 53 51 54 =1.0.8 52 55 * Update project descriptions -
ose-wp-scan/tags/1.0.9/ose-wp-scan.php
r1963265 r1963275 10 10 * Plugin Name: OSE WP Scan 11 11 * 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. 812 * Version: 1.0.9 13 13 * Author: Open Source Excellence 14 14 * Author URI: https://www.opensource-excellence.com/ … … 29 29 if(!defined('OSEWPSCAN_PATH')) 30 30 define('OSEWPSCAN_PATH', plugin_dir_path( __FILE__ )); 31 if(!defined('OSEWPSCAN_ENDPOINT'))32 define('OSEWPSCAN_ENDPOINT', 'https://www.1o1wp.com/');33 31 if(!defined('OSEWPSCAN_PROTOCOL')) 34 32 define('OSEWPSCAN_PROTOCOL', 'https'); -
ose-wp-scan/trunk/README.txt
r1963265 r1963275 6 6 Tested up to: 4.9.8 7 7 Requires PHP: 5.3 8 Stable tag: 1.0. 88 Stable tag: 1.0.9 9 9 License: GNU General Public License v3 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.txt … … 49 49 50 50 == Changelog == 51 =1.0.9 52 * Update project stable version to 1.0.9 53 51 54 =1.0.8 52 55 * Update project descriptions -
ose-wp-scan/trunk/ose-wp-scan.php
r1963265 r1963275 10 10 * Plugin Name: OSE WP Scan 11 11 * 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. 812 * Version: 1.0.9 13 13 * Author: Open Source Excellence 14 14 * Author URI: https://www.opensource-excellence.com/ … … 29 29 if(!defined('OSEWPSCAN_PATH')) 30 30 define('OSEWPSCAN_PATH', plugin_dir_path( __FILE__ )); 31 if(!defined('OSEWPSCAN_ENDPOINT'))32 define('OSEWPSCAN_ENDPOINT', 'https://www.1o1wp.com/');33 31 if(!defined('OSEWPSCAN_PROTOCOL')) 34 32 define('OSEWPSCAN_PROTOCOL', 'https');
Note: See TracChangeset
for help on using the changeset viewer.