Plugin Directory

Changeset 3347971


Ignore:
Timestamp:
08/21/2025 08:31:09 AM (7 months ago)
Author:
piwikpro
Message:

Version 1.4.1

Location:
piwik-pro
Files:
71 added
3 edited

Legend:

Unmodified
Added
Removed
  • piwik-pro/trunk/README.txt

    r3347577 r3347971  
    44Requires at least: 5.7
    55Tested up to: 6.8
    6 Stable tag: 1.4.0
     6Stable tag: 1.4.1
    77Requires PHP: 7.4
    88License: GPLv3
     
    103103== Changelog ==
    104104
     105= 1.4.1 =
     106**Release date: 21.08.2025**
     107
     108* Fix: Fixed PHP Warning: `Undefined array key "cookiebot"`.
     109
    105110= 1.4.0 =
    106111**Release date: 20.08.2025**
  • piwik-pro/trunk/includes/Plugin.php

    r3347577 r3347971  
    3535            'id' => '',
    3636            'layer' => 'dataLayer',
     37            'cookiebot' => true,
    3738            'woocommerce' => true
    3839        ];
  • piwik-pro/trunk/plugin.php

    r3347577 r3347971  
    55 * Plugin URI:        https://wordpress.org/plugins/piwik-pro/
    66 * Description:       Adds the Piwik PRO container (with tracking code) to your WordPress site.
    7  * Version:           1.4.0
     7 * Version:           1.4.1
    88 * Requires at least: 5.7
    99 * Requires PHP:      7.4
Note: See TracChangeset for help on using the changeset viewer.