Changeset 2570756
- Timestamp:
- 07/23/2021 09:42:40 AM (5 years ago)
- Location:
- outfunnel
- Files:
-
- 10 edited
- 1 copied
-
tags/2.2.0 (copied) (copied from outfunnel/trunk)
-
tags/2.2.0/commit.txt (modified) (1 diff)
-
tags/2.2.0/forms/contactform7.php (modified) (1 diff)
-
tags/2.2.0/languages/outfunnel.pot (modified) (1 diff)
-
tags/2.2.0/outfunnel.php (modified) (2 diffs)
-
tags/2.2.0/readme.txt (modified) (2 diffs)
-
trunk/commit.txt (modified) (1 diff)
-
trunk/forms/contactform7.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.0/commit.txt
r2547463 r2570756 1 23108de6e5f72655a8a154a381b42d8a4e4dec5f 1 1bb86f1f1df41ef2ada5f647b6082355fc037f76 -
outfunnel/tags/2.2.0/forms/contactform7.php
r2535480 r2570756 120 120 'fieldType' => $formTag->basetype, 121 121 'fieldName' => $formTag->name, 122 'fieldOptions' => $formTag->options, 122 123 'fieldValue' => $value ?? '' 123 124 ] -
outfunnel/tags/2.2.0/languages/outfunnel.pot
r2547463 r2570756 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: outfunnel 2. 1.2\n"9 "Project-Id-Version: outfunnel 2.2.0\n" 10 10 "Report-Msgid-Bugs-To: devel@outfunnel.com\n" 11 "POT-Creation-Date: 2021-0 6-14 12:34+0000\n"11 "POT-Creation-Date: 2021-07-23 09:42+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.0/outfunnel.php
r2547463 r2570756 2 2 /* 3 3 Plugin Name: Outfunnel: Web Visitor Tracking & CRM Integration 4 Version: 2. 1.24 Version: 2.2.0 5 5 Author: andrisreinman 6 6 Author URI: https://outfunnel.com/ … … 26 26 class OUTFUNNEL { 27 27 28 public $plugin_version = '2. 1.2';28 public $plugin_version = '2.2.0'; 29 29 30 30 /** -
outfunnel/tags/2.2.0/readme.txt
r2547463 r2570756 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. 7.26 Stable tag: 2. 1.25 Tested up to: 5.8 6 Stable tag: 2.2.0 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 46 46 == Changelog == 47 47 48 = 2.2.0 = 49 50 * Parse form fields in a more detailed manner 51 48 52 = 2.1.2 = 49 53 -
outfunnel/trunk/commit.txt
r2547463 r2570756 1 23108de6e5f72655a8a154a381b42d8a4e4dec5f 1 1bb86f1f1df41ef2ada5f647b6082355fc037f76 -
outfunnel/trunk/forms/contactform7.php
r2535480 r2570756 120 120 'fieldType' => $formTag->basetype, 121 121 'fieldName' => $formTag->name, 122 'fieldOptions' => $formTag->options, 122 123 'fieldValue' => $value ?? '' 123 124 ] -
outfunnel/trunk/languages/outfunnel.pot
r2547463 r2570756 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: outfunnel 2. 1.2\n"9 "Project-Id-Version: outfunnel 2.2.0\n" 10 10 "Report-Msgid-Bugs-To: devel@outfunnel.com\n" 11 "POT-Creation-Date: 2021-0 6-14 12:34+0000\n"11 "POT-Creation-Date: 2021-07-23 09:42+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
r2547463 r2570756 2 2 /* 3 3 Plugin Name: Outfunnel: Web Visitor Tracking & CRM Integration 4 Version: 2. 1.24 Version: 2.2.0 5 5 Author: andrisreinman 6 6 Author URI: https://outfunnel.com/ … … 26 26 class OUTFUNNEL { 27 27 28 public $plugin_version = '2. 1.2';28 public $plugin_version = '2.2.0'; 29 29 30 30 /** -
outfunnel/trunk/readme.txt
r2547463 r2570756 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. 7.26 Stable tag: 2. 1.25 Tested up to: 5.8 6 Stable tag: 2.2.0 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 46 46 == Changelog == 47 47 48 = 2.2.0 = 49 50 * Parse form fields in a more detailed manner 51 48 52 = 2.1.2 = 49 53
Note: See TracChangeset
for help on using the changeset viewer.