Changeset 2578797
- Timestamp:
- 08/05/2021 02:03:52 PM (5 years ago)
- Location:
- outfunnel
- Files:
-
- 10 edited
- 1 copied
-
tags/2.2.2 (copied) (copied from outfunnel/trunk)
-
tags/2.2.2/commit.txt (modified) (1 diff)
-
tags/2.2.2/forms/elementor.php (modified) (1 diff)
-
tags/2.2.2/languages/outfunnel.pot (modified) (1 diff)
-
tags/2.2.2/outfunnel.php (modified) (2 diffs)
-
tags/2.2.2/readme.txt (modified) (1 diff)
-
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) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
outfunnel/tags/2.2.2/commit.txt
r2578729 r2578797 1 3e6e3f3b836e318a08ad72ab3205ea72ee710bd0 1 6648a0d3454584eb8df7b44c561936749c89c762 -
outfunnel/tags/2.2.2/forms/elementor.php
r2535480 r2578797 114 114 115 115 $form_name = $record->get_form_settings('form_name'); 116 $form_id = $record->get_form_settings('id'); 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 } 123 117 124 $raw_fields = $record->get('fields'); 118 125 -
outfunnel/tags/2.2.2/languages/outfunnel.pot
r2578729 r2578797 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: outfunnel 2.2. 1\n"9 "Project-Id-Version: outfunnel 2.2.2\n" 10 10 "Report-Msgid-Bugs-To: devel@outfunnel.com\n" 11 "POT-Creation-Date: 2021-08-05 1 2:11+0000\n"11 "POT-Creation-Date: 2021-08-05 14:03+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.2/outfunnel.php
r2578729 r2578797 2 2 /* 3 3 Plugin Name: Outfunnel: Web Visitor Tracking & CRM Integration 4 Version: 2.2. 14 Version: 2.2.2 5 5 Author: andrisreinman 6 6 Author URI: https://outfunnel.com/ … … 26 26 class OUTFUNNEL { 27 27 28 public $plugin_version = '2.2. 1';28 public $plugin_version = '2.2.2'; 29 29 30 30 /** -
outfunnel/tags/2.2.2/readme.txt
r2578729 r2578797 4 4 Requires at least: 4.2 5 5 Tested up to: 5.8 6 Stable tag: 2.2. 16 Stable tag: 2.2.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
outfunnel/trunk/commit.txt
r2578729 r2578797 1 3e6e3f3b836e318a08ad72ab3205ea72ee710bd0 1 6648a0d3454584eb8df7b44c561936749c89c762 -
outfunnel/trunk/forms/elementor.php
r2535480 r2578797 114 114 115 115 $form_name = $record->get_form_settings('form_name'); 116 $form_id = $record->get_form_settings('id'); 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 } 123 117 124 $raw_fields = $record->get('fields'); 118 125 -
outfunnel/trunk/languages/outfunnel.pot
r2578729 r2578797 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: outfunnel 2.2. 1\n"9 "Project-Id-Version: outfunnel 2.2.2\n" 10 10 "Report-Msgid-Bugs-To: devel@outfunnel.com\n" 11 "POT-Creation-Date: 2021-08-05 1 2:11+0000\n"11 "POT-Creation-Date: 2021-08-05 14:03+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
r2578729 r2578797 2 2 /* 3 3 Plugin Name: Outfunnel: Web Visitor Tracking & CRM Integration 4 Version: 2.2. 14 Version: 2.2.2 5 5 Author: andrisreinman 6 6 Author URI: https://outfunnel.com/ … … 26 26 class OUTFUNNEL { 27 27 28 public $plugin_version = '2.2. 1';28 public $plugin_version = '2.2.2'; 29 29 30 30 /** -
outfunnel/trunk/readme.txt
r2578729 r2578797 4 4 Requires at least: 4.2 5 5 Tested up to: 5.8 6 Stable tag: 2.2. 16 Stable tag: 2.2.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.