Changeset 2421981
- Timestamp:
- 11/20/2020 02:13:27 AM (5 years ago)
- Location:
- indicative-analytics
- Files:
-
- 6 added
- 1 deleted
- 6 edited
-
assets/icon-128x128.png (modified) (previous)
-
assets/icon-256x256 (deleted)
-
assets/icon-256x256.png (added)
-
assets/screenshot-1.jpg (added)
-
assets/screenshot-2.jpg (added)
-
assets/screenshot-3.jpg (added)
-
assets/screenshot-4.jpg (added)
-
assets/screenshot-5.jpg (added)
-
trunk/assets/css/indicative-admin.css (modified) (1 diff)
-
trunk/assets/img/indicative-logo.png (modified) (previous)
-
trunk/assets/img/indicative-menu-icon.png (modified) (previous)
-
trunk/assets/js/link-tracker.js (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
indicative-analytics/trunk/assets/css/indicative-admin.css
r2059227 r2421981 150 150 151 151 .indicative-logo{ 152 width: 125px;152 width: 215px; 153 153 } 154 154 -
indicative-analytics/trunk/assets/js/link-tracker.js
r2091525 r2421981 29 29 30 30 jQuery(document).ready(function () { 31 indicativeLinkTracker.trackLinks(); 31 if (Indicative){ 32 indicativeLinkTracker.trackLinks(); 33 } 32 34 }); -
indicative-analytics/trunk/readme.txt
r2104193 r2421981 2 2 Contributors: 3 3 Tags: analytics, indicative, customer journey, web analytics, funnel, cohort, kissmetrics, mixpanel, amplitude 4 Stable tag: 1. 44 Stable tag: 1.5 5 5 Requires at least: 3.2 6 Tested up to: 5. 1.16 Tested up to: 5.3.2 7 7 Requires PHP: 7 8 8 License: GPLv2 or later … … 40 40 == Changelog == 41 41 42 43 = 1.5 = 44 * Bug fixes: Fixed javascript exception being thrown if the Indicative SDK didn't load. 45 * Branding: Updated Indicative Branding 46 42 47 = 1.4 = 43 48 * Bug fixes: entering api key wasn't working in some instances
Note: See TracChangeset
for help on using the changeset viewer.