From 5b7f0c72ed004a5291c5ec3dfaa0ebe7e6210431 Mon Sep 17 00:00:00 2001 From: David Perez Date: Wed, 7 Dec 2022 19:26:04 +0100 Subject: [PATCH] updated version --- readme.txt | 4 ++-- wpvulnerability.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index 6d3c9a0..0944bfe 100644 --- a/readme.txt +++ b/readme.txt @@ -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 diff --git a/wpvulnerability.php b/wpvulnerability.php index a7e0b91..ca639d7 100644 --- a/wpvulnerability.php +++ b/wpvulnerability.php @@ -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 @@ -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__ ) );