Plugin Directory

Changeset 2132866


Ignore:
Timestamp:
08/02/2019 03:28:50 PM (7 years ago)
Author:
walljet
Message:

1.0.12

Location:
wp-etracker/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-etracker/trunk/readme.txt

    r2125795 r2132866  
    9292Added tracking event viewProductList
    9393Fixed bug when user is not logged in
     94
     95= 1.0.12 =
     96Fixed add tracking code to header
  • wp-etracker/trunk/tracklet.php

    r2125795 r2132866  
    44Plugin URI: https://developer.wordpress.org/plugins/wpetracker/
    55Description: Analysiere dein WordPress mit etracker.
    6 Version: 1.0.11
     6Version: 1.0.12
    77Author: WP-etracker
    88Author URI: https://wp-etracker.com
     
    5656        else {
    5757            add_action('wp_enqueue_scripts', array($this, 'wpetracker_add_tracking_script'));
     58            add_action('wp_head', array($this, 'wpetracker_add_tracking_script'));
    5859        }
    5960       
Note: See TracChangeset for help on using the changeset viewer.