Changeset 3467827
- Timestamp:
- 02/23/2026 03:26:29 PM (5 weeks ago)
- Location:
- wp-statistics
- Files:
-
- 10 edited
- 1 copied
-
tags/14.16.3 (copied) (copied from wp-statistics/trunk)
-
tags/14.16.3/languages/wp-statistics.pot (modified) (4 diffs)
-
tags/14.16.3/readme.txt (modified) (2 diffs)
-
tags/14.16.3/src/Service/Database/Migrations/BackgroundProcess/Jobs/IncompleteGeoIpUpdater.php (modified) (1 diff)
-
tags/14.16.3/src/Utils/Query.php (modified) (1 diff)
-
tags/14.16.3/wp-statistics.php (modified) (2 diffs)
-
trunk/languages/wp-statistics.pot (modified) (4 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/Service/Database/Migrations/BackgroundProcess/Jobs/IncompleteGeoIpUpdater.php (modified) (1 diff)
-
trunk/src/Utils/Query.php (modified) (1 diff)
-
trunk/wp-statistics.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-statistics/tags/14.16.3/languages/wp-statistics.pot
r3456994 r3467827 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WP Statistics 14.16. 1\n"5 "Project-Id-Version: WP Statistics 14.16.3\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-statistics\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "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" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.12.0\n" … … 7494 7494 msgstr "" 7495 7495 7496 #: src/Service/Database/Migrations/BackgroundProcess/Jobs/IncompleteGeoIpUpdater.php:12 47496 #: src/Service/Database/Migrations/BackgroundProcess/Jobs/IncompleteGeoIpUpdater.php:128 7497 7497 #, php-format 7498 7498 msgid "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." 7499 7499 msgstr "" 7500 7500 7501 #: src/Service/Database/Migrations/BackgroundProcess/Jobs/IncompleteGeoIpUpdater.php:14 17501 #: src/Service/Database/Migrations/BackgroundProcess/Jobs/IncompleteGeoIpUpdater.php:145 7502 7502 msgid "Geographic data update is already in progress." 7503 7503 msgstr "" … … 7784 7784 msgstr "" 7785 7785 7786 #: src/Utils/Query.php:55 57787 #: src/Utils/Query.php:5 777786 #: src/Utils/Query.php:559 7787 #: src/Utils/Query.php:581 7788 7788 msgid "Invalid join clause" 7789 7789 msgstr "" 7790 7790 7791 #: src/Utils/Query.php:66 47791 #: src/Utils/Query.php:668 7792 7792 #, php-format 7793 7793 msgid "%s method is not defined." -
wp-statistics/tags/14.16.3/readme.txt
r3456994 r3467827 5 5 Requires at least: 6.6 6 6 Tested up to: 6.9 7 Stable tag: 14.16. 17 Stable tag: 14.16.3 8 8 Requires PHP: 7.4 9 9 License: GPL-2.0+ … … 147 147 148 148 == Changelog == 149 = 14.16.3 - 2025-02-23 = 150 - **Fix:** Minor improvements and fix version. 151 149 152 = 14.16.1 - 2025-02-09 = 150 153 - **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 75 75 'fields' => ['visitor.ip'] 76 76 ]); 77 78 if (! $visitor instanceof VisitorDecorator) { 79 continue; 80 } 77 81 78 82 $location = GeolocationFactory::getLocation($visitor->getIP(), MaxmindGeoIPProvider::class); -
wp-statistics/tags/14.16.3/src/Utils/Query.php
r3331974 r3467827 448 448 } 449 449 450 if (is_null($result)) { 451 return null; 452 } 453 450 454 $decoratedResult = []; 451 455 -
wp-statistics/tags/14.16.3/wp-statistics.php
r3456994 r3467827 5 5 * GitHub Plugin URI: https://github.com/wp-statistics/wp-statistics 6 6 * 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. 17 * Version: 14.16.3 8 8 * Author: VeronaLabs 9 9 * Author URI: https://veronalabs.com/ … … 23 23 24 24 # Set another useful plugin define. 25 define('WP_STATISTICS_VERSION', '14.16. 1');25 define('WP_STATISTICS_VERSION', '14.16.3'); 26 26 27 27 # Load Plugin -
wp-statistics/trunk/languages/wp-statistics.pot
r3456994 r3467827 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WP Statistics 14.16. 1\n"5 "Project-Id-Version: WP Statistics 14.16.3\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-statistics\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "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" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.12.0\n" … … 7494 7494 msgstr "" 7495 7495 7496 #: src/Service/Database/Migrations/BackgroundProcess/Jobs/IncompleteGeoIpUpdater.php:12 47496 #: src/Service/Database/Migrations/BackgroundProcess/Jobs/IncompleteGeoIpUpdater.php:128 7497 7497 #, php-format 7498 7498 msgid "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." 7499 7499 msgstr "" 7500 7500 7501 #: src/Service/Database/Migrations/BackgroundProcess/Jobs/IncompleteGeoIpUpdater.php:14 17501 #: src/Service/Database/Migrations/BackgroundProcess/Jobs/IncompleteGeoIpUpdater.php:145 7502 7502 msgid "Geographic data update is already in progress." 7503 7503 msgstr "" … … 7784 7784 msgstr "" 7785 7785 7786 #: src/Utils/Query.php:55 57787 #: src/Utils/Query.php:5 777786 #: src/Utils/Query.php:559 7787 #: src/Utils/Query.php:581 7788 7788 msgid "Invalid join clause" 7789 7789 msgstr "" 7790 7790 7791 #: src/Utils/Query.php:66 47791 #: src/Utils/Query.php:668 7792 7792 #, php-format 7793 7793 msgid "%s method is not defined." -
wp-statistics/trunk/readme.txt
r3456994 r3467827 5 5 Requires at least: 6.6 6 6 Tested up to: 6.9 7 Stable tag: 14.16. 17 Stable tag: 14.16.3 8 8 Requires PHP: 7.4 9 9 License: GPL-2.0+ … … 147 147 148 148 == Changelog == 149 = 14.16.3 - 2025-02-23 = 150 - **Fix:** Minor improvements and fix version. 151 149 152 = 14.16.1 - 2025-02-09 = 150 153 - **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 75 75 'fields' => ['visitor.ip'] 76 76 ]); 77 78 if (! $visitor instanceof VisitorDecorator) { 79 continue; 80 } 77 81 78 82 $location = GeolocationFactory::getLocation($visitor->getIP(), MaxmindGeoIPProvider::class); -
wp-statistics/trunk/src/Utils/Query.php
r3331974 r3467827 448 448 } 449 449 450 if (is_null($result)) { 451 return null; 452 } 453 450 454 $decoratedResult = []; 451 455 -
wp-statistics/trunk/wp-statistics.php
r3456994 r3467827 5 5 * GitHub Plugin URI: https://github.com/wp-statistics/wp-statistics 6 6 * 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. 17 * Version: 14.16.3 8 8 * Author: VeronaLabs 9 9 * Author URI: https://veronalabs.com/ … … 23 23 24 24 # Set another useful plugin define. 25 define('WP_STATISTICS_VERSION', '14.16. 1');25 define('WP_STATISTICS_VERSION', '14.16.3'); 26 26 27 27 # Load Plugin
Note: See TracChangeset
for help on using the changeset viewer.