Skip to content

Commit

Permalink
v2.0.2 preparation (#40)
Browse files Browse the repository at this point in the history
* Fix the Notification system.
  • Loading branch information
javiercasares authored Apr 24, 2023
2 parents bc7888e + 85f9123 commit be0a347
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 19 deletions.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
== Changelog ==

= 2.0.2 =
* Fix the Notification system.

= 2.0.1 =
* Update the readme.txt.
* Fix the Site Health messages.
Expand Down
20 changes: 2 additions & 18 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: javiercasares, davidperez, lbonomo
Tags: security, vulnerability, site-health
Requires at least: 4.1
Tested up to: 6.3
Stable tag: 2.0.1
Stable tag: 2.0.2
Requires PHP: 5.6
Version: 2.0.1
Version: 2.0.2
License: EUPL v1.2
License URI: https://www.eupl.eu/1.2/en/

Expand Down Expand Up @@ -68,19 +68,3 @@ Vulnerabilities in WordPress core, plugins and themes are documented.
= What do I do if my site has a vulnerability? =

First of all, peace of mind. Investigate what the vulnerability is and, above all, check that you have the latest version of the compromised element. We actively recommend that you keep all your WordPress and its plugins up to date.

== Changelog ==

= 2.0.1 =
* Update the readme.txt.
* Fix the Site Health messages.
* Added new options to cache the vulnerability counter.

= 2.0.0 =
* The plugin has been completely refactored.
* WordPress support is now from WordPress 4.1 to 6.2. Before it was only from WordPress 5.2.
* PHP support is now from PHP 5.6 to PHP 8.2. Before it was only from PHP 7.2.
* If the WordPress version supports it, vulnerabilities are displayed in the Core update screen.
* WP-CLI works from WP-CLI 2.3 to 2.7.
* Calls can be made from WP-CLI `wp help wpvulnerability` to list vulnerabilities in Core `wp wpvulnerability core`, Plugins `wp wpvulnerability plugins` and Themes `wp wpvulnerability themes`. Before only Plugins.
* Site Health shows core vulnerabilities, which were not previously shown.
2 changes: 1 addition & 1 deletion wpvulnerability.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Check WordPress core, plugins, and theme vulnerabilities with information from the WordPress Vulnerability Database API.
* Requires at least: 4.1
* Requires PHP: 5.6
* Version: 2.0.1
* Version: 2.0.2
* Author: Javier Casares
* Author URI: https://www.javiercasares.com/
* Text Domain: wpvulnerability
Expand Down

0 comments on commit be0a347

Please sign in to comment.