Changeset 2598105
- Timestamp:
- 09/13/2021 01:57:17 PM (5 years ago)
- Location:
- segment-for-wp-by-in8-io/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
segment-for-wp-by-in8-io.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
segment-for-wp-by-in8-io/trunk/README.txt
r2598022 r2598105 6 6 Tested up to: 5.8.1 7 7 Requires PHP: 7.0.0 8 Stable tag: 2.0. 08 Stable tag: 2.0.1 9 9 License: GPLv3 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 46 46 1. Supports client side (JS API) and server-side tracking (PHP API) 47 47 2. Ability to filter out roles, custom post types and the admin area 48 3. Rename your events, and easily include userID and email properties in each one49 4. Support for Ninja Forms and Gravity Forms50 5. Ability to include custom user traits in identify calls using meta keys48 3. Easily include userID and email properties 49 4. Many other options for Identify calls 50 5. Support for Ninja Forms and Gravity Forms 51 51 6. Supports WooCommerce events, you can re-name them and track them server side, etc... 52 52 -
segment-for-wp-by-in8-io/trunk/segment-for-wp-by-in8-io.php
r2598022 r2598105 2 2 3 3 /** 4 * @link https:// juangonzalez.com.au4 * @link https://github.com/omgwtfwow/segment-for-wp-by-in8-io 5 5 * @since 1.0.0 6 6 * @package Segment_For_Wp_By_In8_Io 7 7 * 8 8 * @wordpress-plugin 9 * Plugin Name: Segment for WP by in8.io10 * Plugin URI: https:// in8.io11 * Description: This is a short description of what the plugin does. It's displayed in the WordPress admin area.12 * Version: 2.0. 09 * Plugin Name: Segment for WP by in8.io 10 * Plugin URI: https://github.com/omgwtfwow/segment-for-wp-by-in8-io 11 * Description: Segment Analytics for WordPress 12 * Version: 2.0.1 13 13 * Author: Juan 14 14 * Author URI: https://juangonzalez.com.au … … 27 27 * Currently plugin version. 28 28 */ 29 define( 'SEGMENT_FOR_WP_BY_IN8_IO_VERSION', '2.0. 0' );29 define( 'SEGMENT_FOR_WP_BY_IN8_IO_VERSION', '2.0.1' ); 30 30 31 31 /**
Note: See TracChangeset
for help on using the changeset viewer.