Plugin Directory

Changeset 2125795


Ignore:
Timestamp:
07/19/2019 01:12:06 PM (7 years ago)
Author:
walljet
Message:

version 1.0.11

Location:
wp-etracker/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-etracker/trunk/includes/wpetracker_event_footer.php

    r2099674 r2125795  
    4949
    5050        if( !is_admin() && get_option('wpetracker_accept_tos') == 'on' ) {
    51             $plugin_data = get_plugin_data( __FILE__ );
    52             $wp_version_plugin = $plugin_data['Version'];
     51            if ( is_admin() ) {
     52              $plugin_data = get_plugin_data( __FILE__ );
     53              $wp_version_plugin = $plugin_data['Version'];
     54            } else {
     55                $wp_version_plugin="1.0.11";//TODO Quick Fix, besser machen
     56            }
    5357            $wpetracker_key = get_option('wpetracker-key'); ?>
    5458
     
    8286            if (!get_transient($current_user->user_login)) return;
    8387
    84             $plugin_data = get_plugin_data( __FILE__ );
     88            if ( is_admin() ) {
     89              $plugin_data = get_plugin_data( __FILE__ );
     90              $wp_version_plugin = $plugin_data['Version'];
     91            } else {
     92                $wp_version_plugin="1.0.11";//TODO Quick Fix, besser machen
     93            }
    8594            $wp_version_plugin = $plugin_data['Version'];
    8695
  • wp-etracker/trunk/readme.txt

    r2099674 r2125795  
    44Donate link: http://wp-etracker.com
    55Requires at least: 4.6
    6 Tested up to: 5.1.1
    7 Stable tag: 1.0.7
     6Tested up to: 5.2.1
     7Stable tag: 1.0.9
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    8787Added option for tracking code in header or footer
    8888Fixed internal version information for etracker analytics when logged in
     89
     90= 1.0.11 =
     91Tested up to Wordpress Version 5.2.1
     92Added tracking event viewProductList
     93Fixed bug when user is not logged in
  • wp-etracker/trunk/tracklet.php

    r2099688 r2125795  
    44Plugin URI: https://developer.wordpress.org/plugins/wpetracker/
    55Description: Analysiere dein WordPress mit etracker.
    6 Version: 1.0.10
     6Version: 1.0.11
    77Author: WP-etracker
    88Author URI: https://wp-etracker.com
Note: See TracChangeset for help on using the changeset viewer.