Plugin Directory

Changeset 2421981


Ignore:
Timestamp:
11/20/2020 02:13:27 AM (5 years ago)
Author:
indicativejeremy
Message:

1.5 release

Location:
indicative-analytics
Files:
6 added
1 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • indicative-analytics/trunk/assets/css/indicative-admin.css

    r2059227 r2421981  
    150150
    151151.indicative-logo{
    152     width: 125px;
     152    width: 215px;
    153153}
    154154
  • indicative-analytics/trunk/assets/js/link-tracker.js

    r2091525 r2421981  
    2929
    3030jQuery(document).ready(function () {
    31     indicativeLinkTracker.trackLinks();
     31    if (Indicative){
     32        indicativeLinkTracker.trackLinks();
     33    }
    3234});
  • indicative-analytics/trunk/readme.txt

    r2104193 r2421981  
    22Contributors:
    33Tags: analytics, indicative, customer journey, web analytics, funnel, cohort, kissmetrics, mixpanel, amplitude
    4 Stable tag: 1.4
     4Stable tag: 1.5
    55Requires at least: 3.2
    6 Tested up to: 5.1.1
     6Tested up to: 5.3.2
    77Requires PHP: 7
    88License: GPLv2 or later
     
    4040== Changelog ==
    4141
     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
    4247= 1.4 =
    4348* Bug fixes: entering api key wasn't working in some instances
Note: See TracChangeset for help on using the changeset viewer.