Plugin Directory

Changeset 2598105


Ignore:
Timestamp:
09/13/2021 01:57:17 PM (5 years ago)
Author:
juanin8
Message:

Correct plugin details

Location:
segment-for-wp-by-in8-io/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • segment-for-wp-by-in8-io/trunk/README.txt

    r2598022 r2598105  
    66Tested up to: 5.8.1
    77Requires PHP: 7.0.0
    8 Stable tag: 2.0.0
     8Stable tag: 2.0.1
    99License: GPLv3 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    46461. Supports client side (JS API) and server-side tracking (PHP API)
    47472. 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 one
    49 4. Support for Ninja Forms and Gravity Forms
    50 5. Ability to include custom user traits in identify calls using meta keys
     483. Easily include userID and email properties
     494. Many other options for Identify calls
     505. Support for Ninja Forms and Gravity Forms
    51516. Supports WooCommerce events, you can re-name them and track them server side, etc...
    5252
  • segment-for-wp-by-in8-io/trunk/segment-for-wp-by-in8-io.php

    r2598022 r2598105  
    22
    33/**
    4  * @link              https://juangonzalez.com.au
     4 * @link              https://github.com/omgwtfwow/segment-for-wp-by-in8-io
    55 * @since             1.0.0
    66 * @package           Segment_For_Wp_By_In8_Io
    77 *
    88 * @wordpress-plugin
    9  * Plugin Name:        Segment for WP by in8.io
    10  * Plugin URI:        https://in8.io
    11  * Description:       This is a short description of what the plugin does. It's displayed in the WordPress admin area.
    12  * Version:           2.0.0
     9 * 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
    1313 * Author:            Juan
    1414 * Author URI:        https://juangonzalez.com.au
     
    2727 * Currently plugin version.
    2828 */
    29 define( 'SEGMENT_FOR_WP_BY_IN8_IO_VERSION', '2.0.0' );
     29define( 'SEGMENT_FOR_WP_BY_IN8_IO_VERSION', '2.0.1' );
    3030
    3131/**
Note: See TracChangeset for help on using the changeset viewer.