Skip to content

Commit

Permalink
prepare to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidperezgar committed May 16, 2022
1 parent 3267c36 commit 1c5ba63
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
Binary file added .wordpress-org/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: closetechnology, davidperez, javiercasares
Tags: security, vulnerability, patchstack, wpscan
Requires at least: 5.2
Tested up to: 6.0
Stable tag: 0.2
Version: 0.2
Stable tag: 1.0
Version: 1.0
License: GPLv2
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -62,6 +62,9 @@ First of all, peace of mind. Investigate what the vulnerability is and, above al

== Changelog ==

= 1.0 =
* Added tabs in Health tab.

= 0.2 =
* Improved the information in plugins list.

Expand Down
4 changes: 2 additions & 2 deletions wpvulnerability.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Check the security of the WordPress site with the WordPress Vulnerability Database information. Analyzes vulnerabilities in core, plugins and themes.
* Requires at least: 5.2
* Requires PHP: 7.2
* Version: 0.2
* Version: 1.0
* Author: closetechnology
* Author URI: https://close.technology/
* Text Domain: wpvulnerability
Expand All @@ -26,7 +26,7 @@
defined( 'ABSPATH' ) || die( 'No script kiddies please!' );

define( 'WPVULNERABILITY_PLUGIN_URL', plugins_url( '/', __FILE__ ) );
define( 'WPVULNERABILITY_PLUGIN_VERSION', '0.2' );
define( 'WPVULNERABILITY_PLUGIN_VERSION', '1.0' );
define( 'WPVULNERABILITY_PLUGIN_FILE', __FILE__ );
define( 'WPVULNERABILITY_PLUGIN_BASE', plugin_basename( __FILE__ ) );
define( 'WPVULNERABILITY_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
Expand Down

0 comments on commit 1c5ba63

Please sign in to comment.