Changeset 2593254
- Timestamp:
- 09/03/2021 12:11:59 PM (5 years ago)
- Location:
- outfunnel
- Files:
-
- 10 edited
- 1 copied
-
tags/2.2.4 (copied) (copied from outfunnel/trunk)
-
tags/2.2.4/commit.txt (modified) (1 diff)
-
tags/2.2.4/forms/elementor.php (modified) (1 diff)
-
tags/2.2.4/languages/outfunnel.pot (modified) (1 diff)
-
tags/2.2.4/outfunnel.php (modified) (2 diffs)
-
tags/2.2.4/readme.txt (modified) (2 diffs)
-
trunk/commit.txt (modified) (1 diff)
-
trunk/forms/elementor.php (modified) (1 diff)
-
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.2.4/commit.txt
r2578807 r2593254 1 8eb45020c00de7f658cd68659e9fa7c9308cc144 1 30755984023857a906ee8ebfeb5803162fd5d8f3 -
outfunnel/tags/2.2.4/forms/elementor.php
r2578797 r2593254 114 114 115 115 $form_name = $record->get_form_settings('form_name'); 116 117 // Try to get form_id first, as that's the one that is set when customer has added custom form id 118 $form_id = $record->get_form_settings('form_id'); 119 if (!$form_id) { 120 // If there is no custom form id, get the regular id 121 $form_id = $record->get_form_settings('id'); 122 } 116 // Currently we do not support custom form ids 117 $form_id = $record->get_form_settings('id'); 123 118 124 119 $raw_fields = $record->get('fields'); -
outfunnel/tags/2.2.4/languages/outfunnel.pot
r2578807 r2593254 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: outfunnel 2.2. 3\n"9 "Project-Id-Version: outfunnel 2.2.4\n" 10 10 "Report-Msgid-Bugs-To: devel@outfunnel.com\n" 11 "POT-Creation-Date: 2021-0 8-05 14:19+0000\n"11 "POT-Creation-Date: 2021-09-03 12:11+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.2.4/outfunnel.php
r2578807 r2593254 2 2 /* 3 3 Plugin Name: Outfunnel: Web Visitor Tracking & CRM Integration 4 Version: 2.2. 34 Version: 2.2.4 5 5 Author: andrisreinman 6 6 Author URI: https://outfunnel.com/ … … 26 26 class OUTFUNNEL { 27 27 28 public $plugin_version = '2.2. 3';28 public $plugin_version = '2.2.4'; 29 29 30 30 /** -
outfunnel/tags/2.2.4/readme.txt
r2578807 r2593254 4 4 Requires at least: 4.2 5 5 Tested up to: 5.8 6 Stable tag: 2.2. 36 Stable tag: 2.2.4 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.2.4 = 49 50 * Revert custom form id support 47 51 48 52 = 2.2.3 = -
outfunnel/trunk/commit.txt
r2578807 r2593254 1 8eb45020c00de7f658cd68659e9fa7c9308cc144 1 30755984023857a906ee8ebfeb5803162fd5d8f3 -
outfunnel/trunk/forms/elementor.php
r2578797 r2593254 114 114 115 115 $form_name = $record->get_form_settings('form_name'); 116 117 // Try to get form_id first, as that's the one that is set when customer has added custom form id 118 $form_id = $record->get_form_settings('form_id'); 119 if (!$form_id) { 120 // If there is no custom form id, get the regular id 121 $form_id = $record->get_form_settings('id'); 122 } 116 // Currently we do not support custom form ids 117 $form_id = $record->get_form_settings('id'); 123 118 124 119 $raw_fields = $record->get('fields'); -
outfunnel/trunk/languages/outfunnel.pot
r2578807 r2593254 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: outfunnel 2.2. 3\n"9 "Project-Id-Version: outfunnel 2.2.4\n" 10 10 "Report-Msgid-Bugs-To: devel@outfunnel.com\n" 11 "POT-Creation-Date: 2021-0 8-05 14:19+0000\n"11 "POT-Creation-Date: 2021-09-03 12:11+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
r2578807 r2593254 2 2 /* 3 3 Plugin Name: Outfunnel: Web Visitor Tracking & CRM Integration 4 Version: 2.2. 34 Version: 2.2.4 5 5 Author: andrisreinman 6 6 Author URI: https://outfunnel.com/ … … 26 26 class OUTFUNNEL { 27 27 28 public $plugin_version = '2.2. 3';28 public $plugin_version = '2.2.4'; 29 29 30 30 /** -
outfunnel/trunk/readme.txt
r2578807 r2593254 4 4 Requires at least: 4.2 5 5 Tested up to: 5.8 6 Stable tag: 2.2. 36 Stable tag: 2.2.4 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.2.4 = 49 50 * Revert custom form id support 47 51 48 52 = 2.2.3 =
Note: See TracChangeset
for help on using the changeset viewer.