Skip to content

Commit

Permalink
updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
davidperezgar committed May 18, 2022
1 parent 3b96293 commit 9922d5f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 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: 1.0.1
Version: 1.0.1
Stable tag: 1.1
Version: 1.1
License: GPLv2
License URI: https://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 1.1 =
* Fix: Prevents text domain not given correctly.
* Fix: strings not translated.

= 1.0.1 =
* Fix: strings not translated.

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.0.1
* Version: 1.1
* 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', '1.0.1' );
define( 'WPVULNERABILITY_PLUGIN_VERSION', '1.1' );
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 9922d5f

Please sign in to comment.