Changeset 2660741
- Timestamp:
- 01/20/2022 01:10:48 PM (4 years ago)
- Location:
- outfunnel
- Files:
-
- 10 edited
- 1 copied
-
tags/2.4.0 (copied) (copied from outfunnel/trunk)
-
tags/2.4.0/commit.txt (modified) (1 diff)
-
tags/2.4.0/forms/elementor.php (modified) (2 diffs)
-
tags/2.4.0/languages/outfunnel.pot (modified) (1 diff)
-
tags/2.4.0/outfunnel.php (modified) (2 diffs)
-
tags/2.4.0/readme.txt (modified) (2 diffs)
-
trunk/commit.txt (modified) (1 diff)
-
trunk/forms/elementor.php (modified) (2 diffs)
-
trunk/languages/outfunnel.pot (modified) (1 diff)
-
trunk/outfunnel.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
outfunnel/tags/2.4.0/commit.txt
r2638945 r2660741 1 c342a18980a5958fd018aeaff0f67b37962c1d51 1 75b993d0b52361b742d364fd33a18d364f5bfde3 -
outfunnel/tags/2.4.0/forms/elementor.php
r2593254 r2660741 123 123 $datetime = new DateTime(); 124 124 $submission_time = $datetime->format('c'); 125 $form_url = get_permalink(get_the_ID()); 125 126 126 127 $webhook_data = [ … … 129 130 'formName' => $form_name, 130 131 'submissionTime' => $submission_time, 131 'submissionData' => $raw_fields 132 'submissionData' => $raw_fields, 133 'formUrl' => $form_url 132 134 ], 133 135 'siteUrl' => $site_url, -
outfunnel/tags/2.4.0/languages/outfunnel.pot
r2638945 r2660741 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: outfunnel 2. 3.0\n"9 "Project-Id-Version: outfunnel 2.4.0\n" 10 10 "Report-Msgid-Bugs-To: devel@outfunnel.com\n" 11 "POT-Creation-Date: 202 1-12-03 08:56+0000\n"11 "POT-Creation-Date: 2022-01-20 13:10+0000\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -
outfunnel/tags/2.4.0/outfunnel.php
r2638945 r2660741 2 2 /* 3 3 Plugin Name: Outfunnel: Web Visitor Tracking & CRM Integration 4 Version: 2. 3.04 Version: 2.4.0 5 5 Author: andrisreinman 6 6 Author URI: https://outfunnel.com/ … … 27 27 class OUTFUNNEL { 28 28 29 public $plugin_version = '2. 3.0';29 public $plugin_version = '2.4.0'; 30 30 31 31 /** -
outfunnel/tags/2.4.0/readme.txt
r2638945 r2660741 3 3 Tags: outfunnel, pipedrive, hubspot crm, copper, copper crm, mailchimp, activecampaign, gravity forms, contact form 7, elementor, elementor forms, web visitor tracking 4 4 Requires at least: 4.2 5 Tested up to: 5.8. 26 Stable tag: 2. 3.05 Tested up to: 5.8.3 6 Stable tag: 2.4.0 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 45 45 46 46 == Changelog == 47 48 = 2.4.0 = 49 50 * Send Form URL from Elementor form submission 47 51 48 52 = 2.3.0 = -
outfunnel/trunk/commit.txt
r2638945 r2660741 1 c342a18980a5958fd018aeaff0f67b37962c1d51 1 75b993d0b52361b742d364fd33a18d364f5bfde3 -
outfunnel/trunk/forms/elementor.php
r2593254 r2660741 123 123 $datetime = new DateTime(); 124 124 $submission_time = $datetime->format('c'); 125 $form_url = get_permalink(get_the_ID()); 125 126 126 127 $webhook_data = [ … … 129 130 'formName' => $form_name, 130 131 'submissionTime' => $submission_time, 131 'submissionData' => $raw_fields 132 'submissionData' => $raw_fields, 133 'formUrl' => $form_url 132 134 ], 133 135 'siteUrl' => $site_url, -
outfunnel/trunk/languages/outfunnel.pot
r2638945 r2660741 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: outfunnel 2. 3.0\n"9 "Project-Id-Version: outfunnel 2.4.0\n" 10 10 "Report-Msgid-Bugs-To: devel@outfunnel.com\n" 11 "POT-Creation-Date: 202 1-12-03 08:56+0000\n"11 "POT-Creation-Date: 2022-01-20 13:10+0000\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -
outfunnel/trunk/outfunnel.php
r2638945 r2660741 2 2 /* 3 3 Plugin Name: Outfunnel: Web Visitor Tracking & CRM Integration 4 Version: 2. 3.04 Version: 2.4.0 5 5 Author: andrisreinman 6 6 Author URI: https://outfunnel.com/ … … 27 27 class OUTFUNNEL { 28 28 29 public $plugin_version = '2. 3.0';29 public $plugin_version = '2.4.0'; 30 30 31 31 /** -
outfunnel/trunk/readme.txt
r2638945 r2660741 3 3 Tags: outfunnel, pipedrive, hubspot crm, copper, copper crm, mailchimp, activecampaign, gravity forms, contact form 7, elementor, elementor forms, web visitor tracking 4 4 Requires at least: 4.2 5 Tested up to: 5.8. 26 Stable tag: 2. 3.05 Tested up to: 5.8.3 6 Stable tag: 2.4.0 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 45 45 46 46 == Changelog == 47 48 = 2.4.0 = 49 50 * Send Form URL from Elementor form submission 47 51 48 52 = 2.3.0 =
Note: See TracChangeset
for help on using the changeset viewer.