Changeset 2638945
- Timestamp:
- 12/03/2021 08:56:21 AM (4 years ago)
- Location:
- outfunnel
- Files:
-
- 2 added
- 8 edited
- 1 copied
-
tags/2.3.0 (copied) (copied from outfunnel/trunk)
-
tags/2.3.0/commit.txt (modified) (1 diff)
-
tags/2.3.0/forms/gravityplugin.php (added)
-
tags/2.3.0/languages/outfunnel.pot (modified) (5 diffs)
-
tags/2.3.0/outfunnel.php (modified) (6 diffs)
-
tags/2.3.0/readme.txt (modified) (2 diffs)
-
trunk/commit.txt (modified) (1 diff)
-
trunk/forms/gravityplugin.php (added)
-
trunk/languages/outfunnel.pot (modified) (5 diffs)
-
trunk/outfunnel.php (modified) (6 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
outfunnel/tags/2.3.0/commit.txt
r2593254 r2638945 1 30755984023857a906ee8ebfeb5803162fd5d8f3 1 c342a18980a5958fd018aeaff0f67b37962c1d51 -
outfunnel/tags/2.3.0/languages/outfunnel.pot
r2593254 r2638945 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: outfunnel 2. 2.4\n"9 "Project-Id-Version: outfunnel 2.3.0\n" 10 10 "Report-Msgid-Bugs-To: devel@outfunnel.com\n" 11 "POT-Creation-Date: 2021- 09-03 12:11+0000\n"11 "POT-Creation-Date: 2021-12-03 08:56+0000\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 18 18 "Content-Transfer-Encoding: 8bit\n" 19 19 20 #: outfunnel.php:12 220 #: outfunnel.php:129 21 21 msgid "Settings" 22 22 msgstr "" 23 23 24 #: outfunnel.php:18 224 #: outfunnel.php:189 25 25 msgid "Outfunnel" 26 26 msgstr "" 27 27 28 #: outfunnel.php: 19328 #: outfunnel.php:200 29 29 msgid "Web tracking configuration" 30 30 msgstr "" 31 31 32 #: outfunnel.php:20 032 #: outfunnel.php:207 33 33 msgid "Tracking ID" 34 34 msgstr "" 35 35 36 #: outfunnel.php:2 0836 #: outfunnel.php:215 37 37 msgid "Web forms integration" 38 38 msgstr "" 39 39 40 #: outfunnel.php:2 1540 #: outfunnel.php:222 41 41 msgid "Account email" 42 42 msgstr "" 43 43 44 #: outfunnel.php:2 2344 #: outfunnel.php:230 45 45 msgid "API key" 46 46 msgstr "" 47 47 48 #: outfunnel.php:26 048 #: outfunnel.php:267 49 49 #, php-format 50 50 msgid "" … … 53 53 msgstr "" 54 54 55 #: outfunnel.php:29 155 #: outfunnel.php:298 56 56 msgid "Something went wrong" 57 57 msgstr "" 58 58 59 #: outfunnel.php:3 1659 #: outfunnel.php:323 60 60 #, php-format 61 61 msgid "" … … 65 65 msgstr "" 66 66 67 #: outfunnel.php:3 2467 #: outfunnel.php:331 68 68 msgid "Enter your Outfunnel Tracking ID for this website" 69 69 msgstr "" 70 70 71 #: outfunnel.php:33 271 #: outfunnel.php:339 72 72 #, php-format 73 73 msgid "" … … 77 77 msgstr "" 78 78 79 #: outfunnel.php:34 079 #: outfunnel.php:347 80 80 msgid "Enter your Outfunnel account email" 81 81 msgstr "" 82 82 83 #: outfunnel.php:3 4983 #: outfunnel.php:356 84 84 msgid "Enter your Outfunnel API key" 85 85 msgstr "" -
outfunnel/tags/2.3.0/outfunnel.php
r2593254 r2638945 2 2 /* 3 3 Plugin Name: Outfunnel: Web Visitor Tracking & CRM Integration 4 Version: 2. 2.44 Version: 2.3.0 5 5 Author: andrisreinman 6 6 Author URI: https://outfunnel.com/ … … 14 14 use Outfunnel\Forms\ContactForm7; 15 15 use Outfunnel\Forms\Elementor; 16 use Outfunnel\Forms\GravityPlugin; 16 17 use Outfunnel\Forms\Form; 17 18 … … 26 27 class OUTFUNNEL { 27 28 28 public $plugin_version = '2. 2.4';29 public $plugin_version = '2.3.0'; 29 30 30 31 /** … … 38 39 private $contact_form_7; 39 40 41 /** 42 * @var Form 43 */ 44 private $gravity; 45 40 46 public function __construct() { 41 47 Autoloader::init(); … … 70 76 71 77 if (!defined('OF_SUPPORTED_FORM_SOURCES')) { 72 define('OF_SUPPORTED_FORM_SOURCES', ['elementor', 'contact-form-7' ]);78 define('OF_SUPPORTED_FORM_SOURCES', ['elementor', 'contact-form-7', 'gravity']); 73 79 } 74 80 … … 108 114 $this->elementor = Elementor::instance(); 109 115 $this->contact_form_7 = ContactForm7::instance(); 116 $this->gravity = GravityPlugin::instance(); 110 117 } 111 118 -
outfunnel/tags/2.3.0/readme.txt
r2593254 r2638945 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 6 Stable tag: 2. 2.45 Tested up to: 5.8.2 6 Stable tag: 2.3.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.3.0 = 49 50 * Gravity forms integration support 47 51 48 52 = 2.2.4 = -
outfunnel/trunk/commit.txt
r2593254 r2638945 1 30755984023857a906ee8ebfeb5803162fd5d8f3 1 c342a18980a5958fd018aeaff0f67b37962c1d51 -
outfunnel/trunk/languages/outfunnel.pot
r2593254 r2638945 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: outfunnel 2. 2.4\n"9 "Project-Id-Version: outfunnel 2.3.0\n" 10 10 "Report-Msgid-Bugs-To: devel@outfunnel.com\n" 11 "POT-Creation-Date: 2021- 09-03 12:11+0000\n"11 "POT-Creation-Date: 2021-12-03 08:56+0000\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 18 18 "Content-Transfer-Encoding: 8bit\n" 19 19 20 #: outfunnel.php:12 220 #: outfunnel.php:129 21 21 msgid "Settings" 22 22 msgstr "" 23 23 24 #: outfunnel.php:18 224 #: outfunnel.php:189 25 25 msgid "Outfunnel" 26 26 msgstr "" 27 27 28 #: outfunnel.php: 19328 #: outfunnel.php:200 29 29 msgid "Web tracking configuration" 30 30 msgstr "" 31 31 32 #: outfunnel.php:20 032 #: outfunnel.php:207 33 33 msgid "Tracking ID" 34 34 msgstr "" 35 35 36 #: outfunnel.php:2 0836 #: outfunnel.php:215 37 37 msgid "Web forms integration" 38 38 msgstr "" 39 39 40 #: outfunnel.php:2 1540 #: outfunnel.php:222 41 41 msgid "Account email" 42 42 msgstr "" 43 43 44 #: outfunnel.php:2 2344 #: outfunnel.php:230 45 45 msgid "API key" 46 46 msgstr "" 47 47 48 #: outfunnel.php:26 048 #: outfunnel.php:267 49 49 #, php-format 50 50 msgid "" … … 53 53 msgstr "" 54 54 55 #: outfunnel.php:29 155 #: outfunnel.php:298 56 56 msgid "Something went wrong" 57 57 msgstr "" 58 58 59 #: outfunnel.php:3 1659 #: outfunnel.php:323 60 60 #, php-format 61 61 msgid "" … … 65 65 msgstr "" 66 66 67 #: outfunnel.php:3 2467 #: outfunnel.php:331 68 68 msgid "Enter your Outfunnel Tracking ID for this website" 69 69 msgstr "" 70 70 71 #: outfunnel.php:33 271 #: outfunnel.php:339 72 72 #, php-format 73 73 msgid "" … … 77 77 msgstr "" 78 78 79 #: outfunnel.php:34 079 #: outfunnel.php:347 80 80 msgid "Enter your Outfunnel account email" 81 81 msgstr "" 82 82 83 #: outfunnel.php:3 4983 #: outfunnel.php:356 84 84 msgid "Enter your Outfunnel API key" 85 85 msgstr "" -
outfunnel/trunk/outfunnel.php
r2593254 r2638945 2 2 /* 3 3 Plugin Name: Outfunnel: Web Visitor Tracking & CRM Integration 4 Version: 2. 2.44 Version: 2.3.0 5 5 Author: andrisreinman 6 6 Author URI: https://outfunnel.com/ … … 14 14 use Outfunnel\Forms\ContactForm7; 15 15 use Outfunnel\Forms\Elementor; 16 use Outfunnel\Forms\GravityPlugin; 16 17 use Outfunnel\Forms\Form; 17 18 … … 26 27 class OUTFUNNEL { 27 28 28 public $plugin_version = '2. 2.4';29 public $plugin_version = '2.3.0'; 29 30 30 31 /** … … 38 39 private $contact_form_7; 39 40 41 /** 42 * @var Form 43 */ 44 private $gravity; 45 40 46 public function __construct() { 41 47 Autoloader::init(); … … 70 76 71 77 if (!defined('OF_SUPPORTED_FORM_SOURCES')) { 72 define('OF_SUPPORTED_FORM_SOURCES', ['elementor', 'contact-form-7' ]);78 define('OF_SUPPORTED_FORM_SOURCES', ['elementor', 'contact-form-7', 'gravity']); 73 79 } 74 80 … … 108 114 $this->elementor = Elementor::instance(); 109 115 $this->contact_form_7 = ContactForm7::instance(); 116 $this->gravity = GravityPlugin::instance(); 110 117 } 111 118 -
outfunnel/trunk/readme.txt
r2593254 r2638945 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 6 Stable tag: 2. 2.45 Tested up to: 5.8.2 6 Stable tag: 2.3.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.3.0 = 49 50 * Gravity forms integration support 47 51 48 52 = 2.2.4 =
Note: See TracChangeset
for help on using the changeset viewer.