updated plugin Jetpack Protect version 5.0.0

This commit is contained in:
2026-06-03 21:29:05 +00:00
committed by Gitium
parent 0490bb3940
commit af21e84842
399 changed files with 17749 additions and 5470 deletions

View File

@ -1,14 +1,14 @@
=== 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.6
Requires at least: 6.8
Requires PHP: 7.2
Tested up to: 6.7
Stable tag: 4.0.0
Tested up to: 6.9
Stable tag: 5.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Free daily malware scanning and WordPress site security. Jetpack Protect leverages the extensive database of WPScan, an Automattic brand, that has over 25,000 registered malware and vulnerabilities. No configuration required!
Free daily vulnerability scans & WordPress security, powered by WPScan (an Automattic brand) and its 60,000+ vulnerability database. No setup needed!
== Description ==
@ -53,9 +53,9 @@ To clean up your site, we suggest using a malware removal tool, or if possible r
Jetpack Protect blocks unwanted login attempts from malicious botnets and distributed attacks.
= Is my site under attack? =
Brute force attacks are the most common form of hacking — and hackers dont discriminate. As the most commonly used Content Management System on the web, WordPress sites make an attractive target for hackers looking to exploit code vulnerabilities unique to WordPress.
Brute force attacks are the most common form of hacking — and hackers dont discriminate. As the most commonly used Content Management System on the web, WordPress sites make an attractive target for hackers looking to exploit code vulnerabilities unique to WordPress.
Using large networks of computers known as botnets, hackers can try to gain access to your site by using thousands of different combinations of usernames and passwords until they find the right one.
Using large networks of computers known as botnets, hackers can try to gain access to your site by using thousands of different combinations of usernames and passwords until they find the right one.
Recently, attackers have found a way to “amplify” these attacks against the WordPress XML-RPC file making it easier for attackers to try and break into your site.
@ -118,7 +118,7 @@ We are working hard to bring more features and improvements to Jetpack Protect.
= How does Jetpack Protect help your WordPress Site security? =
Protect is a free WordPress security and malware scanner plugin that scans your site and lets you know possible malware and security threats on your installed plugins, themes, and core files.
Protect is a free WordPress security scanner plugin that scans your site and lets you know possible vulnerability and other security threats on your installed plugins, themes, and core files.
The free plan scans your site for WordPress version, plugin, and theme vulnerabilities from our extensive vulnerability database (53,500) that is powered by WPScan.
@ -178,16 +178,33 @@ 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 ==
### 4.0.0 - 2025-03-24
### 5.0.0 - 2026-04-11
#### Security
- WAF: Fix issue that potentially allowed bypassing WAF rules.
#### Added
- Add `jetpack_account_protection_send_auth_email` filter to allow custom handling of the verification email.
- Add Jetpack Protect details page for users without the dedicated Jetpack Protect plugin.
- IDC: Add revalidation for IDCs.
#### Changed
- Scanner: add threat count to tab
- Scanner: animated the "scan in progress" placeholder image
- General: indicate compatibility with the upcoming version of WordPress - 6.7.
- General: Update package dependencies.
- Dependencies: Update lock file to keep root requirements in sync.
- Migrate admin page header to use unified header pattern.
- My Jetpack: Check red bubble notification async when cache is not available.
- Remove translated product names from admin page headers and footers.
- Replace license activation link with a "Use license key" button in the header actions area.
- Switch to Native TypeScript compiler based on Go.
- Update composer.lock.
- Update dependencies.
- Update design of the sidebar upsell.
- Update package dependencies.
#### Removed
- Firewall: removed "new" badge from tab.
- General: Update minimum PHP version to 7.2.
- General: Update minimum WordPress version to 6.6.
- General: Update minimum WordPress version to 6.8.
#### Fixed
- Admin Page: Restore border on header component.
- Constrain license activation link width on mobile to prevent header overflow.
- Ensure proper flags are used with `json_encode()`.
- Fix TypeScript errors detected by tsgo.