Changeset 3439488
- Timestamp:
- 01/14/2026 11:53:43 AM (2 months ago)
- Location:
- openmost-site-kit
- Files:
-
- 5 edited
-
assets/icon-128x128.png (modified) (previous)
-
assets/icon-256x256.png (modified) (previous)
-
assets/icon.svg (modified) (1 diff)
-
trunk/openmost-site-kit.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
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"/> 19 7 </svg> -
openmost-site-kit/trunk/openmost-site-kit.php
r3402115 r3439488 7 7 * Description: A complete Matomo integration for WordPress with dashboard, data layer and code injection. 8 8 * Author: Openmost 9 * Version: 2.1. 09 * Version: 2.1.1 10 10 * Author URI: https://openmost.io 11 11 * License: GPL-2.0-or-later … … 21 21 22 22 // Constant 23 define( 'OPENMOSTSITEKIT_VERSION', '2.1. 0' );23 define( 'OPENMOSTSITEKIT_VERSION', '2.1.1' ); 24 24 define( 'OPENMOSTSITEKIT_PHP_MINIMUM', '8.2.0' ); 25 25 define( 'OPENMOSTSITEKIT_WP_MINIMUM', '6.0.0' ); -
openmost-site-kit/trunk/readme.txt
r3402115 r3439488 3 3 Contributors: Openmost 4 4 Requires at least: 6.0 5 Tested up to: 6. 86 Stable tag: 2.1. 05 Tested up to: 6.9 6 Stable tag: 2.1.1 7 7 Tags: matomo, analytics, tracking, statistics, privacy 8 8 Requires PHP: 8.2 … … 44 44 Yes, Matomo Site Kit is an all-in-one Matomo plugin that provides all you need to collect data on WordPress. 45 45 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 55 46 == Screenshots == 56 47 … … 62 53 63 54 == Changelog == 55 56 = 2.1.1 = 57 Release date: 2025-11-24 58 59 * Tested on WP 6.9 64 60 65 61 = 2.1.0 =
Note: See TracChangeset
for help on using the changeset viewer.