Plugin Directory

Changeset 3400712


Ignore:
Timestamp:
11/21/2025 10:09:39 PM (4 months ago)
Author:
openmost
Message:

2.0.1

Location:
openmost-site-kit
Files:
56 added
3 edited

Legend:

Unmodified
Added
Removed
  • openmost-site-kit/trunk/modules/tracking/index.php

    r3400708 r3400712  
    5858    // Build script URL based on plan type
    5959    if ($plan === 'cloud') {
    60         $scriptUrl = $cdnHost . '/js/container_' . $idContainer . '.js';
     60        $scriptUrl = $cdnHost . '/container_' . $idContainer . '.js';
    6161    } else {
    6262        $scriptUrl = $cdnHost . '/js/container_' . $idContainer . '.js';
  • openmost-site-kit/trunk/openmost-site-kit.php

    r3400708 r3400712  
    77 * Description: A complete Matomo integration for WordPress with dashboard, data layer and code injection.
    88 * Author: Openmost
    9  * Version: 2.0.0
     9 * Version: 2.0.1
    1010 * Author URI: https://openmost.io
    1111 */
  • openmost-site-kit/trunk/readme.txt

    r3400708 r3400712  
    44Requires at least: 6.0
    55Tested up to: 6.8.3
    6 Stable tag: 2.0.0
     6Stable tag: 2.0.1
    77Tags: matomo, piwik, analytics, site, kit, tracking, statistics, stats, analytic
    88Requires PHP: 8.2
Note: See TracChangeset for help on using the changeset viewer.