Plugin Directory

Changeset 2547438


Ignore:
Timestamp:
06/14/2021 11:45:07 AM (5 years ago)
Author:
outfunnel
Message:

Tagged v2.1.1

Location:
outfunnel
Files:
8 edited
1 copied

Legend:

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

    r2535480 r2547438  
    1 52c00a5215cbf60fc5ab1be753de1d8c3053d16e
     1f87ba7bdaddee6752fa41d8d60ef0855e0434870
  • outfunnel/tags/2.1.1/languages/outfunnel.pot

    r2535480 r2547438  
    77msgid ""
    88msgstr ""
    9 "Project-Id-Version: outfunnel 2.1.0\n"
     9"Project-Id-Version: outfunnel 2.1.1\n"
    1010"Report-Msgid-Bugs-To: devel@outfunnel.com\n"
    11 "POT-Creation-Date: 2021-05-21 13:01+0000\n"
     11"POT-Creation-Date: 2021-06-14 11:45+0000\n"
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  • outfunnel/tags/2.1.1/outfunnel.php

    r2535480 r2547438  
    11<?php
    22/*
    3 Plugin Name: Outfunnel
    4 Version: 2.1.0
     3Plugin Name: Outfunnel: Web Visitor Tracking & CRM Integration
     4Version: 2.1.1
    55Author: andrisreinman
    66Author URI: https://outfunnel.com/
    7 Description: Track web visitors on your WordPress site, record visits and form submissions in your CRM. Works with Pipedrive, Copper and HubSpot CRM.
     7Description: Easily sync leads from various WP forms to Pipedrive, Copper, HubSpot and other CRMs. Includes web visitor tracking.
    88Text Domain: outfunnel
    99Domain Path: /languages
     
    2626    class OUTFUNNEL {
    2727
    28         public $plugin_version = '2.1.0';
     28        public $plugin_version = '2.1.1';
    2929
    3030        /**
  • outfunnel/tags/2.1.1/readme.txt

    r2535480 r2547438  
    44Requires at least: 4.2
    55Tested up to: 5.7.2
    6 Stable tag: 2.1.0
     6Stable tag: 2.1.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1212== Description ==
    1313
    14 [Outfunnel](https://outfunnel.com) plugin allows you to set up Outfunnel’s web tracking without modifying your HTML template. This will track visitors on your website, and record both web visits and form submissions in 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 and HubSpot CRM.
    1515
    16 You need to have an Outfunnel account to use this plugin - register [here](https://app.outfunnel.com/register).
     16Supported 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).
    1717
    18 For instructions to get the site identifier required for the plugin to work please visit the [Outfunnel web tracking](https://app.outfunnel.com/web-tracking) page.
     18You need to have an Outfunnel account to use this plugin – register [here](https://app.outfunnel.com/register).
     19
     20For 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).
    1921
    2022== Installation ==
     
    2729== Frequently Asked Questions ==
    2830
    29 = Can this plugin be used to enable Outfunnel web tracking in WordPress? =
     31= What CRM tools does Outfunnel integrate with? =
    3032
    31 Yes.
     33Pipedrive, Copper, HubSpot. More coming soon.
     34
     35= Which forms are supported? =
     36
     37Elementor, Contact Form 7, Gravity Forms, WP Forms.
    3238
    3339== Screenshots ==
     
    3945
    4046== Changelog ==
     47
     48= 2.1.1 =
     49
     50* Update Plugin title and description. Add FAQ
    4151
    4252= 2.1.0 =
  • outfunnel/trunk/commit.txt

    r2535480 r2547438  
    1 52c00a5215cbf60fc5ab1be753de1d8c3053d16e
     1f87ba7bdaddee6752fa41d8d60ef0855e0434870
  • outfunnel/trunk/languages/outfunnel.pot

    r2535480 r2547438  
    77msgid ""
    88msgstr ""
    9 "Project-Id-Version: outfunnel 2.1.0\n"
     9"Project-Id-Version: outfunnel 2.1.1\n"
    1010"Report-Msgid-Bugs-To: devel@outfunnel.com\n"
    11 "POT-Creation-Date: 2021-05-21 13:01+0000\n"
     11"POT-Creation-Date: 2021-06-14 11:45+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

    r2535480 r2547438  
    11<?php
    22/*
    3 Plugin Name: Outfunnel
    4 Version: 2.1.0
     3Plugin Name: Outfunnel: Web Visitor Tracking & CRM Integration
     4Version: 2.1.1
    55Author: andrisreinman
    66Author URI: https://outfunnel.com/
    7 Description: Track web visitors on your WordPress site, record visits and form submissions in your CRM. Works with Pipedrive, Copper and HubSpot CRM.
     7Description: Easily sync leads from various WP forms to Pipedrive, Copper, HubSpot and other CRMs. Includes web visitor tracking.
    88Text Domain: outfunnel
    99Domain Path: /languages
     
    2626    class OUTFUNNEL {
    2727
    28         public $plugin_version = '2.1.0';
     28        public $plugin_version = '2.1.1';
    2929
    3030        /**
  • outfunnel/trunk/readme.txt

    r2535480 r2547438  
    44Requires at least: 4.2
    55Tested up to: 5.7.2
    6 Stable tag: 2.1.0
     6Stable tag: 2.1.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1212== Description ==
    1313
    14 [Outfunnel](https://outfunnel.com) plugin allows you to set up Outfunnel’s web tracking without modifying your HTML template. This will track visitors on your website, and record both web visits and form submissions in 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 and HubSpot CRM.
    1515
    16 You need to have an Outfunnel account to use this plugin - register [here](https://app.outfunnel.com/register).
     16Supported 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).
    1717
    18 For instructions to get the site identifier required for the plugin to work please visit the [Outfunnel web tracking](https://app.outfunnel.com/web-tracking) page.
     18You need to have an Outfunnel account to use this plugin – register [here](https://app.outfunnel.com/register).
     19
     20For 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).
    1921
    2022== Installation ==
     
    2729== Frequently Asked Questions ==
    2830
    29 = Can this plugin be used to enable Outfunnel web tracking in WordPress? =
     31= What CRM tools does Outfunnel integrate with? =
    3032
    31 Yes.
     33Pipedrive, Copper, HubSpot. More coming soon.
     34
     35= Which forms are supported? =
     36
     37Elementor, Contact Form 7, Gravity Forms, WP Forms.
    3238
    3339== Screenshots ==
     
    3945
    4046== Changelog ==
     47
     48= 2.1.1 =
     49
     50* Update Plugin title and description. Add FAQ
    4151
    4252= 2.1.0 =
Note: See TracChangeset for help on using the changeset viewer.