Changeset 2026320
- Timestamp:
- 02/07/2019 06:15:09 AM (7 years ago)
- Location:
- komito-analytics
- Files:
-
- 3 edited
-
assets/screenshot-1.png (modified) (previous)
-
trunk/komito-analytics.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
komito-analytics/trunk/komito-analytics.php
r2007495 r2026320 6 6 * 7 7 * @package KomitoAnalytics 8 * @version 1. 0.28 * @version 1.1.2 9 9 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 10 10 * @author Valentin Podkamenyi <valentin@dtm.io> … … 18 18 * Plugin URI: https://komito.net 19 19 * Description: Komito Analytics is an enhancement for the most popular web analytics software. 20 * Version: 1. 0.220 * Version: 1.1.2 21 21 * Author: Datamart 22 22 * Author URI: https://profiles.wordpress.org/datamart … … 44 44 45 45 'trackFacebook' => array( 46 'default' => 1, 'type' => 'integer',46 'default' => 0, 'type' => 'integer', 47 47 'description' => __('Track Facebook events if widget is presented on page.', 'komito-analytics')), 48 48 … … 90 90 'default' => 0, 'type' => 'integer', 91 91 'description' => __('Track pageviews with blocked ads. (e.g. AdBlock tracker)', 'komito-analytics')), 92 93 'trackErrorPages' => array( 94 'default' => 0, 'type' => 'integer', 95 'description' => __('Track error pages using HTTP status code. (404, 500, etc.)', 'komito-analytics')), 96 97 'sendHeartbeat' => array( 98 'default' => 0, 'type' => 'integer', 99 'description' => __('Send heartbeat event. The default heartbeat interval is 30 seconds.', 'komito-analytics')), 92 100 93 101 'debugMode' => array( -
komito-analytics/trunk/readme.txt
r2008517 r2026320 7 7 Donate link: https://amzn.to/2SJZoi4 8 8 Requires at least: 4.6 9 Stable Tag: 1. 0.29 Stable Tag: 1.1.2 10 10 Tested up to: 5.0 11 11 Requires PHP: 5 … … 42 42 == Changelog == 43 43 44 = 1.1.2 = 45 * Added tracking error pages 46 * Added sending heartbeat event 47 * Changed defaults to '0' for Facebook events. 48 44 49 = 1.0.2 = 45 50 * Updated menu icon
Note: See TracChangeset
for help on using the changeset viewer.