Changeset 3418524
- Timestamp:
- 12/12/2025 08:05:40 PM (3 months ago)
- Location:
- webstats-matomo/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
webstats-matomo.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
webstats-matomo/trunk/readme.txt
r3372971 r3418524 4 4 Tags: statistics 5 5 Requires at least: 4.0 6 Tested up to: 6. 87 Stable tag: 1.2 76 Tested up to: 6.9 7 Stable tag: 1.28 8 8 Donate link: https://paypal.me/ArnoWelzel 9 9 License: GPLv2 … … 20 20 == Changelog == 21 21 22 = 1.28 = 23 24 * Update compatibility information for WordPress. 25 22 26 = 1.26, 1.27 = 23 27 24 28 * Fix missing update of proxy configuration when changing it. 29 30 = 1.26 = 31 32 * Update compatibility information for WordPress. 25 33 26 34 = 1.25 = -
webstats-matomo/trunk/webstats-matomo.php
r3372971 r3418524 4 4 Plugin URI: 5 5 Description: Get statistics of your website with Matomo 6 Version: 1.2 76 Version: 1.28 7 7 Author: Arno Welzel 8 8 Author URI: http://arnowelzel.de … … 18 18 class WebstatsMatomo 19 19 { 20 const PLUGIN_VERSION = '1.2 7';20 const PLUGIN_VERSION = '1.28'; 21 21 22 22 var $configVersion;
Note: See TracChangeset
for help on using the changeset viewer.