Plugin Directory

Changeset 3467827


Ignore:
Timestamp:
02/23/2026 03:26:29 PM (5 weeks ago)
Author:
mostafa.s1990
Message:

Update to version 14.16.3 from GitHub

Location:
wp-statistics
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wp-statistics/tags/14.16.3/languages/wp-statistics.pot

    r3456994 r3467827  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WP Statistics 14.16.1\n"
     5"Project-Id-Version: WP Statistics 14.16.3\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-statistics\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2026-02-09T11:10:13+00:00\n"
     12"POT-Creation-Date: 2026-02-23T15:10:33+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.12.0\n"
     
    74947494msgstr ""
    74957495
    7496 #: src/Service/Database/Migrations/BackgroundProcess/Jobs/IncompleteGeoIpUpdater.php:124
     7496#: src/Service/Database/Migrations/BackgroundProcess/Jobs/IncompleteGeoIpUpdater.php:128
    74977497#, php-format
    74987498msgid "Detected visitors without location data. Please <a href=\"%s\">click here</a> to update the geographic data in the background. This is necessary for accurate analytics."
    74997499msgstr ""
    75007500
    7501 #: src/Service/Database/Migrations/BackgroundProcess/Jobs/IncompleteGeoIpUpdater.php:141
     7501#: src/Service/Database/Migrations/BackgroundProcess/Jobs/IncompleteGeoIpUpdater.php:145
    75027502msgid "Geographic data update is already in progress."
    75037503msgstr ""
     
    77847784msgstr ""
    77857785
    7786 #: src/Utils/Query.php:555
    7787 #: src/Utils/Query.php:577
     7786#: src/Utils/Query.php:559
     7787#: src/Utils/Query.php:581
    77887788msgid "Invalid join clause"
    77897789msgstr ""
    77907790
    7791 #: src/Utils/Query.php:664
     7791#: src/Utils/Query.php:668
    77927792#, php-format
    77937793msgid "%s method is not defined."
  • wp-statistics/tags/14.16.3/readme.txt

    r3456994 r3467827  
    55Requires at least: 6.6
    66Tested up to: 6.9
    7 Stable tag: 14.16.1
     7Stable tag: 14.16.3
    88Requires PHP: 7.4
    99License: GPL-2.0+
     
    147147
    148148== Changelog ==
     149= 14.16.3 - 2025-02-23 =
     150- **Fix:** Minor improvements and fix version.
     151
    149152= 14.16.1 - 2025-02-09 =
    150153- **Fix:** Fixed an issue where historical data was not included in single-content/single-resource reports.
  • wp-statistics/tags/14.16.3/src/Service/Database/Migrations/BackgroundProcess/Jobs/IncompleteGeoIpUpdater.php

    r3392320 r3467827  
    7575                'fields'     => ['visitor.ip']
    7676            ]);
     77
     78            if (! $visitor instanceof VisitorDecorator) {
     79                continue;
     80            }
    7781
    7882            $location = GeolocationFactory::getLocation($visitor->getIP(), MaxmindGeoIPProvider::class);
  • wp-statistics/tags/14.16.3/src/Utils/Query.php

    r3331974 r3467827  
    448448        }
    449449
     450        if (is_null($result)) {
     451            return null;
     452        }
     453
    450454        $decoratedResult = [];
    451455
  • wp-statistics/tags/14.16.3/wp-statistics.php

    r3456994 r3467827  
    55 * GitHub Plugin URI: https://github.com/wp-statistics/wp-statistics
    66 * Description: Get website traffic insights with GDPR/CCPA compliant, privacy-friendly analytics. Includes visitor data, stunning graphs, and no data sharing.
    7  * Version: 14.16.1
     7 * Version: 14.16.3
    88 * Author: VeronaLabs
    99 * Author URI: https://veronalabs.com/
     
    2323
    2424# Set another useful plugin define.
    25 define('WP_STATISTICS_VERSION', '14.16.1');
     25define('WP_STATISTICS_VERSION', '14.16.3');
    2626
    2727# Load Plugin
  • wp-statistics/trunk/languages/wp-statistics.pot

    r3456994 r3467827  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WP Statistics 14.16.1\n"
     5"Project-Id-Version: WP Statistics 14.16.3\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-statistics\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2026-02-09T11:10:13+00:00\n"
     12"POT-Creation-Date: 2026-02-23T15:10:33+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.12.0\n"
     
    74947494msgstr ""
    74957495
    7496 #: src/Service/Database/Migrations/BackgroundProcess/Jobs/IncompleteGeoIpUpdater.php:124
     7496#: src/Service/Database/Migrations/BackgroundProcess/Jobs/IncompleteGeoIpUpdater.php:128
    74977497#, php-format
    74987498msgid "Detected visitors without location data. Please <a href=\"%s\">click here</a> to update the geographic data in the background. This is necessary for accurate analytics."
    74997499msgstr ""
    75007500
    7501 #: src/Service/Database/Migrations/BackgroundProcess/Jobs/IncompleteGeoIpUpdater.php:141
     7501#: src/Service/Database/Migrations/BackgroundProcess/Jobs/IncompleteGeoIpUpdater.php:145
    75027502msgid "Geographic data update is already in progress."
    75037503msgstr ""
     
    77847784msgstr ""
    77857785
    7786 #: src/Utils/Query.php:555
    7787 #: src/Utils/Query.php:577
     7786#: src/Utils/Query.php:559
     7787#: src/Utils/Query.php:581
    77887788msgid "Invalid join clause"
    77897789msgstr ""
    77907790
    7791 #: src/Utils/Query.php:664
     7791#: src/Utils/Query.php:668
    77927792#, php-format
    77937793msgid "%s method is not defined."
  • wp-statistics/trunk/readme.txt

    r3456994 r3467827  
    55Requires at least: 6.6
    66Tested up to: 6.9
    7 Stable tag: 14.16.1
     7Stable tag: 14.16.3
    88Requires PHP: 7.4
    99License: GPL-2.0+
     
    147147
    148148== Changelog ==
     149= 14.16.3 - 2025-02-23 =
     150- **Fix:** Minor improvements and fix version.
     151
    149152= 14.16.1 - 2025-02-09 =
    150153- **Fix:** Fixed an issue where historical data was not included in single-content/single-resource reports.
  • wp-statistics/trunk/src/Service/Database/Migrations/BackgroundProcess/Jobs/IncompleteGeoIpUpdater.php

    r3392320 r3467827  
    7575                'fields'     => ['visitor.ip']
    7676            ]);
     77
     78            if (! $visitor instanceof VisitorDecorator) {
     79                continue;
     80            }
    7781
    7882            $location = GeolocationFactory::getLocation($visitor->getIP(), MaxmindGeoIPProvider::class);
  • wp-statistics/trunk/src/Utils/Query.php

    r3331974 r3467827  
    448448        }
    449449
     450        if (is_null($result)) {
     451            return null;
     452        }
     453
    450454        $decoratedResult = [];
    451455
  • wp-statistics/trunk/wp-statistics.php

    r3456994 r3467827  
    55 * GitHub Plugin URI: https://github.com/wp-statistics/wp-statistics
    66 * Description: Get website traffic insights with GDPR/CCPA compliant, privacy-friendly analytics. Includes visitor data, stunning graphs, and no data sharing.
    7  * Version: 14.16.1
     7 * Version: 14.16.3
    88 * Author: VeronaLabs
    99 * Author URI: https://veronalabs.com/
     
    2323
    2424# Set another useful plugin define.
    25 define('WP_STATISTICS_VERSION', '14.16.1');
     25define('WP_STATISTICS_VERSION', '14.16.3');
    2626
    2727# Load Plugin
Note: See TracChangeset for help on using the changeset viewer.