Merged in release/release-1.09 (pull request #10)
Release/release 1.09 * Install missing plugins * rs set to 1 * rebase pantheon for aws * rebase pantheon for aws * prod config change * prod config change * fix campaing issue * revert Approved-by: Jay Sharma
This commit is contained in:
committed by
Jay Sharma
parent
779393381f
commit
22f10a9edd
@@ -4,7 +4,7 @@ Plugin Name: Wordfence Security
|
||||
Plugin URI: http://www.wordfence.com/
|
||||
Description: Wordfence Security - Anti-virus, Firewall and Malware Scan
|
||||
Author: Wordfence
|
||||
Version: 7.11.0
|
||||
Version: 7.10.7
|
||||
Author URI: http://www.wordfence.com/
|
||||
Text Domain: wordfence
|
||||
Domain Path: /languages
|
||||
@@ -38,8 +38,8 @@ if(defined('WP_INSTALLING') && WP_INSTALLING){
|
||||
if (!defined('ABSPATH')) {
|
||||
exit;
|
||||
}
|
||||
define('WORDFENCE_VERSION', '7.11.0');
|
||||
define('WORDFENCE_BUILD_NUMBER', '1701191857');
|
||||
define('WORDFENCE_VERSION', '7.10.7');
|
||||
define('WORDFENCE_BUILD_NUMBER', '1699289814');
|
||||
define('WORDFENCE_BASENAME', function_exists('plugin_basename') ? plugin_basename(__FILE__) :
|
||||
basename(dirname(__FILE__)) . '/' . basename(__FILE__));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user