== Changelog ==

= [3.0.0] - 2023-12-09 =

**Added**

* WordPress Multisite support.
* PHP vulnerabilities (Site Health).
* Reload the data from source.
* Test email with the actual vulnerabilities.

**Changed**

* Loading the data in better way.

**Compatibility**

* Compatibility: WordPress 4.1 - WordPress 6.4.
* Compatibility: PHP 5.6 - PHP 8.3.
* Compatibility: WordPress Coding Standards 3.0.1.
* Compatibility: WP-CLI 2.3 - WP-CLI 2.9.0.

= [2.2.1] - 2023-10-02 =

**Added**

* New security information (at WordPress.org plugin page).
* New privacy information (at WordPress.org plugin page).
* New compatibility information (at WordPress.org plugin page).
* New vulnerabilities information (at WordPress.org plugin page).
* New profiling information (at WordPress.org plugin page).

**Changed**

* Promoted dashboard.
* Performance improvement: only load the plugin in the admin area.

**Compatibility**

* Compatibility: WordPress 4.1 - WordPress 6.4.
* Compatibility: PHP 5.6 - PHP 8.3.
* Compatibility: WordPress Coding Standards 3.0.1.
* Compatibility: WP-CLI 2.3 - WP-CLI 2.8.1.

= [2.2.0] - 2023-09-14 =

**Added**

* New Dashboard, with a Vulnerability summary and products affected.

**Compatibility**

* Compatibility: WordPress 4.1 - WordPress 6.3.
* Compatibility: PHP 5.6 - PHP 8.3.
* Compatibility: WordPress Coding Standards 3.0.0.
* Compatibility: WP-CLI 2.3 - WP-CLI 2.8.

= [2.1.0] - 2023-09-11 =

**Changed**

* Improved detection of plugins folders. This shpould reduce the false positives in some plugins, and Pro/Premium plugins.

**Compatibility**

* Compatibility: WordPress 4.1 - WordPress 6.3.
* Compatibility: PHP 5.6 - PHP 8.3.
* Compatibility: WordPress Coding Standards 3.0.0.
* Compatibility: WP-CLI 2.3 - WP-CLI 2.7.

= [2.0.4] - 2023-09-10 =

**Compatibility**

* WordPress Coding Standards 3.0.0 compatible.

= [2.0.3] - 2023-07-27 =

**Added**

* Validate secure requests to the API.

**Changed**

* Reduce API timeout request time from 10.0 seconds to 2.5 seconds.

**Compatibility**

* Compatibility: WordPress 4.1 - WordPress 6.3.
* Compatibility: PHP 5.6 - PHP 8.3.

= [2.0.2] - 2023-04-24 =

**Fixed**

* Fix the Notification system.

= [2.0.1] - 2023-04-20 =

**Added**

* Added new options to cache the vulnerability counter.

**Changed**

* Update the readme.txt.

**Fixed**

* Fix the Site Health messages.

= [2.0.0] - 2023-04-15 =

**Added**

* If the WordPress version supports it, vulnerabilities are displayed in the Core update screen.
* 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.

**Changed**

* The plugin has been completely refactored.

**Compatibility**

* Compatibility: WordPress 4.1 - WordPress 6.2
* Compatibility: PHP 5.6 - PHP 8.2
* Compatibility: WP-CLI 2.3 - 2.7

= [1.3.2] - 2023-03-22 =

**Changed**

* Code security improvements

**Fixed**

* Fix some PHP errors

= [1.3.2] - 2023-03-22 =

**Changed**

* Code security improvements

**Fixed**

* Fix some PHP errors

= [1.3.1] - 2023-02-27 =

**Changed**

* Code security improvements
* Fix the Severity value
* A better Site Health information

**Compatibility**

* Compatibility: WordPress 5.2 - WordPress 6.2
* Compatibility: PHP 7.2 - PHP 8.1

= [1.3.0] - 2023-02-27 =

**Added**

* Information, when available, about the vulnerability, in a simplified way. Only in the plugin list.
* Information, when available, about the potential severity and exploitability. Only in the plugin list.
* Links to sources to get additional information. Only in the plugin list.

**Changed**

* Improved security in code.

= [1.2.4] - 2023-02-20 =

**Compatibility**

* Compatibility: WordPress 5.2 - WordPress 6.2
* Compatibility: PHP 7.2 - PHP 8.1 

= [1.2.3] - 2023-01-30 =

**Fixed**

* Fix WP_Error object.

= [1.2.2] - 2023-01-30 =

**Fixed**

* Fix WP_Error object.

= [1.2.1] - 2023-01-09 =

**Fixed**

* Some fixed to improve the operators.

= [1.2.0] - 2022-12-15 =

**Added**

* Sends email periodically. You can choose who is going to receive the emails.
* First approach to WPCLI Commands (thanks to @lbonomo).

= [1.1.0] - 2022-05-18 =

**Fixed**

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

= [1.0.1] - 2022-05-17 =

**Fixed**

* Fix: strings not translated.

= [1.0.0] - 2022-05-16 =

**Added**

* Added tabs in Health check.

= [0.2.0] - 2022-05-07 =

**Added**

* Improved the information in plugins list.

= [0.1.0] - 2022-05-06 =

**Added**

* Notification in the plugins list.
* First release.