Changeset 2203422
- Timestamp:
- 11/29/2019 02:20:11 PM (6 years ago)
- File:
-
- 1 edited
-
wp-visitorflow/trunk/wp-visitorflow.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-visitorflow/trunk/wp-visitorflow.php
r2200323 r2203422 4 4 * Plugin URI: https://www.datacodedesign.de/index.php/wp-visitorflow/ 5 5 * Description: Detailed web analytics and visualization of your website's visitor flow 6 * Version: 1.5. 86 * Version: 1.5.9 7 7 * Author: Onno Gabriel, DataCodeDesign 8 8 * Author URI: http://www.onno-gabriel.de … … 35 35 36 36 // Global constants 37 define( 'WP_VISITORFLOW_VERSION', '1.5. 8' );37 define( 'WP_VISITORFLOW_VERSION', '1.5.9' ); 38 38 define( 'WP_VISITORFLOW_REQUIRED_PHP_VERSION', '5.4.0' ); 39 39 define( 'WP_VISITORFLOW_PLUGIN_PATH', trailingslashit( dirname( __FILE__ ) ) ); 40 40 define( 'WP_VISITORFLOW_PLUGIN_URL', trailingslashit( plugins_url( 'wp-visitorflow' ) ) ); 41 42 // Set default timezone43 if ( get_option('timezone_string') ) {44 date_default_timezone_set( get_option('timezone_string') );45 }46 41 47 42 // Check required PHP version
Note: See TracChangeset
for help on using the changeset viewer.