Plugin Directory

Changeset 3397396


Ignore:
Timestamp:
11/17/2025 04:34:20 PM (3 months ago)
Author:
samsonovteamwork
Message:

Ver 1.1.1

Location:
form-attribution-tracking/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • form-attribution-tracking/trunk/attribution-tracking.php

    r3397381 r3397396  
    33 * Plugin Name: Form Attribution Tracking
    44 * Plugin URI: https://wordpress.org/plugins/form-attribution-tracking/
    5  * Description: Automatically adds permanent hidden referral source fields to forms from Formidable and Fluent Forms
    6  * Version: 1.1.0
     5 * Description: Automatically adds referral source fields to Formidable, Fluent  and Gravity Forms
     6 * Version: 1.1.1
    77 * Author: Ryan Howard
    88 * Author URI: https://www.ryanhoward.dev
     
    2323
    2424// Define plugin constants
    25 define('ATTRIBUTION_TRACKING_VERSION', '1.1.0');
     25define('ATTRIBUTION_TRACKING_VERSION', '1.1.1');
    2626define('ATTRIBUTION_TRACKING_PLUGIN_FILE', __FILE__);
    2727define('ATTRIBUTION_TRACKING_PLUGIN_DIR', plugin_dir_path(__FILE__));
  • form-attribution-tracking/trunk/readme.md

    r3397381 r3397396  
    66Tested up to: 6.8
    77Requires PHP: 8.0
    8 Stable tag: 1.1.0
     8Stable tag: 1.1.1
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1111
    12 Track the complete customer journey from first click to conversion with comprehensive Google Ads attribution data captured automatically in your WordPress forms.
     12Track the complete customer journey from first click to conversion with referral and Google Ads attribution data captured in your WordPress forms.
    1313
    1414## Overview
Note: See TracChangeset for help on using the changeset viewer.