updated plugin Jetpack Protect
version 1.1.1
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
* Plugin Name: Jetpack Protect
|
||||
* Plugin URI: https://wordpress.org/plugins/jetpack-protect
|
||||
* Description: Security tools that keep your site safe and sound, from posts to plugins.
|
||||
* Version: 1.0.4
|
||||
* Version: 1.1.1
|
||||
* Author: Automattic
|
||||
* Author URI: https://jetpack.com/
|
||||
* License: GPLv2 or later
|
||||
@ -33,7 +33,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit;
|
||||
}
|
||||
|
||||
define( 'JETPACK_PROTECT_VERSION', '1.0.4' );
|
||||
define( 'JETPACK_PROTECT_VERSION', '1.1.1' );
|
||||
define( 'JETPACK_PROTECT_DIR', plugin_dir_path( __FILE__ ) );
|
||||
define( 'JETPACK_PROTECT_ROOT_FILE', __FILE__ );
|
||||
define( 'JETPACK_PROTECT_ROOT_FILE_RELATIVE_PATH', plugin_basename( __FILE__ ) );
|
||||
|
Reference in New Issue
Block a user