Plugin Directory

Changeset 2203422


Ignore:
Timestamp:
11/29/2019 02:20:11 PM (6 years ago)
Author:
Friese
Message:

bugfix set timezone

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-visitorflow/trunk/wp-visitorflow.php

    r2200323 r2203422  
    44 * Plugin URI: https://www.datacodedesign.de/index.php/wp-visitorflow/
    55 * Description: Detailed web analytics and visualization of your website's visitor flow
    6  * Version: 1.5.8
     6 * Version: 1.5.9
    77 * Author: Onno Gabriel, DataCodeDesign
    88 * Author URI: http://www.onno-gabriel.de
     
    3535
    3636// Global constants
    37 define( 'WP_VISITORFLOW_VERSION', '1.5.8' );
     37define( 'WP_VISITORFLOW_VERSION', '1.5.9' );
    3838define( 'WP_VISITORFLOW_REQUIRED_PHP_VERSION', '5.4.0' );
    3939define( 'WP_VISITORFLOW_PLUGIN_PATH', trailingslashit( dirname(  __FILE__ ) ) );
    4040define( 'WP_VISITORFLOW_PLUGIN_URL', trailingslashit( plugins_url(  'wp-visitorflow' ) ) );
    41 
    42 // Set default timezone
    43 if ( get_option('timezone_string') ) {
    44     date_default_timezone_set( get_option('timezone_string') );
    45 }
    4641
    4742// Check required PHP version
Note: See TracChangeset for help on using the changeset viewer.