Plugin Directory

Changeset 3394578


Ignore:
Timestamp:
11/12/2025 06:04:47 PM (4 weeks ago)
Author:
wfryan
Message:

8.1.2 - November 12, 2025

  • Improvement: Updated the bundled geoip database
Location:
wordfence
Files:
132 added
132 deleted
14 edited
1 copied

Legend:

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

    r3390597 r3394578  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Wordfence Security 8.1.1\n"
    6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wordfence-zip-RDORf4bCI\n"
     5"Project-Id-Version: Wordfence Security 8.1.2\n"
     6"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wordfence-zip-7rLpGwBNf\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: 2025-11-05T16:13:21+00:00\n"
     12"POT-Creation-Date: 2025-11-12T17:53:29+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.7.1\n"
     
    18911891#: lib/menu_tools_auditlog.php:245
    18921892#: lib/menu_tools_auditlog.php:276
    1893 #: lib/menu_tools_livetraffic.php:580
    1894 #: lib/menu_tools_livetraffic.php:611
     1893#: lib/menu_tools_livetraffic.php:577
     1894#: lib/menu_tools_livetraffic.php:608
    18951895msgid "Got it"
    18961896msgstr ""
     
    34423442#: lib/menu_tools_livetraffic.php:8
    34433443#: lib/menu_tools_livetraffic.php:41
    3444 #: lib/menu_tools_livetraffic.php:574
    3445 #: lib/menu_tools_livetraffic.php:605
     3444#: lib/menu_tools_livetraffic.php:571
     3445#: lib/menu_tools_livetraffic.php:602
    34463446#: lib/wordfenceClass.php:6898
    34473447#: models/page/wfPage.php:119
     
    45334533msgstr ""
    45344534
    4535 #: lib/menu_tools_livetraffic.php:575
     4535#: lib/menu_tools_livetraffic.php:572
    45364536msgid "Live traffic defaults to a summary view of all security-related traffic. Details are viewable by clicking anywhere within the summary record. To switch to the expanded view, click the <strong>Expand All Records</strong> switch."
    45374537msgstr ""
    45384538
    4539 #: lib/menu_tools_livetraffic.php:606
     4539#: lib/menu_tools_livetraffic.php:603
    45404540msgid "Live traffic now defaults to a summary view. Details are viewable by clicking anywhere within the summary record. To switch to the expanded view, click the <strong>Expand All Records</strong> switch. New installations will only log security-related traffic by default, though your previous setting has been preserved."
    45414541msgstr ""
  • wordfence/tags/8.1.2/lib/menu_tools_livetraffic.php

    r3390597 r3394578  
    517517    </div>
    518518</div>
    519 <div class="wf-row">
    520     <div class="wf-col-xs-12"><a href='https://db-ip.com' target="_blank" rel="nofollow noopener noreferrer">IP Geolocation by DB-IP</a></div>
    521 </div>
    522519
    523520<script type="application/javascript">
  • wordfence/tags/8.1.2/lib/wfIpLocation.php

    r3390597 r3394578  
    22
    33class wfIpLocation {
    4     const DATABASE_FILE_NAME = 'dbip-country-lite.mmdb'; //Also defined in bootstrap.php
     4    const DATABASE_FILE_NAME = 'geoip.mmdb'; //Also defined in bootstrap.php
    55
    66    const LANGUAGE_DEFAULT = 'en';
  • wordfence/tags/8.1.2/modules/login-security/wordfence-login-security.php

    r3390597 r3394578  
    2828   
    2929    define('WORDFENCE_LS_VERSION', '1.1.15');
    30     define('WORDFENCE_LS_BUILD_NUMBER', '1762359200');
     30    define('WORDFENCE_LS_BUILD_NUMBER', '1762970008');
    3131
    3232    define('WORDFENCE_LS_PLUGIN_BASENAME', plugin_basename(__FILE__));
  • wordfence/tags/8.1.2/readme.txt

    r3390597 r3394578  
    55Requires PHP: 7.0
    66Tested up to: 6.8
    7 Stable tag: 8.1.1
     7Stable tag: 8.1.2
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    207207
    208208== Changelog ==
     209
     210= 8.1.2 - November 12, 2025 =
     211* Improvement: Updated the bundled geoip database
    209212
    210213= 8.1.1 - November 5, 2025 =
  • wordfence/tags/8.1.2/waf/bootstrap.php

    r3390597 r3394578  
    584584        @unlink(rtrim(WFWAF_LOG_PATH, '/') . '/.htaccess');
    585585        @unlink(rtrim(WFWAF_LOG_PATH, '/') . '/template.php');
    586         @unlink(rtrim(WFWAF_LOG_PATH, '/') . '/dbip-country-lite.mmdb');
     586        @unlink(rtrim(WFWAF_LOG_PATH, '/') . '/geoip.mmdb');
    587587       
    588588        self::_recursivelyRemoveWflogs(''); //Removes any remaining files and the directory itself
     
    653653        $fileList[] = rtrim(WFWAF_LOG_PATH, '/') . '/.htaccess';
    654654        $fileList[] = rtrim(WFWAF_LOG_PATH, '/') . '/template.php';
    655         $fileList[] = rtrim(WFWAF_LOG_PATH, '/') . '/dbip-country-lite.mmdb';
     655        $fileList[] = rtrim(WFWAF_LOG_PATH, '/') . '/geoip.mmdb';
    656656        return $fileList;
    657657    }
  • wordfence/tags/8.1.2/wordfence.php

    r3390597 r3394578  
    55Description: Wordfence Security - Anti-virus, Firewall and Malware Scan
    66Author: Wordfence
    7 Version: 8.1.1
     7Version: 8.1.2
    88Author URI: https://www.wordfence.com/
    99Text Domain: wordfence
     
    3939    exit;
    4040}
    41 define('WORDFENCE_VERSION', '8.1.1');
    42 define('WORDFENCE_BUILD_NUMBER', '1762359200');
     41define('WORDFENCE_VERSION', '8.1.2');
     42define('WORDFENCE_BUILD_NUMBER', '1762970008');
    4343define('WORDFENCE_BASENAME', function_exists('plugin_basename') ? plugin_basename(__FILE__) :
    4444    basename(dirname(__FILE__)) . '/' . basename(__FILE__));
  • wordfence/trunk/languages/wordfence.pot

    r3390597 r3394578  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Wordfence Security 8.1.1\n"
    6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wordfence-zip-RDORf4bCI\n"
     5"Project-Id-Version: Wordfence Security 8.1.2\n"
     6"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wordfence-zip-7rLpGwBNf\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: 2025-11-05T16:13:21+00:00\n"
     12"POT-Creation-Date: 2025-11-12T17:53:29+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.7.1\n"
     
    18911891#: lib/menu_tools_auditlog.php:245
    18921892#: lib/menu_tools_auditlog.php:276
    1893 #: lib/menu_tools_livetraffic.php:580
    1894 #: lib/menu_tools_livetraffic.php:611
     1893#: lib/menu_tools_livetraffic.php:577
     1894#: lib/menu_tools_livetraffic.php:608
    18951895msgid "Got it"
    18961896msgstr ""
     
    34423442#: lib/menu_tools_livetraffic.php:8
    34433443#: lib/menu_tools_livetraffic.php:41
    3444 #: lib/menu_tools_livetraffic.php:574
    3445 #: lib/menu_tools_livetraffic.php:605
     3444#: lib/menu_tools_livetraffic.php:571
     3445#: lib/menu_tools_livetraffic.php:602
    34463446#: lib/wordfenceClass.php:6898
    34473447#: models/page/wfPage.php:119
     
    45334533msgstr ""
    45344534
    4535 #: lib/menu_tools_livetraffic.php:575
     4535#: lib/menu_tools_livetraffic.php:572
    45364536msgid "Live traffic defaults to a summary view of all security-related traffic. Details are viewable by clicking anywhere within the summary record. To switch to the expanded view, click the <strong>Expand All Records</strong> switch."
    45374537msgstr ""
    45384538
    4539 #: lib/menu_tools_livetraffic.php:606
     4539#: lib/menu_tools_livetraffic.php:603
    45404540msgid "Live traffic now defaults to a summary view. Details are viewable by clicking anywhere within the summary record. To switch to the expanded view, click the <strong>Expand All Records</strong> switch. New installations will only log security-related traffic by default, though your previous setting has been preserved."
    45414541msgstr ""
  • wordfence/trunk/lib/menu_tools_livetraffic.php

    r3390597 r3394578  
    517517    </div>
    518518</div>
    519 <div class="wf-row">
    520     <div class="wf-col-xs-12"><a href='https://db-ip.com' target="_blank" rel="nofollow noopener noreferrer">IP Geolocation by DB-IP</a></div>
    521 </div>
    522519
    523520<script type="application/javascript">
  • wordfence/trunk/lib/wfIpLocation.php

    r3390597 r3394578  
    22
    33class wfIpLocation {
    4     const DATABASE_FILE_NAME = 'dbip-country-lite.mmdb'; //Also defined in bootstrap.php
     4    const DATABASE_FILE_NAME = 'geoip.mmdb'; //Also defined in bootstrap.php
    55
    66    const LANGUAGE_DEFAULT = 'en';
  • wordfence/trunk/modules/login-security/wordfence-login-security.php

    r3390597 r3394578  
    2828   
    2929    define('WORDFENCE_LS_VERSION', '1.1.15');
    30     define('WORDFENCE_LS_BUILD_NUMBER', '1762359200');
     30    define('WORDFENCE_LS_BUILD_NUMBER', '1762970008');
    3131
    3232    define('WORDFENCE_LS_PLUGIN_BASENAME', plugin_basename(__FILE__));
  • wordfence/trunk/readme.txt

    r3390597 r3394578  
    55Requires PHP: 7.0
    66Tested up to: 6.8
    7 Stable tag: 8.1.1
     7Stable tag: 8.1.2
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    207207
    208208== Changelog ==
     209
     210= 8.1.2 - November 12, 2025 =
     211* Improvement: Updated the bundled geoip database
    209212
    210213= 8.1.1 - November 5, 2025 =
  • wordfence/trunk/waf/bootstrap.php

    r3390597 r3394578  
    584584        @unlink(rtrim(WFWAF_LOG_PATH, '/') . '/.htaccess');
    585585        @unlink(rtrim(WFWAF_LOG_PATH, '/') . '/template.php');
    586         @unlink(rtrim(WFWAF_LOG_PATH, '/') . '/dbip-country-lite.mmdb');
     586        @unlink(rtrim(WFWAF_LOG_PATH, '/') . '/geoip.mmdb');
    587587       
    588588        self::_recursivelyRemoveWflogs(''); //Removes any remaining files and the directory itself
     
    653653        $fileList[] = rtrim(WFWAF_LOG_PATH, '/') . '/.htaccess';
    654654        $fileList[] = rtrim(WFWAF_LOG_PATH, '/') . '/template.php';
    655         $fileList[] = rtrim(WFWAF_LOG_PATH, '/') . '/dbip-country-lite.mmdb';
     655        $fileList[] = rtrim(WFWAF_LOG_PATH, '/') . '/geoip.mmdb';
    656656        return $fileList;
    657657    }
  • wordfence/trunk/wordfence.php

    r3390597 r3394578  
    55Description: Wordfence Security - Anti-virus, Firewall and Malware Scan
    66Author: Wordfence
    7 Version: 8.1.1
     7Version: 8.1.2
    88Author URI: https://www.wordfence.com/
    99Text Domain: wordfence
     
    3939    exit;
    4040}
    41 define('WORDFENCE_VERSION', '8.1.1');
    42 define('WORDFENCE_BUILD_NUMBER', '1762359200');
     41define('WORDFENCE_VERSION', '8.1.2');
     42define('WORDFENCE_BUILD_NUMBER', '1762970008');
    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.