Plugin Directory

Changeset 2243939


Ignore:
Timestamp:
02/13/2020 02:55:12 PM (6 years ago)
Author:
Friese
Message:

tagging version 1.6.1

Location:
wp-visitorflow
Files:
33 added
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wp-visitorflow/tags/1.6.1/readme.txt

    r2243921 r2243939  
    9595== Changelog ==
    9696
    97 = 1.6.0 =
     97= 1.6.1 =
    9898* Update device detector
    9999* Data export to Android app discontinued; data export via CSV export still available
     
    196196
    197197== Upgrade Notice ==
    198 = 1.6.0 =
     198= 1.6.1 =
    199199Update device detector; data export to Android app discontinued.
    200200
  • wp-visitorflow/tags/1.6.1/wp-visitorflow.php

    r2243915 r2243939  
    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.6.0
     6 * Version: 1.6.1
    77 * Author: Onno Gabriel, DataCodeDesign
    88 * Author URI: http://www.onno-gabriel.de
     
    3535
    3636// Global constants
    37 define( 'WP_VISITORFLOW_VERSION', '1.6.0' );
     37define( 'WP_VISITORFLOW_VERSION', '1.6.1' );
    3838define( 'WP_VISITORFLOW_REQUIRED_PHP_VERSION', '5.4.0' );
    3939define( 'WP_VISITORFLOW_PLUGIN_PATH', trailingslashit( dirname(  __FILE__ ) ) );
  • wp-visitorflow/trunk/readme.txt

    r2243921 r2243939  
    9595== Changelog ==
    9696
    97 = 1.6.0 =
     97= 1.6.1 =
    9898* Update device detector
    9999* Data export to Android app discontinued; data export via CSV export still available
     
    196196
    197197== Upgrade Notice ==
    198 = 1.6.0 =
     198= 1.6.1 =
    199199Update device detector; data export to Android app discontinued.
    200200
  • wp-visitorflow/trunk/wp-visitorflow.php

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