updated plugin Jetpack Protect version 5.0.0
This commit is contained in:
@ -12,5 +12,5 @@ namespace Automattic\Jetpack;
|
||||
*/
|
||||
class Protect_Models {
|
||||
|
||||
const PACKAGE_VERSION = '0.5.4';
|
||||
const PACKAGE_VERSION = '0.6.1';
|
||||
}
|
||||
|
||||
@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user