Changeset 1952437
- Timestamp:
- 10/06/2018 03:57:53 AM (7 years ago)
- Location:
- komito-analytics/trunk
- Files:
-
- 2 edited
-
komito-analytics.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
komito-analytics/trunk/komito-analytics.php
r1781631 r1952437 6 6 * 7 7 * @package KomitoAnalytics 8 * @version 0.0.18 * @version 1.0.0 9 9 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 10 10 * @author Valentin Podkamenyi <valentin@dtm.io> … … 86 86 'default' => 1, 'type' => 'integer', 87 87 'description' => __('Track orientation change on mobile devices.', KOMITO_TEXT_DOMAIN)), 88 89 'trackAdblock' => array( 90 'default' => 0, 'type' => 'integer', 91 'description' => __('Track page views with blocked ads. (e.g. AdBlock tracker)', KOMITO_TEXT_DOMAIN)), 88 92 89 93 'debugMode' => array( -
komito-analytics/trunk/readme.txt
r1782937 r1952437 39 39 == Changelog == 40 40 41 = 1.0.0 = 42 * First release 43 * Added ad blockers tracking 44 41 45 = 0.0.1 = 42 46 * Initial release
Note: See TracChangeset
for help on using the changeset viewer.