Plugin Directory

Changeset 3397097


Ignore:
Timestamp:
11/17/2025 10:37:35 AM (4 months ago)
Author:
samsonovteamwork
Message:

First commit

File:
1 edited

Legend:

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

    r3397093 r3397097  
    44 * Plugin URI: https://wordpress.org/plugin/form-referral-source
    55 * Description: Automatically adds permanent hidden referral source fields to forms from Formidable and Fluent Forms
    6  * Version: 1.3.0
     6 * Version: 1.0.0
    77 * Author: Ryan Howard
    88 * Author URI: https://www.ryanhoward.dev
     
    2323
    2424// Define plugin constants
    25 define('ATTRIBUTION_TRACKING_VERSION', '1.1.1');
     25define('ATTRIBUTION_TRACKING_VERSION', '1.0.0');
    2626define('ATTRIBUTION_TRACKING_PLUGIN_FILE', __FILE__);
    2727define('ATTRIBUTION_TRACKING_PLUGIN_DIR', plugin_dir_path(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.