Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidperezgar committed Dec 7, 2022
1 parent 22826b8 commit 5b7f0c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 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, lbonomo
Tags: security, vulnerability, patchstack, wpscan
Requires at least: 5.2
Tested up to: 6.0
Stable tag: 1.2
Version: 1.2
Stable tag: 1.2.0
Version: 1.2.0
License: GPLv2
License URI: https://www.gnu.org/licenses/gpl-2.0.html

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: 1.2.0-beta.1
* Version: 1.2.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( 'WPVUL_PLUGIN_URL', plugins_url( '/', __FILE__ ) );
define( 'WPVUL_PLUGIN_VERSION', '1.2.0-beta.1' );
define( 'WPVUL_PLUGIN_VERSION', '1.2.0' );
define( 'WPVUL_PLUGIN_FILE', __FILE__ );
define( 'WPVUL_PLUGIN_BASE', plugin_basename( __FILE__ ) );
define( 'WPVUL_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
Expand Down

0 comments on commit 5b7f0c7

Please sign in to comment.