Plugin Directory

Changeset 2220345


Ignore:
Timestamp:
01/01/2020 04:24:17 AM (6 years ago)
Author:
komito
Message:

Added color-scheme tracker.

Location:
komito-analytics/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • komito-analytics/trunk/komito-analytics.php

    r2026323 r2220345  
    66 *
    77 * @package KomitoAnalytics
    8  * @version 1.1.3
     8 * @version 1.1.4
    99 * @license http://www.apache.org/licenses/LICENSE-2.0  Apache License 2.0
    1010 * @author Valentin Podkamenyi <valentin@dtm.io>
     
    1818 * Plugin URI: https://komito.net
    1919 * Description: Komito Analytics is an enhancement for the most popular web analytics software.
    20  * Version: 1.1.3
     20 * Version: 1.1.4
    2121 * Author: Datamart
    2222 * Author URI: https://profiles.wordpress.org/datamart
     
    8686            'default' => 1, 'type' => 'integer',
    8787            'description' => __('Track orientation change on mobile devices.', 'komito-analytics')),
     88
     89        'trackColorScheme' => array(
     90            'default' => 1, 'type' => 'integer',
     91            'description' => __('Track user preferred color scheme.', 'komito-analytics')),
    8892
    8993        'trackAdblock' => array(
  • komito-analytics/trunk/readme.txt

    r2087983 r2220345  
    77Donate link: https://amzn.to/2EaRwkJ
    88Requires at least: 4.6
    9 Stable Tag: 1.1.3
    10 Tested up to: 5.2
     9Stable Tag: 1.1.4
     10Tested up to: 5.3.2
    1111Requires PHP: 5
    1212
    13 Komito Analytics is an enhancement for the most popular web analytics software.
     13Komito Analytics is a free, open-source enhancement for the most popular web analytics software.
    1414
    1515== Description ==
    1616
    17 Komito Analytics is an enhancement for the most popular web analytics software.
     17Komito Analytics is a free, open-source enhancement for the most popular web analytics software.
    1818Unlocks the power of digital analytics with additional insights about visitor's behavior such as:
    1919
     
    4242== Changelog ==
    4343
     44= 1.1.4 =
     45* Added user preferred color scheme tracking.
     46
    4447= 1.1.3 =
    4548* Added support for Yandex Metrica.
Note: See TracChangeset for help on using the changeset viewer.