Changeset 3463592
- Timestamp:
- 02/17/2026 01:57:37 PM (6 weeks ago)
- Location:
- koko-analytics
- Files:
-
- 6 edited
- 1 copied
-
tags/2.2.4 (copied) (copied from koko-analytics/trunk)
-
tags/2.2.4/CHANGELOG.md (modified) (1 diff)
-
tags/2.2.4/koko-analytics.php (modified) (2 diffs)
-
tags/2.2.4/readme.txt (modified) (2 diffs)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/koko-analytics.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
koko-analytics/tags/2.2.4/CHANGELOG.md
r3463589 r3463592 1 1 # Changelog 2 2 3 ### 2.2. 3- Feb 17, 20263 ### 2.2.4 - Feb 17, 2026 4 4 5 5 - Fix fatal error on fresh plugin installation because of calling non-static method statically. -
koko-analytics/tags/2.2.4/koko-analytics.php
r3463571 r3463592 4 4 Plugin Name: Koko Analytics 5 5 Plugin URI: https://www.kokoanalytics.com/#utm_source=wp-plugin&utm_medium=koko-analytics&utm_campaign=plugins-page 6 Version: 2.2. 36 Version: 2.2.4 7 7 Description: Privacy-friendly and efficient statistics for your WordPress site. 8 8 Author: ibericode … … 43 43 } 44 44 45 define('KOKO_ANALYTICS_VERSION', '2.2. 3');45 define('KOKO_ANALYTICS_VERSION', '2.2.4'); 46 46 define('KOKO_ANALYTICS_PLUGIN_FILE', __FILE__); 47 47 define('KOKO_ANALYTICS_PLUGIN_DIR', __DIR__); -
koko-analytics/tags/2.2.4/readme.txt
r3463589 r3463592 4 4 Requires at least: 6.0 5 5 Tested up to: 6.9.1 6 Stable tag: 2.2. 36 Stable tag: 2.2.4 7 7 License: GPL-3.0-or-later 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 124 124 == Changelog == 125 125 126 ### 2.2. 3- Feb 17, 2026126 ### 2.2.4 - Feb 17, 2026 127 127 128 128 - Fix fatal error on fresh plugin installation because of calling non-static method statically. -
koko-analytics/trunk/CHANGELOG.md
r3463589 r3463592 1 1 # Changelog 2 2 3 ### 2.2. 3- Feb 17, 20263 ### 2.2.4 - Feb 17, 2026 4 4 5 5 - Fix fatal error on fresh plugin installation because of calling non-static method statically. -
koko-analytics/trunk/koko-analytics.php
r3463571 r3463592 4 4 Plugin Name: Koko Analytics 5 5 Plugin URI: https://www.kokoanalytics.com/#utm_source=wp-plugin&utm_medium=koko-analytics&utm_campaign=plugins-page 6 Version: 2.2. 36 Version: 2.2.4 7 7 Description: Privacy-friendly and efficient statistics for your WordPress site. 8 8 Author: ibericode … … 43 43 } 44 44 45 define('KOKO_ANALYTICS_VERSION', '2.2. 3');45 define('KOKO_ANALYTICS_VERSION', '2.2.4'); 46 46 define('KOKO_ANALYTICS_PLUGIN_FILE', __FILE__); 47 47 define('KOKO_ANALYTICS_PLUGIN_DIR', __DIR__); -
koko-analytics/trunk/readme.txt
r3463589 r3463592 4 4 Requires at least: 6.0 5 5 Tested up to: 6.9.1 6 Stable tag: 2.2. 36 Stable tag: 2.2.4 7 7 License: GPL-3.0-or-later 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 124 124 == Changelog == 125 125 126 ### 2.2. 3- Feb 17, 2026126 ### 2.2.4 - Feb 17, 2026 127 127 128 128 - Fix fatal error on fresh plugin installation because of calling non-static method statically.
Note: See TracChangeset
for help on using the changeset viewer.