Plugin Directory

Changeset 3418524


Ignore:
Timestamp:
12/12/2025 08:05:40 PM (3 months ago)
Author:
awelzel
Message:

Update trunk from Codeberg

Location:
webstats-matomo/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • webstats-matomo/trunk/readme.txt

    r3372971 r3418524  
    44Tags: statistics
    55Requires at least: 4.0
    6 Tested up to: 6.8
    7 Stable tag: 1.27
     6Tested up to: 6.9
     7Stable tag: 1.28
    88Donate link: https://paypal.me/ArnoWelzel
    99License: GPLv2
     
    2020== Changelog ==
    2121
     22= 1.28 =
     23
     24* Update compatibility information for WordPress.
     25
    2226= 1.26, 1.27 =
    2327
    2428* Fix missing update of proxy configuration when changing it.
     29
     30= 1.26 =
     31
     32* Update compatibility information for WordPress.
    2533
    2634= 1.25 =
  • webstats-matomo/trunk/webstats-matomo.php

    r3372971 r3418524  
    44Plugin URI:
    55Description: Get statistics of your website with Matomo
    6 Version: 1.27
     6Version: 1.28
    77Author: Arno Welzel
    88Author URI: http://arnowelzel.de
     
    1818class WebstatsMatomo
    1919{
    20     const PLUGIN_VERSION = '1.27';
     20    const PLUGIN_VERSION = '1.28';
    2121
    2222    var $configVersion;
Note: See TracChangeset for help on using the changeset viewer.