Plugin Directory

Changeset 2660741


Ignore:
Timestamp:
01/20/2022 01:10:48 PM (4 years ago)
Author:
outfunnel
Message:

Tagged v2.4.0

Location:
outfunnel
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • outfunnel/tags/2.4.0/commit.txt

    r2638945 r2660741  
    1 c342a18980a5958fd018aeaff0f67b37962c1d51
     175b993d0b52361b742d364fd33a18d364f5bfde3
  • outfunnel/tags/2.4.0/forms/elementor.php

    r2593254 r2660741  
    123123        $datetime = new DateTime();
    124124        $submission_time = $datetime->format('c');
     125        $form_url = get_permalink(get_the_ID());
    125126
    126127        $webhook_data = [
     
    129130                'formName' => $form_name,
    130131                'submissionTime' => $submission_time,
    131                 'submissionData' => $raw_fields
     132                'submissionData' => $raw_fields,
     133                'formUrl' => $form_url
    132134            ],
    133135            'siteUrl' => $site_url,
  • outfunnel/tags/2.4.0/languages/outfunnel.pot

    r2638945 r2660741  
    77msgid ""
    88msgstr ""
    9 "Project-Id-Version: outfunnel 2.3.0\n"
     9"Project-Id-Version: outfunnel 2.4.0\n"
    1010"Report-Msgid-Bugs-To: devel@outfunnel.com\n"
    11 "POT-Creation-Date: 2021-12-03 08:56+0000\n"
     11"POT-Creation-Date: 2022-01-20 13:10+0000\n"
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  • outfunnel/tags/2.4.0/outfunnel.php

    r2638945 r2660741  
    22/*
    33Plugin Name: Outfunnel: Web Visitor Tracking & CRM Integration
    4 Version: 2.3.0
     4Version: 2.4.0
    55Author: andrisreinman
    66Author URI: https://outfunnel.com/
     
    2727    class OUTFUNNEL {
    2828
    29         public $plugin_version = '2.3.0';
     29        public $plugin_version = '2.4.0';
    3030
    3131        /**
  • outfunnel/tags/2.4.0/readme.txt

    r2638945 r2660741  
    33Tags: outfunnel, pipedrive, hubspot crm, copper, copper crm, mailchimp, activecampaign, gravity forms, contact form 7, elementor, elementor forms, web visitor tracking
    44Requires at least: 4.2
    5 Tested up to: 5.8.2
    6 Stable tag: 2.3.0
     5Tested up to: 5.8.3
     6Stable tag: 2.4.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4545
    4646== Changelog ==
     47
     48= 2.4.0 =
     49
     50* Send Form URL from Elementor form submission
    4751
    4852= 2.3.0 =
  • outfunnel/trunk/commit.txt

    r2638945 r2660741  
    1 c342a18980a5958fd018aeaff0f67b37962c1d51
     175b993d0b52361b742d364fd33a18d364f5bfde3
  • outfunnel/trunk/forms/elementor.php

    r2593254 r2660741  
    123123        $datetime = new DateTime();
    124124        $submission_time = $datetime->format('c');
     125        $form_url = get_permalink(get_the_ID());
    125126
    126127        $webhook_data = [
     
    129130                'formName' => $form_name,
    130131                'submissionTime' => $submission_time,
    131                 'submissionData' => $raw_fields
     132                'submissionData' => $raw_fields,
     133                'formUrl' => $form_url
    132134            ],
    133135            'siteUrl' => $site_url,
  • outfunnel/trunk/languages/outfunnel.pot

    r2638945 r2660741  
    77msgid ""
    88msgstr ""
    9 "Project-Id-Version: outfunnel 2.3.0\n"
     9"Project-Id-Version: outfunnel 2.4.0\n"
    1010"Report-Msgid-Bugs-To: devel@outfunnel.com\n"
    11 "POT-Creation-Date: 2021-12-03 08:56+0000\n"
     11"POT-Creation-Date: 2022-01-20 13:10+0000\n"
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  • outfunnel/trunk/outfunnel.php

    r2638945 r2660741  
    22/*
    33Plugin Name: Outfunnel: Web Visitor Tracking & CRM Integration
    4 Version: 2.3.0
     4Version: 2.4.0
    55Author: andrisreinman
    66Author URI: https://outfunnel.com/
     
    2727    class OUTFUNNEL {
    2828
    29         public $plugin_version = '2.3.0';
     29        public $plugin_version = '2.4.0';
    3030
    3131        /**
  • outfunnel/trunk/readme.txt

    r2638945 r2660741  
    33Tags: outfunnel, pipedrive, hubspot crm, copper, copper crm, mailchimp, activecampaign, gravity forms, contact form 7, elementor, elementor forms, web visitor tracking
    44Requires at least: 4.2
    5 Tested up to: 5.8.2
    6 Stable tag: 2.3.0
     5Tested up to: 5.8.3
     6Stable tag: 2.4.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4545
    4646== Changelog ==
     47
     48= 2.4.0 =
     49
     50* Send Form URL from Elementor form submission
    4751
    4852= 2.3.0 =
Note: See TracChangeset for help on using the changeset viewer.