diff --git a/changelog.txt b/changelog.txt index 1c02335..c4eeef7 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,8 @@ == Changelog == += 2.0.2 = +* Fix the Notification system. + = 2.0.1 = * Update the readme.txt. * Fix the Site Health messages. diff --git a/readme.txt b/readme.txt index 41d3b2b..96d0d3e 100644 --- a/readme.txt +++ b/readme.txt @@ -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/ @@ -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. diff --git a/wpvulnerability.php b/wpvulnerability.php index 6a63274..afa4f96 100644 --- a/wpvulnerability.php +++ b/wpvulnerability.php @@ -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