rebase from live enviornment

This commit is contained in:
Rachit Bhargava
2024-01-09 22:14:20 -05:00
parent ff0b49a046
commit 3a22fcaa4a
15968 changed files with 2344674 additions and 45234 deletions

View File

@@ -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.10.7
Version: 7.11.1
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.10.7');
define('WORDFENCE_BUILD_NUMBER', '1699289814');
define('WORDFENCE_VERSION', '7.11.1');
define('WORDFENCE_BUILD_NUMBER', '1704213472');
define('WORDFENCE_BASENAME', function_exists('plugin_basename') ? plugin_basename(__FILE__) :
basename(dirname(__FILE__)) . '/' . basename(__FILE__));