Changeset 1961188
- Timestamp:
- 10/23/2018 09:27:06 AM (7 years ago)
- File:
-
- 1 edited
-
wp-visitorflow/tags/1.5.1/wp-visitorflow.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-visitorflow/tags/1.5.1/wp-visitorflow.php
r1961143 r1961188 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 6 * Version: 1.5.1 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 ' );37 define( 'WP_VISITORFLOW_VERSION', '1.5.1' ); 38 38 define( 'WP_VISITORFLOW_REQUIRED_PHP_VERSION', '5.3.0' ); 39 39 define( 'WP_VISITORFLOW_PLUGIN_PATH', trailingslashit( dirname( __FILE__ ) ) );
Note: See TracChangeset
for help on using the changeset viewer.