Changeset 2125795
- Timestamp:
- 07/19/2019 01:12:06 PM (7 years ago)
- Location:
- wp-etracker/trunk
- Files:
-
- 3 edited
-
includes/wpetracker_event_footer.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
tracklet.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-etracker/trunk/includes/wpetracker_event_footer.php
r2099674 r2125795 49 49 50 50 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 } 53 57 $wpetracker_key = get_option('wpetracker-key'); ?> 54 58 … … 82 86 if (!get_transient($current_user->user_login)) return; 83 87 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 } 85 94 $wp_version_plugin = $plugin_data['Version']; 86 95 -
wp-etracker/trunk/readme.txt
r2099674 r2125795 4 4 Donate link: http://wp-etracker.com 5 5 Requires at least: 4.6 6 Tested up to: 5. 1.17 Stable tag: 1.0. 76 Tested up to: 5.2.1 7 Stable tag: 1.0.9 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 87 87 Added option for tracking code in header or footer 88 88 Fixed internal version information for etracker analytics when logged in 89 90 = 1.0.11 = 91 Tested up to Wordpress Version 5.2.1 92 Added tracking event viewProductList 93 Fixed bug when user is not logged in -
wp-etracker/trunk/tracklet.php
r2099688 r2125795 4 4 Plugin URI: https://developer.wordpress.org/plugins/wpetracker/ 5 5 Description: Analysiere dein WordPress mit etracker. 6 Version: 1.0.1 06 Version: 1.0.11 7 7 Author: WP-etracker 8 8 Author URI: https://wp-etracker.com
Note: See TracChangeset
for help on using the changeset viewer.