Plugin Directory

Changeset 2990151


Ignore:
Timestamp:
11/06/2023 05:16:29 PM (2 years ago)
Author:
wfryan
Message:

7.10.7 - November 6, 2023

  • Fix: Compatibility fix for WordPress 6.4 on the login page styling
Location:
wordfence
Files:
130 added
130 deleted
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wordfence/tags/7.10.7/languages/wordfence.pot

    r2986897 r2990151  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Wordfence Security 7.10.6\n"
    6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wordfence-zip-jIpGBNjEU\n"
     5"Project-Id-Version: Wordfence Security 7.10.7\n"
     6"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wordfence-zip-plgVHdVM6\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    88"Language-Team: LANGUAGE <[email protected]>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2023-10-30T16:59:43+00:00\n"
     12"POT-Creation-Date: 2023-11-06T16:56:55+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.7.1\n"
  • wordfence/tags/7.10.7/modules/login-security/wordfence-login-security.php

    r2986897 r2990151  
    2727    define('WORDFENCE_LS_FROM_CORE', ($wfCoreActive && isset($wfCoreLoading) && $wfCoreLoading));
    2828   
    29     define('WORDFENCE_LS_VERSION', '1.1.6');
    30     define('WORDFENCE_LS_BUILD_NUMBER', '1698685182');
     29    define('WORDFENCE_LS_VERSION', '1.1.7');
     30    define('WORDFENCE_LS_BUILD_NUMBER', '1699289814');
    3131
    3232    define('WORDFENCE_LS_PLUGIN_BASENAME', plugin_basename(__FILE__));
  • wordfence/tags/7.10.7/readme.txt

    r2986907 r2990151  
    44Requires at least: 3.9
    55Requires PHP: 5.5
    6 Tested up to: 6.3
    7 Stable tag: 7.10.6
     6Tested up to: 6.4
     7Stable tag: 7.10.7
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    189189
    190190== Changelog ==
     191
     192= 7.10.7 - November 6, 2023 =
     193* Fix: Compatibility fix for WordPress 6.4 on the login page styling
    191194
    192195= 7.10.6 - October 30, 2023 =
  • wordfence/tags/7.10.7/wordfence.php

    r2986897 r2990151  
    55Description: Wordfence Security - Anti-virus, Firewall and Malware Scan
    66Author: Wordfence
    7 Version: 7.10.6
     7Version: 7.10.7
    88Author URI: http://www.wordfence.com/
    99Text Domain: wordfence
     
    3939    exit;
    4040}
    41 define('WORDFENCE_VERSION', '7.10.6');
    42 define('WORDFENCE_BUILD_NUMBER', '1698685182');
     41define('WORDFENCE_VERSION', '7.10.7');
     42define('WORDFENCE_BUILD_NUMBER', '1699289814');
    4343define('WORDFENCE_BASENAME', function_exists('plugin_basename') ? plugin_basename(__FILE__) :
    4444    basename(dirname(__FILE__)) . '/' . basename(__FILE__));
  • wordfence/trunk/languages/wordfence.pot

    r2986897 r2990151  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Wordfence Security 7.10.6\n"
    6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wordfence-zip-jIpGBNjEU\n"
     5"Project-Id-Version: Wordfence Security 7.10.7\n"
     6"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wordfence-zip-plgVHdVM6\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    88"Language-Team: LANGUAGE <[email protected]>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2023-10-30T16:59:43+00:00\n"
     12"POT-Creation-Date: 2023-11-06T16:56:55+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.7.1\n"
  • wordfence/trunk/modules/login-security/wordfence-login-security.php

    r2986897 r2990151  
    2727    define('WORDFENCE_LS_FROM_CORE', ($wfCoreActive && isset($wfCoreLoading) && $wfCoreLoading));
    2828   
    29     define('WORDFENCE_LS_VERSION', '1.1.6');
    30     define('WORDFENCE_LS_BUILD_NUMBER', '1698685182');
     29    define('WORDFENCE_LS_VERSION', '1.1.7');
     30    define('WORDFENCE_LS_BUILD_NUMBER', '1699289814');
    3131
    3232    define('WORDFENCE_LS_PLUGIN_BASENAME', plugin_basename(__FILE__));
  • wordfence/trunk/readme.txt

    r2986907 r2990151  
    44Requires at least: 3.9
    55Requires PHP: 5.5
    6 Tested up to: 6.3
     6Tested up to: 6.4
    77Stable tag: 7.10.6
    88License: GPLv3
     
    189189
    190190== Changelog ==
     191
     192= 7.10.7 - November 6, 2023 =
     193* Fix: Compatibility fix for WordPress 6.4 on the login page styling
    191194
    192195= 7.10.6 - October 30, 2023 =
  • wordfence/trunk/wordfence.php

    r2986897 r2990151  
    55Description: Wordfence Security - Anti-virus, Firewall and Malware Scan
    66Author: Wordfence
    7 Version: 7.10.6
     7Version: 7.10.7
    88Author URI: http://www.wordfence.com/
    99Text Domain: wordfence
     
    3939    exit;
    4040}
    41 define('WORDFENCE_VERSION', '7.10.6');
    42 define('WORDFENCE_BUILD_NUMBER', '1698685182');
     41define('WORDFENCE_VERSION', '7.10.7');
     42define('WORDFENCE_BUILD_NUMBER', '1699289814');
    4343define('WORDFENCE_BASENAME', function_exists('plugin_basename') ? plugin_basename(__FILE__) :
    4444    basename(dirname(__FILE__)) . '/' . basename(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.