Plugin Directory

Changeset 2918555


Ignore:
Timestamp:
05/29/2023 12:17:49 PM (3 years ago)
Author:
outfunnel
Message:

Tagged v2.9.0

Location:
outfunnel
Files:
8 edited
1 copied

Legend:

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

    r2911563 r2918555  
    1 575dd50db826ad3f6e0c611230fe2a6e82156985
     1f6c5488cb5d3400c18364648f5085928aff306d9
  • outfunnel/tags/2.9.0/languages/outfunnel.pot

    r2911563 r2918555  
    77msgid ""
    88msgstr ""
    9 "Project-Id-Version: outfunnel 2.8.5\n"
     9"Project-Id-Version: outfunnel 2.9.0\n"
    1010"Report-Msgid-Bugs-To: devel@outfunnel.com\n"
    11 "POT-Creation-Date: 2023-05-12 10:30+0000\n"
     11"POT-Creation-Date: 2023-05-29 12:17+0000\n"
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  • outfunnel/tags/2.9.0/outfunnel.php

    r2911563 r2918555  
    22/*
    33Plugin Name: Outfunnel: Web Visitor Tracking & CRM Integration
    4 Version: 2.8.5
    5 Author: andrisreinman
     4Version: 2.9.0
     5Author: Outfunnel
    66Author URI: https://outfunnel.com/
    7 Description: Easily sync leads from various WP forms to Pipedrive, Copper, HubSpot and other CRMs. Includes web visitor tracking.
     7Description: Easily sync leads from various Wordpress forms to Pipedrive, Copper, HubSpot and other CRMs. Includes web visitor tracking.
    88Text Domain: outfunnel
    99Domain Path: /languages
     
    2828    class OUTFUNNEL {
    2929
    30         public $plugin_version = '2.8.5';
     30        public $plugin_version = '2.9.0';
    3131
    3232        /**
     
    391391            $of_id = $outfunnel_settings['of_id'];
    392392            ?>
    393             <input type='text' name='outfunnel_settings[of_id]' value='<?=esc_attr($of_id);?>' placeholder='5b5c331c27d95c39e42a09d3' class="regular-text code">
     393            <input type='text' name='outfunnel_settings[of_id]' value='<?=esc_attr($of_id);?>' placeholder='ie. 5b5c331c27d95c39e42a09d3' class="regular-text code">
    394394            <p class="description"><?=__('Enter your Outfunnel Tracking ID for this website', OF_TEXT_DOMAIN);?></p>
    395395            <?php
     
    411411            $of_account_email = $outfunnel_settings['of_account_email'];
    412412            ?>
    413             <input type='text' name='outfunnel_settings[of_account_email]' value='<?=esc_attr($of_account_email);?>' placeholder='example@example.com' class="regular-text code">
     413            <input type='text' name='outfunnel_settings[of_account_email]' value='<?=esc_attr($of_account_email);?>' placeholder='ie. example@example.com' class="regular-text code">
    414414            <p class="description"><?=__('Enter your Outfunnel account email', OF_TEXT_DOMAIN);?></p>
    415415            <?php
     
    427427            $of_api_key = $outfunnel_settings['of_api_key'];
    428428            ?>
    429             <input type='text' name='outfunnel_settings[of_api_key]' value='<?=esc_attr($of_api_key);?>' placeholder='5c419ca4a2f010de1762a8a44f3012ee8b829084553b1be83eaa94d498e7f07d' class="regular-text code">
     429            <input type='text' name='outfunnel_settings[of_api_key]' value='<?=esc_attr($of_api_key);?>' placeholder='ie. 5c419ca4a2f010de1762a8a44f3012ee8b829084553b1be83eaa94d498e7f07d' class="regular-text code">
    430430            <p class="description"><?=__('Enter your Outfunnel API key', OF_TEXT_DOMAIN);?></p>
    431431            <?php
  • outfunnel/tags/2.9.0/readme.txt

    r2911563 r2918555  
    11=== Outfunnel: Web Visitor Tracking & CRM Integration ===
    22Contributors: outfunnel
    3 Tags: outfunnel, pipedrive, hubspot crm, copper, copper crm, mailchimp, activecampaign, gravity forms, contact form 7, elementor, elementor forms, web visitor tracking
     3Tags: outfunnel, pipedrive, hubspot crm, copper, copper crm, mailchimp, activecampaign, gravity forms, contact form 7, elementor, elementor forms, web visitor tracking, salesforce
    44Requires at least: 4.2
    5 Tested up to: 6.2
    6 Stable tag: 2.8.5
     5Tested up to: 6.2.2
     6Stable tag: 2.9.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    10 Easily sync leads from various WP forms to Pipedrive, Copper, HubSpot and other CRMs. Includes web visitor tracking.
     10Easily sync leads from various Wordpress forms to Pipedrive, Copper, HubSpot and other CRMs. Includes web visitor tracking.
    1111
    1212== Description ==
    1313
    14 [Outfunnel](https://outfunnel.com) plugin lets you track website visits and sync form submissions to your CRM. Works with Pipedrive, Copper and HubSpot CRM.
     14[Outfunnel](https://outfunnel.com) plugin lets you track website visits and sync form submissions to your CRM. Works with Pipedrive, Copper, HubSpot CRM and Salesforce.
    1515
    16 Supported forms: Elementor, Contact Form 7, Gravity Forms, WP Forms. Learn more about syncing new form submissions to CRM [here](https://support.outfunnel.com/en/articles/5234038-wordpress-forms-crm-connection?utm_source=Wordpress&utm_medium=marketplace).
     16Supported forms: Elementor, Contact Form 7 and Gravity Forms. Learn more about syncing new form submissions to CRM [here](https://support.outfunnel.com/en/articles/5234038-wordpress-forms-crm-connection?utm_source=Wordpress&utm_medium=marketplace).
    1717
    1818You need to have an Outfunnel account to use this plugin – register [here](https://app.outfunnel.com/register).
    1919
    20 For instructions to get the unique tracking code please register for an account and visit the Outfunnel [web tracking page](https://app.outfunnel.com/web-tracking).
     20For instructions to get the unique tracking code please register for an account and visit the Outfunnel [web tracking page](https://app.outfunnel.com/new-web-tracking/setup).
    2121
    2222== Installation ==
     
    3131= What CRM tools does Outfunnel integrate with? =
    3232
    33 Pipedrive, Copper, HubSpot. More coming soon.
     33Pipedrive, Copper, HubSpot, Salesforce. More coming soon.
    3434
    3535= Which forms are supported? =
    3636
    37 Elementor, Contact Form 7, Gravity Forms, WP Forms.
     37Elementor, Contact Form 7, Gravity Forms.
    3838
    3939== Screenshots ==
    40 
    41 For screenshots please visit the [screenshot](https://cloudup.com/cmR1hC8KAhi) page
    4240
    4341== Upgrade Notice ==
  • outfunnel/trunk/commit.txt

    r2911563 r2918555  
    1 575dd50db826ad3f6e0c611230fe2a6e82156985
     1f6c5488cb5d3400c18364648f5085928aff306d9
  • outfunnel/trunk/languages/outfunnel.pot

    r2911563 r2918555  
    77msgid ""
    88msgstr ""
    9 "Project-Id-Version: outfunnel 2.8.5\n"
     9"Project-Id-Version: outfunnel 2.9.0\n"
    1010"Report-Msgid-Bugs-To: devel@outfunnel.com\n"
    11 "POT-Creation-Date: 2023-05-12 10:30+0000\n"
     11"POT-Creation-Date: 2023-05-29 12:17+0000\n"
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  • outfunnel/trunk/outfunnel.php

    r2911563 r2918555  
    22/*
    33Plugin Name: Outfunnel: Web Visitor Tracking & CRM Integration
    4 Version: 2.8.5
    5 Author: andrisreinman
     4Version: 2.9.0
     5Author: Outfunnel
    66Author URI: https://outfunnel.com/
    7 Description: Easily sync leads from various WP forms to Pipedrive, Copper, HubSpot and other CRMs. Includes web visitor tracking.
     7Description: Easily sync leads from various Wordpress forms to Pipedrive, Copper, HubSpot and other CRMs. Includes web visitor tracking.
    88Text Domain: outfunnel
    99Domain Path: /languages
     
    2828    class OUTFUNNEL {
    2929
    30         public $plugin_version = '2.8.5';
     30        public $plugin_version = '2.9.0';
    3131
    3232        /**
     
    391391            $of_id = $outfunnel_settings['of_id'];
    392392            ?>
    393             <input type='text' name='outfunnel_settings[of_id]' value='<?=esc_attr($of_id);?>' placeholder='5b5c331c27d95c39e42a09d3' class="regular-text code">
     393            <input type='text' name='outfunnel_settings[of_id]' value='<?=esc_attr($of_id);?>' placeholder='ie. 5b5c331c27d95c39e42a09d3' class="regular-text code">
    394394            <p class="description"><?=__('Enter your Outfunnel Tracking ID for this website', OF_TEXT_DOMAIN);?></p>
    395395            <?php
     
    411411            $of_account_email = $outfunnel_settings['of_account_email'];
    412412            ?>
    413             <input type='text' name='outfunnel_settings[of_account_email]' value='<?=esc_attr($of_account_email);?>' placeholder='example@example.com' class="regular-text code">
     413            <input type='text' name='outfunnel_settings[of_account_email]' value='<?=esc_attr($of_account_email);?>' placeholder='ie. example@example.com' class="regular-text code">
    414414            <p class="description"><?=__('Enter your Outfunnel account email', OF_TEXT_DOMAIN);?></p>
    415415            <?php
     
    427427            $of_api_key = $outfunnel_settings['of_api_key'];
    428428            ?>
    429             <input type='text' name='outfunnel_settings[of_api_key]' value='<?=esc_attr($of_api_key);?>' placeholder='5c419ca4a2f010de1762a8a44f3012ee8b829084553b1be83eaa94d498e7f07d' class="regular-text code">
     429            <input type='text' name='outfunnel_settings[of_api_key]' value='<?=esc_attr($of_api_key);?>' placeholder='ie. 5c419ca4a2f010de1762a8a44f3012ee8b829084553b1be83eaa94d498e7f07d' class="regular-text code">
    430430            <p class="description"><?=__('Enter your Outfunnel API key', OF_TEXT_DOMAIN);?></p>
    431431            <?php
  • outfunnel/trunk/readme.txt

    r2911563 r2918555  
    11=== Outfunnel: Web Visitor Tracking & CRM Integration ===
    22Contributors: outfunnel
    3 Tags: outfunnel, pipedrive, hubspot crm, copper, copper crm, mailchimp, activecampaign, gravity forms, contact form 7, elementor, elementor forms, web visitor tracking
     3Tags: outfunnel, pipedrive, hubspot crm, copper, copper crm, mailchimp, activecampaign, gravity forms, contact form 7, elementor, elementor forms, web visitor tracking, salesforce
    44Requires at least: 4.2
    5 Tested up to: 6.2
    6 Stable tag: 2.8.5
     5Tested up to: 6.2.2
     6Stable tag: 2.9.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    10 Easily sync leads from various WP forms to Pipedrive, Copper, HubSpot and other CRMs. Includes web visitor tracking.
     10Easily sync leads from various Wordpress forms to Pipedrive, Copper, HubSpot and other CRMs. Includes web visitor tracking.
    1111
    1212== Description ==
    1313
    14 [Outfunnel](https://outfunnel.com) plugin lets you track website visits and sync form submissions to your CRM. Works with Pipedrive, Copper and HubSpot CRM.
     14[Outfunnel](https://outfunnel.com) plugin lets you track website visits and sync form submissions to your CRM. Works with Pipedrive, Copper, HubSpot CRM and Salesforce.
    1515
    16 Supported forms: Elementor, Contact Form 7, Gravity Forms, WP Forms. Learn more about syncing new form submissions to CRM [here](https://support.outfunnel.com/en/articles/5234038-wordpress-forms-crm-connection?utm_source=Wordpress&utm_medium=marketplace).
     16Supported forms: Elementor, Contact Form 7 and Gravity Forms. Learn more about syncing new form submissions to CRM [here](https://support.outfunnel.com/en/articles/5234038-wordpress-forms-crm-connection?utm_source=Wordpress&utm_medium=marketplace).
    1717
    1818You need to have an Outfunnel account to use this plugin – register [here](https://app.outfunnel.com/register).
    1919
    20 For instructions to get the unique tracking code please register for an account and visit the Outfunnel [web tracking page](https://app.outfunnel.com/web-tracking).
     20For instructions to get the unique tracking code please register for an account and visit the Outfunnel [web tracking page](https://app.outfunnel.com/new-web-tracking/setup).
    2121
    2222== Installation ==
     
    3131= What CRM tools does Outfunnel integrate with? =
    3232
    33 Pipedrive, Copper, HubSpot. More coming soon.
     33Pipedrive, Copper, HubSpot, Salesforce. More coming soon.
    3434
    3535= Which forms are supported? =
    3636
    37 Elementor, Contact Form 7, Gravity Forms, WP Forms.
     37Elementor, Contact Form 7, Gravity Forms.
    3838
    3939== Screenshots ==
    40 
    41 For screenshots please visit the [screenshot](https://cloudup.com/cmR1hC8KAhi) page
    4240
    4341== Upgrade Notice ==
Note: See TracChangeset for help on using the changeset viewer.