Plugin Directory

Changeset 2911563


Ignore:
Timestamp:
05/12/2023 10:30:52 AM (3 years ago)
Author:
outfunnel
Message:

Tagged v2.8.5

Location:
outfunnel
Files:
8 edited
1 copied

Legend:

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

    r2886404 r2911563  
    1 ced22f31f69524a3511193ff262dd544282f5cae
     1575dd50db826ad3f6e0c611230fe2a6e82156985
  • outfunnel/tags/2.8.5/languages/outfunnel.pot

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

    r2886404 r2911563  
    22/*
    33Plugin Name: Outfunnel: Web Visitor Tracking & CRM Integration
    4 Version: 2.8.4
     4Version: 2.8.5
    55Author: andrisreinman
    66Author URI: https://outfunnel.com/
     
    2828    class OUTFUNNEL {
    2929
    30         public $plugin_version = '2.8.4';
     30        public $plugin_version = '2.8.5';
    3131
    3232        /**
     
    314314
    315315            if (!count($form_sources)) {
    316                 $faq_url = 'https://support.outfunnel.com/en/articles/4269527-identify-web-visitors-from-custom-web-forms';
     316                $faq_url = 'https://support.outfunnel.com/en/articles/5234038-wordpress-forms-crm-integration';
    317317                add_settings_error(
    318318                    'outfunnel_settings',
  • outfunnel/tags/2.8.5/readme.txt

    r2886404 r2911563  
    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: 6.1.1
    6 Stable tag: 2.8.4
     5Tested up to: 6.2
     6Stable tag: 2.8.5
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • outfunnel/trunk/commit.txt

    r2886404 r2911563  
    1 ced22f31f69524a3511193ff262dd544282f5cae
     1575dd50db826ad3f6e0c611230fe2a6e82156985
  • outfunnel/trunk/languages/outfunnel.pot

    r2886404 r2911563  
    77msgid ""
    88msgstr ""
    9 "Project-Id-Version: outfunnel 2.8.4\n"
     9"Project-Id-Version: outfunnel 2.8.5\n"
    1010"Report-Msgid-Bugs-To: devel@outfunnel.com\n"
    11 "POT-Creation-Date: 2023-03-24 12:45+0000\n"
     11"POT-Creation-Date: 2023-05-12 10:30+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

    r2886404 r2911563  
    22/*
    33Plugin Name: Outfunnel: Web Visitor Tracking & CRM Integration
    4 Version: 2.8.4
     4Version: 2.8.5
    55Author: andrisreinman
    66Author URI: https://outfunnel.com/
     
    2828    class OUTFUNNEL {
    2929
    30         public $plugin_version = '2.8.4';
     30        public $plugin_version = '2.8.5';
    3131
    3232        /**
     
    314314
    315315            if (!count($form_sources)) {
    316                 $faq_url = 'https://support.outfunnel.com/en/articles/4269527-identify-web-visitors-from-custom-web-forms';
     316                $faq_url = 'https://support.outfunnel.com/en/articles/5234038-wordpress-forms-crm-integration';
    317317                add_settings_error(
    318318                    'outfunnel_settings',
  • outfunnel/trunk/readme.txt

    r2886404 r2911563  
    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: 6.1.1
    6 Stable tag: 2.8.4
     5Tested up to: 6.2
     6Stable tag: 2.8.5
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.