Plugin Directory

Changeset 3439488


Ignore:
Timestamp:
01/14/2026 11:53:43 AM (2 months ago)
Author:
openmost
Message:

2.1.1

Location:
openmost-site-kit
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • openmost-site-kit/assets/icon.svg

    r2913475 r3439488  
    1 <svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
    2 <g clip-path="url(#clip0_1980_1155)">
    3 <rect width="256" height="256" fill="white"/>
    4 <g clip-path="url(#clip1_1980_1155)">
    5 <path d="M102.4 51.2H204.8V153.6H153.6V102.4H102.4V51.2Z" fill="#242C8F"/>
    6 <path d="M51.2001 102.4H102.4V153.6H153.6V204.8H51.2001V102.4Z" fill="#426CDA"/>
    7 <path d="M102.4 102.4L51.2 102.4C51.2 74.1233 74.123 51.2002 102.4 51.2002L102.4 102.4Z" fill="#FFA32A"/>
    8 <path d="M153.6 153.6H204.8C204.8 181.877 181.877 204.8 153.6 204.8V153.6Z" fill="#F25F6F"/>
    9 </g>
    10 </g>
    11 <defs>
    12 <clipPath id="clip0_1980_1155">
    13 <rect width="256" height="256" fill="white"/>
    14 </clipPath>
    15 <clipPath id="clip1_1980_1155">
    16 <rect width="153.6" height="153.6" fill="white" transform="translate(51.2 51.2002)"/>
    17 </clipPath>
    18 </defs>
     1<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
     2<rect width="128" height="128" fill="white"/>
     3<path d="M93.1886 46.8487L108.116 70.195C111.825 75.9982 110.287 83.6936 104.632 87.6239C98.761 91.7048 90.689 90.1915 86.6907 84.2645L78.0357 71.429L93.1886 46.8487Z" fill="#95C748"/>
     4<path d="M19.5595 70.3164L36.7844 44.0552C41.82 36.3768 52.9939 36.1436 58.3477 43.6058L69.9249 59.7498L86.0955 57.8308L90.3271 60.5489L74.8803 83.8515C69.7961 91.5227 58.5858 91.6805 53.2878 84.1551L42.2426 68.4679L19.5595 70.3164Z" fill="#3152A0"/>
     5<path d="M31.4889 90.1016C38.9386 90.1016 44.9778 84.0624 44.9778 76.6127C44.9778 69.163 38.9386 63.1238 31.4889 63.1238C24.0392 63.1238 18 69.163 18 76.6127C18 84.0624 24.0392 90.1016 31.4889 90.1016Z" fill="#35BFC0"/>
     6<path d="M80.4697 64.8339C87.9194 64.8339 93.9586 58.7947 93.9586 51.345C93.9586 43.8953 87.9194 37.8561 80.4697 37.8561C73.02 37.8561 66.9808 43.8953 66.9808 51.345C66.9808 58.7947 73.02 64.8339 80.4697 64.8339Z" fill="#F38334"/>
    197</svg>
  • openmost-site-kit/trunk/openmost-site-kit.php

    r3402115 r3439488  
    77 * Description: A complete Matomo integration for WordPress with dashboard, data layer and code injection.
    88 * Author: Openmost
    9  * Version: 2.1.0
     9 * Version: 2.1.1
    1010 * Author URI: https://openmost.io
    1111 * License: GPL-2.0-or-later
     
    2121
    2222// Constant
    23 define( 'OPENMOSTSITEKIT_VERSION', '2.1.0' );
     23define( 'OPENMOSTSITEKIT_VERSION', '2.1.1' );
    2424define( 'OPENMOSTSITEKIT_PHP_MINIMUM', '8.2.0' );
    2525define( 'OPENMOSTSITEKIT_WP_MINIMUM', '6.0.0' );
  • openmost-site-kit/trunk/readme.txt

    r3402115 r3439488  
    33Contributors: Openmost
    44Requires at least: 6.0
    5 Tested up to: 6.8
    6 Stable tag: 2.1.0
     5Tested up to: 6.9
     6Stable tag: 2.1.1
    77Tags: matomo, analytics, tracking, statistics, privacy
    88Requires PHP: 8.2
     
    4444Yes, Matomo Site Kit is an all-in-one Matomo plugin that provides all you need to collect data on WordPress.
    4545
    46 = Can I add custom data to Data Layer? =
    47 
    48 Yes you can, the data layer provided by this plugin is generic, you can add your own data.
    49 
    50 = How to visualize data layer content? =
    51 
    52 To visualize data layer content, you may open the developer console in your web browser and type `_mtm`.
    53 This will allow you to view and navigate in the data layer.
    54 
    5546== Screenshots ==
    5647
     
    6253
    6354== Changelog ==
     55
     56= 2.1.1 =
     57Release date: 2025-11-24
     58
     59* Tested on WP 6.9
    6460
    6561= 2.1.0 =
Note: See TracChangeset for help on using the changeset viewer.