updated plugin Jetpack Protect
version 1.2.0
This commit is contained in:
@ -6,11 +6,11 @@ return array(
|
||||
'packages' => array(
|
||||
'jetpack-admin-ui' => array(
|
||||
'path' => 'jetpack_vendor/automattic/jetpack-admin-ui',
|
||||
'ver' => '0.2.13',
|
||||
'ver' => '0.2.14',
|
||||
),
|
||||
'jetpack-assets' => array(
|
||||
'path' => 'jetpack_vendor/automattic/jetpack-assets',
|
||||
'ver' => '1.17.27',
|
||||
'ver' => '1.17.28',
|
||||
),
|
||||
'jetpack-config' => array(
|
||||
'path' => 'jetpack_vendor/automattic/jetpack-config',
|
||||
@ -18,39 +18,43 @@ return array(
|
||||
),
|
||||
'jetpack-connection' => array(
|
||||
'path' => 'jetpack_vendor/automattic/jetpack-connection',
|
||||
'ver' => '1.47.0',
|
||||
'ver' => '1.47.1',
|
||||
),
|
||||
'jetpack-idc' => array(
|
||||
'path' => 'jetpack_vendor/automattic/jetpack-identity-crisis',
|
||||
'ver' => '0.8.32',
|
||||
'ver' => '0.8.33',
|
||||
),
|
||||
'jetpack-jitm' => array(
|
||||
'path' => 'jetpack_vendor/automattic/jetpack-jitm',
|
||||
'ver' => '2.2.34',
|
||||
'ver' => '2.2.35',
|
||||
),
|
||||
'jetpack-licensing' => array(
|
||||
'path' => 'jetpack_vendor/automattic/jetpack-licensing',
|
||||
'ver' => '1.7.12',
|
||||
'ver' => '1.7.13',
|
||||
),
|
||||
'jetpack-my-jetpack' => array(
|
||||
'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack',
|
||||
'ver' => '2.5.1',
|
||||
'ver' => '2.6.0',
|
||||
),
|
||||
'jetpack-password-checker' => array(
|
||||
'path' => 'jetpack_vendor/automattic/jetpack-password-checker',
|
||||
'ver' => '0.2.8',
|
||||
'ver' => '0.2.9',
|
||||
),
|
||||
'jetpack-plugins-installer' => array(
|
||||
'path' => 'jetpack_vendor/automattic/jetpack-plugins-installer',
|
||||
'ver' => '0.2.1',
|
||||
'ver' => '0.2.2',
|
||||
),
|
||||
'jetpack-sync' => array(
|
||||
'path' => 'jetpack_vendor/automattic/jetpack-sync',
|
||||
'ver' => '1.44.0',
|
||||
'ver' => '1.44.1',
|
||||
),
|
||||
'jetpack-transport-helper' => array(
|
||||
'path' => 'jetpack_vendor/automattic/jetpack-transport-helper',
|
||||
'ver' => '0.1.1',
|
||||
'ver' => '0.1.2',
|
||||
),
|
||||
'jetpack-waf' => array(
|
||||
'path' => 'jetpack_vendor/automattic/jetpack-waf',
|
||||
'ver' => '0.8.1',
|
||||
),
|
||||
),
|
||||
);
|
||||
|
Reference in New Issue
Block a user