Plugin Directory

Changeset 2638945


Ignore:
Timestamp:
12/03/2021 08:56:21 AM (4 years ago)
Author:
outfunnel
Message:

Tagged v2.3.0

Location:
outfunnel
Files:
2 added
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • outfunnel/tags/2.3.0/commit.txt

    r2593254 r2638945  
    1 30755984023857a906ee8ebfeb5803162fd5d8f3
     1c342a18980a5958fd018aeaff0f67b37962c1d51
  • outfunnel/tags/2.3.0/languages/outfunnel.pot

    r2593254 r2638945  
    77msgid ""
    88msgstr ""
    9 "Project-Id-Version: outfunnel 2.2.4\n"
     9"Project-Id-Version: outfunnel 2.3.0\n"
    1010"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"
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1818"Content-Transfer-Encoding: 8bit\n"
    1919
    20 #: outfunnel.php:122
     20#: outfunnel.php:129
    2121msgid "Settings"
    2222msgstr ""
    2323
    24 #: outfunnel.php:182
     24#: outfunnel.php:189
    2525msgid "Outfunnel"
    2626msgstr ""
    2727
    28 #: outfunnel.php:193
     28#: outfunnel.php:200
    2929msgid "Web tracking configuration"
    3030msgstr ""
    3131
    32 #: outfunnel.php:200
     32#: outfunnel.php:207
    3333msgid "Tracking ID"
    3434msgstr ""
    3535
    36 #: outfunnel.php:208
     36#: outfunnel.php:215
    3737msgid "Web forms integration"
    3838msgstr ""
    3939
    40 #: outfunnel.php:215
     40#: outfunnel.php:222
    4141msgid "Account email"
    4242msgstr ""
    4343
    44 #: outfunnel.php:223
     44#: outfunnel.php:230
    4545msgid "API key"
    4646msgstr ""
    4747
    48 #: outfunnel.php:260
     48#: outfunnel.php:267
    4949#, php-format
    5050msgid ""
     
    5353msgstr ""
    5454
    55 #: outfunnel.php:291
     55#: outfunnel.php:298
    5656msgid "Something went wrong"
    5757msgstr ""
    5858
    59 #: outfunnel.php:316
     59#: outfunnel.php:323
    6060#, php-format
    6161msgid ""
     
    6565msgstr ""
    6666
    67 #: outfunnel.php:324
     67#: outfunnel.php:331
    6868msgid "Enter your Outfunnel Tracking ID for this website"
    6969msgstr ""
    7070
    71 #: outfunnel.php:332
     71#: outfunnel.php:339
    7272#, php-format
    7373msgid ""
     
    7777msgstr ""
    7878
    79 #: outfunnel.php:340
     79#: outfunnel.php:347
    8080msgid "Enter your Outfunnel account email"
    8181msgstr ""
    8282
    83 #: outfunnel.php:349
     83#: outfunnel.php:356
    8484msgid "Enter your Outfunnel API key"
    8585msgstr ""
  • outfunnel/tags/2.3.0/outfunnel.php

    r2593254 r2638945  
    22/*
    33Plugin Name: Outfunnel: Web Visitor Tracking & CRM Integration
    4 Version: 2.2.4
     4Version: 2.3.0
    55Author: andrisreinman
    66Author URI: https://outfunnel.com/
     
    1414use Outfunnel\Forms\ContactForm7;
    1515use Outfunnel\Forms\Elementor;
     16use Outfunnel\Forms\GravityPlugin;
    1617use Outfunnel\Forms\Form;
    1718
     
    2627    class OUTFUNNEL {
    2728
    28         public $plugin_version = '2.2.4';
     29        public $plugin_version = '2.3.0';
    2930
    3031        /**
     
    3839        private $contact_form_7;
    3940
     41        /**
     42         * @var Form
     43         */
     44        private $gravity;
     45
    4046        public function __construct() {
    4147            Autoloader::init();
     
    7076
    7177            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']);
    7379            }
    7480
     
    108114            $this->elementor = Elementor::instance();
    109115            $this->contact_form_7 = ContactForm7::instance();
     116            $this->gravity = GravityPlugin::instance();
    110117        }
    111118
  • outfunnel/tags/2.3.0/readme.txt

    r2593254 r2638945  
    33Tags: outfunnel, pipedrive, hubspot crm, copper, copper crm, mailchimp, activecampaign, gravity forms, contact form 7, elementor, elementor forms, web visitor tracking
    44Requires at least: 4.2
    5 Tested up to: 5.8
    6 Stable tag: 2.2.4
     5Tested up to: 5.8.2
     6Stable tag: 2.3.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4545
    4646== Changelog ==
     47
     48= 2.3.0 =
     49
     50* Gravity forms integration support
    4751
    4852= 2.2.4 =
  • outfunnel/trunk/commit.txt

    r2593254 r2638945  
    1 30755984023857a906ee8ebfeb5803162fd5d8f3
     1c342a18980a5958fd018aeaff0f67b37962c1d51
  • outfunnel/trunk/languages/outfunnel.pot

    r2593254 r2638945  
    77msgid ""
    88msgstr ""
    9 "Project-Id-Version: outfunnel 2.2.4\n"
     9"Project-Id-Version: outfunnel 2.3.0\n"
    1010"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"
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1818"Content-Transfer-Encoding: 8bit\n"
    1919
    20 #: outfunnel.php:122
     20#: outfunnel.php:129
    2121msgid "Settings"
    2222msgstr ""
    2323
    24 #: outfunnel.php:182
     24#: outfunnel.php:189
    2525msgid "Outfunnel"
    2626msgstr ""
    2727
    28 #: outfunnel.php:193
     28#: outfunnel.php:200
    2929msgid "Web tracking configuration"
    3030msgstr ""
    3131
    32 #: outfunnel.php:200
     32#: outfunnel.php:207
    3333msgid "Tracking ID"
    3434msgstr ""
    3535
    36 #: outfunnel.php:208
     36#: outfunnel.php:215
    3737msgid "Web forms integration"
    3838msgstr ""
    3939
    40 #: outfunnel.php:215
     40#: outfunnel.php:222
    4141msgid "Account email"
    4242msgstr ""
    4343
    44 #: outfunnel.php:223
     44#: outfunnel.php:230
    4545msgid "API key"
    4646msgstr ""
    4747
    48 #: outfunnel.php:260
     48#: outfunnel.php:267
    4949#, php-format
    5050msgid ""
     
    5353msgstr ""
    5454
    55 #: outfunnel.php:291
     55#: outfunnel.php:298
    5656msgid "Something went wrong"
    5757msgstr ""
    5858
    59 #: outfunnel.php:316
     59#: outfunnel.php:323
    6060#, php-format
    6161msgid ""
     
    6565msgstr ""
    6666
    67 #: outfunnel.php:324
     67#: outfunnel.php:331
    6868msgid "Enter your Outfunnel Tracking ID for this website"
    6969msgstr ""
    7070
    71 #: outfunnel.php:332
     71#: outfunnel.php:339
    7272#, php-format
    7373msgid ""
     
    7777msgstr ""
    7878
    79 #: outfunnel.php:340
     79#: outfunnel.php:347
    8080msgid "Enter your Outfunnel account email"
    8181msgstr ""
    8282
    83 #: outfunnel.php:349
     83#: outfunnel.php:356
    8484msgid "Enter your Outfunnel API key"
    8585msgstr ""
  • outfunnel/trunk/outfunnel.php

    r2593254 r2638945  
    22/*
    33Plugin Name: Outfunnel: Web Visitor Tracking & CRM Integration
    4 Version: 2.2.4
     4Version: 2.3.0
    55Author: andrisreinman
    66Author URI: https://outfunnel.com/
     
    1414use Outfunnel\Forms\ContactForm7;
    1515use Outfunnel\Forms\Elementor;
     16use Outfunnel\Forms\GravityPlugin;
    1617use Outfunnel\Forms\Form;
    1718
     
    2627    class OUTFUNNEL {
    2728
    28         public $plugin_version = '2.2.4';
     29        public $plugin_version = '2.3.0';
    2930
    3031        /**
     
    3839        private $contact_form_7;
    3940
     41        /**
     42         * @var Form
     43         */
     44        private $gravity;
     45
    4046        public function __construct() {
    4147            Autoloader::init();
     
    7076
    7177            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']);
    7379            }
    7480
     
    108114            $this->elementor = Elementor::instance();
    109115            $this->contact_form_7 = ContactForm7::instance();
     116            $this->gravity = GravityPlugin::instance();
    110117        }
    111118
  • outfunnel/trunk/readme.txt

    r2593254 r2638945  
    33Tags: outfunnel, pipedrive, hubspot crm, copper, copper crm, mailchimp, activecampaign, gravity forms, contact form 7, elementor, elementor forms, web visitor tracking
    44Requires at least: 4.2
    5 Tested up to: 5.8
    6 Stable tag: 2.2.4
     5Tested up to: 5.8.2
     6Stable tag: 2.3.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4545
    4646== Changelog ==
     47
     48= 2.3.0 =
     49
     50* Gravity forms integration support
    4751
    4852= 2.2.4 =
Note: See TracChangeset for help on using the changeset viewer.