updated plugin Jetpack Protect version 2.0.0

This commit is contained in:
2024-02-08 12:31:43 +00:00
committed by Gitium
parent ce653dd56c
commit 8d5e7cc070
192 changed files with 5244 additions and 2003 deletions

View File

@ -1,10 +1,10 @@
=== Jetpack Protect ===
Contributors: automattic, retrofox, leogermani, renatoagds, bjorsch, ebinnion, fgiannar, zinigor, miguelxavierpenha, dsmart, jeherve, manzoorwanijk, njweller, oskosk, samiff, siddarthan, wpkaren, arsihasi, kraftbj, kev, sermitr, kangzj, pabline, dkmyta
Tags: jetpack, protect, security, malware, scan
Requires at least: 6.2
Requires PHP: 5.6
Tested up to: 6.3
Stable tag: 1.4.2
Requires at least: 6.3
Requires PHP: 7.0
Tested up to: 6.4
Stable tag: 2.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@ -158,10 +158,18 @@ The new Jetpack Protect plugin is different from the Jetpack feature formerly kn
4. The Jetpack Firewall is a web application firewall (known as WAF) designed to protect your WordPress site from malicious requests.
== Changelog ==
### 1.4.2 - 2023-10-19
### 2.0.0 - 2024-01-18
#### Changed
- General: update WordPress version requirements to WordPress 6.2. [#32762]
- Updated Jetpack submenu sort order so individual features are alpha-sorted.
- Updated method used to render Connection initial state.
- Updated package dependencies.
- Firewall: use datetime versioning for rules file updates.
- General: unify display of notifications across Scan and Firewall screens
- General: indicate full compatibility with the latest version of WordPress, 6.4.
- General: update PHP requirement to PHP 7.0+
- General: update WordPress version requirements to WordPress 6.3.
- General: update package dependencies.
- General: update lockfile.
#### Fixed
- Fix Modal component overflow scrolling.
- Fix Popover component styling.
- Improved helper script installer logging.