Skip to content

Commit

Permalink
prepare to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
davidperezgar committed May 7, 2022
1 parent dc7caac commit 579c0b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion includes/class-plugins-wpvulnerability.php
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ public function after_row_text( $plugin_file, $plugin_data, $status ) {
*/
public function vulnerable_admin_notice() {
$class = 'notice notice-error is-dismissible';
$message = __( '<strong>WPVulnerability:</strong> One or more plugins currently installed have known vulnerabilities with their current version. I suggest updating each vulnerable plugin if an update is available', 'wpvulnerability' );
$message = '<strong>WPVulnerability:</strong>' . __( 'One or more plugins currently installed have known vulnerabilities with their current version. I suggest updating each vulnerable plugin if an update is available', 'wpvulnerability' );

printf(
'<div class="%1$s"><p>%2$s</p></div>',
Expand Down
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
Requires at least: 5.2
Tested up to: 6.0
Stable tag: 0.1
Version: 0.1
Stable tag: 0.2
Version: 0.2
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 ==

= 0.2 =
* Improved the information in plugins list.

= 0.1 =
* Notification in the plugins list.
* First release.
Expand Down

0 comments on commit 579c0b2

Please sign in to comment.