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

@ -12,5 +12,5 @@ namespace Automattic\Jetpack;
*/
class Protect_Models {
const PACKAGE_VERSION = '0.5.4';
const PACKAGE_VERSION = '0.6.1';
}

View File

@ -103,6 +103,13 @@ class Threat_Model {
*/
public $table;
/**
* Additional details about the database threat.
*
* @var null|object
*/
public $details;
/**
* The source URL of the threat.
*