Changeset 2243939
- Timestamp:
- 02/13/2020 02:55:12 PM (6 years ago)
- Location:
- wp-visitorflow
- Files:
-
- 33 added
- 4 edited
- 1 copied
-
tags/1.6.0/assets/js/wp-visitorflow.js (added)
-
tags/1.6.0/vendor/doctrine/cache/docs (added)
-
tags/1.6.0/vendor/doctrine/cache/docs/en (added)
-
tags/1.6.0/vendor/doctrine/cache/docs/en/index.rst (added)
-
tags/1.6.0/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CouchbaseBucketCache.php (added)
-
tags/1.6.0/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ExtMongoDBCache.php (added)
-
tags/1.6.0/vendor/doctrine/cache/lib/Doctrine/Common/Cache/LegacyMongoDBCache.php (added)
-
tags/1.6.0/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php (added)
-
tags/1.6.0/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php (added)
-
tags/1.6.0/vendor/piwik/device-detector/LICENSE (added)
-
tags/1.6.0/vendor/piwik/device-detector/Yaml/Pecl.php (added)
-
tags/1.6.1 (copied) (copied from wp-visitorflow/trunk)
-
tags/1.6.1/assets/js/wp-visitorflow.js (added)
-
tags/1.6.1/readme.txt (modified) (2 diffs)
-
tags/1.6.1/vendor/doctrine/cache/docs (added)
-
tags/1.6.1/vendor/doctrine/cache/docs/en (added)
-
tags/1.6.1/vendor/doctrine/cache/docs/en/index.rst (added)
-
tags/1.6.1/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CouchbaseBucketCache.php (added)
-
tags/1.6.1/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ExtMongoDBCache.php (added)
-
tags/1.6.1/vendor/doctrine/cache/lib/Doctrine/Common/Cache/LegacyMongoDBCache.php (added)
-
tags/1.6.1/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php (added)
-
tags/1.6.1/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php (added)
-
tags/1.6.1/vendor/piwik/device-detector/LICENSE (added)
-
tags/1.6.1/vendor/piwik/device-detector/Yaml/Pecl.php (added)
-
tags/1.6.1/wp-visitorflow.php (modified) (2 diffs)
-
trunk/assets/js/wp-visitorflow.js (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/doctrine/cache/docs (added)
-
trunk/vendor/doctrine/cache/docs/en (added)
-
trunk/vendor/doctrine/cache/docs/en/index.rst (added)
-
trunk/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CouchbaseBucketCache.php (added)
-
trunk/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ExtMongoDBCache.php (added)
-
trunk/vendor/doctrine/cache/lib/Doctrine/Common/Cache/LegacyMongoDBCache.php (added)
-
trunk/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php (added)
-
trunk/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php (added)
-
trunk/vendor/piwik/device-detector/LICENSE (added)
-
trunk/vendor/piwik/device-detector/Yaml/Pecl.php (added)
-
trunk/wp-visitorflow.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-visitorflow/tags/1.6.1/readme.txt
r2243921 r2243939 95 95 == Changelog == 96 96 97 = 1.6. 0=97 = 1.6.1 = 98 98 * Update device detector 99 99 * Data export to Android app discontinued; data export via CSV export still available … … 196 196 197 197 == Upgrade Notice == 198 = 1.6. 0=198 = 1.6.1 = 199 199 Update device detector; data export to Android app discontinued. 200 200 -
wp-visitorflow/tags/1.6.1/wp-visitorflow.php
r2243915 r2243939 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.6. 06 * Version: 1.6.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.6. 0' );37 define( 'WP_VISITORFLOW_VERSION', '1.6.1' ); 38 38 define( 'WP_VISITORFLOW_REQUIRED_PHP_VERSION', '5.4.0' ); 39 39 define( 'WP_VISITORFLOW_PLUGIN_PATH', trailingslashit( dirname( __FILE__ ) ) ); -
wp-visitorflow/trunk/readme.txt
r2243921 r2243939 95 95 == Changelog == 96 96 97 = 1.6. 0=97 = 1.6.1 = 98 98 * Update device detector 99 99 * Data export to Android app discontinued; data export via CSV export still available … … 196 196 197 197 == Upgrade Notice == 198 = 1.6. 0=198 = 1.6.1 = 199 199 Update device detector; data export to Android app discontinued. 200 200 -
wp-visitorflow/trunk/wp-visitorflow.php
r2243915 r2243939 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.6. 06 * Version: 1.6.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.6. 0' );37 define( 'WP_VISITORFLOW_VERSION', '1.6.1' ); 38 38 define( 'WP_VISITORFLOW_REQUIRED_PHP_VERSION', '5.4.0' ); 39 39 define( 'WP_VISITORFLOW_PLUGIN_PATH', trailingslashit( dirname( __FILE__ ) ) );
Note: See TracChangeset
for help on using the changeset viewer.