Plugin Directory

Changeset 1961185


Ignore:
Timestamp:
10/23/2018 09:24:12 AM (7 years ago)
Author:
Friese
Message:

Update version

Location:
wp-visitorflow/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-visitorflow/trunk/readme.txt

    r1961183 r1961185  
    55Requires at least: 3.5
    66Tested up to:  4.9.8
    7 Stable tag: 1.5
     7Stable tag: 1.5.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • wp-visitorflow/trunk/wp-visitorflow.php

    r1961143 r1961185  
    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
     6 * Version: 1.5.1
    77 * Author: Onno Gabriel/DataCodeDesign
    88 * Author URI: http://www.onno-gabriel.de
     
    3535
    3636// Global constants
    37 define( 'WP_VISITORFLOW_VERSION', '1.5' );
     37define( 'WP_VISITORFLOW_VERSION', '1.5.1' );
    3838define( 'WP_VISITORFLOW_REQUIRED_PHP_VERSION', '5.3.0' );
    3939define( 'WP_VISITORFLOW_PLUGIN_PATH', trailingslashit( dirname(  __FILE__ ) ) );
Note: See TracChangeset for help on using the changeset viewer.