Plugin Directory

Changeset 3463592


Ignore:
Timestamp:
02/17/2026 01:57:37 PM (6 weeks ago)
Author:
DvanKooten
Message:

v2.2.4

Location:
koko-analytics
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • koko-analytics/tags/2.2.4/CHANGELOG.md

    r3463589 r3463592  
    11# Changelog
    22
    3 ### 2.2.3 - Feb 17, 2026
     3### 2.2.4 - Feb 17, 2026
    44
    55- 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  
    44Plugin Name: Koko Analytics
    55Plugin URI: https://www.kokoanalytics.com/#utm_source=wp-plugin&utm_medium=koko-analytics&utm_campaign=plugins-page
    6 Version: 2.2.3
     6Version: 2.2.4
    77Description: Privacy-friendly and efficient statistics for your WordPress site.
    88Author: ibericode
     
    4343}
    4444
    45 define('KOKO_ANALYTICS_VERSION', '2.2.3');
     45define('KOKO_ANALYTICS_VERSION', '2.2.4');
    4646define('KOKO_ANALYTICS_PLUGIN_FILE', __FILE__);
    4747define('KOKO_ANALYTICS_PLUGIN_DIR', __DIR__);
  • koko-analytics/tags/2.2.4/readme.txt

    r3463589 r3463592  
    44Requires at least: 6.0
    55Tested up to: 6.9.1
    6 Stable tag: 2.2.3
     6Stable tag: 2.2.4
    77License: GPL-3.0-or-later
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    124124== Changelog ==
    125125
    126 ### 2.2.3 - Feb 17, 2026
     126### 2.2.4 - Feb 17, 2026
    127127
    128128- Fix fatal error on fresh plugin installation because of calling non-static method statically.
  • koko-analytics/trunk/CHANGELOG.md

    r3463589 r3463592  
    11# Changelog
    22
    3 ### 2.2.3 - Feb 17, 2026
     3### 2.2.4 - Feb 17, 2026
    44
    55- Fix fatal error on fresh plugin installation because of calling non-static method statically.
  • koko-analytics/trunk/koko-analytics.php

    r3463571 r3463592  
    44Plugin Name: Koko Analytics
    55Plugin URI: https://www.kokoanalytics.com/#utm_source=wp-plugin&utm_medium=koko-analytics&utm_campaign=plugins-page
    6 Version: 2.2.3
     6Version: 2.2.4
    77Description: Privacy-friendly and efficient statistics for your WordPress site.
    88Author: ibericode
     
    4343}
    4444
    45 define('KOKO_ANALYTICS_VERSION', '2.2.3');
     45define('KOKO_ANALYTICS_VERSION', '2.2.4');
    4646define('KOKO_ANALYTICS_PLUGIN_FILE', __FILE__);
    4747define('KOKO_ANALYTICS_PLUGIN_DIR', __DIR__);
  • koko-analytics/trunk/readme.txt

    r3463589 r3463592  
    44Requires at least: 6.0
    55Tested up to: 6.9.1
    6 Stable tag: 2.2.3
     6Stable tag: 2.2.4
    77License: GPL-3.0-or-later
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    124124== Changelog ==
    125125
    126 ### 2.2.3 - Feb 17, 2026
     126### 2.2.4 - Feb 17, 2026
    127127
    128128- Fix fatal error on fresh plugin installation because of calling non-static method statically.
Note: See TracChangeset for help on using the changeset viewer.