Plugin Directory

Changeset 2570756


Ignore:
Timestamp:
07/23/2021 09:42:40 AM (5 years ago)
Author:
outfunnel
Message:

Tagged v2.2.0

Location:
outfunnel
Files:
10 edited
1 copied

Legend:

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

    r2547463 r2570756  
    1 23108de6e5f72655a8a154a381b42d8a4e4dec5f
     11bb86f1f1df41ef2ada5f647b6082355fc037f76
  • outfunnel/tags/2.2.0/forms/contactform7.php

    r2535480 r2570756  
    120120                'fieldType' => $formTag->basetype,
    121121                'fieldName' => $formTag->name,
     122                'fieldOptions' => $formTag->options,
    122123                'fieldValue' => $value ?? ''
    123124                ]
  • outfunnel/tags/2.2.0/languages/outfunnel.pot

    r2547463 r2570756  
    77msgid ""
    88msgstr ""
    9 "Project-Id-Version: outfunnel 2.1.2\n"
     9"Project-Id-Version: outfunnel 2.2.0\n"
    1010"Report-Msgid-Bugs-To: devel@outfunnel.com\n"
    11 "POT-Creation-Date: 2021-06-14 12:34+0000\n"
     11"POT-Creation-Date: 2021-07-23 09:42+0000\n"
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  • outfunnel/tags/2.2.0/outfunnel.php

    r2547463 r2570756  
    22/*
    33Plugin Name: Outfunnel: Web Visitor Tracking & CRM Integration
    4 Version: 2.1.2
     4Version: 2.2.0
    55Author: andrisreinman
    66Author URI: https://outfunnel.com/
     
    2626    class OUTFUNNEL {
    2727
    28         public $plugin_version = '2.1.2';
     28        public $plugin_version = '2.2.0';
    2929
    3030        /**
  • outfunnel/tags/2.2.0/readme.txt

    r2547463 r2570756  
    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.7.2
    6 Stable tag: 2.1.2
     5Tested up to: 5.8
     6Stable tag: 2.2.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4646== Changelog ==
    4747
     48= 2.2.0 =
     49
     50* Parse form fields in a more detailed manner
     51
    4852= 2.1.2 =
    4953
  • outfunnel/trunk/commit.txt

    r2547463 r2570756  
    1 23108de6e5f72655a8a154a381b42d8a4e4dec5f
     11bb86f1f1df41ef2ada5f647b6082355fc037f76
  • outfunnel/trunk/forms/contactform7.php

    r2535480 r2570756  
    120120                'fieldType' => $formTag->basetype,
    121121                'fieldName' => $formTag->name,
     122                'fieldOptions' => $formTag->options,
    122123                'fieldValue' => $value ?? ''
    123124                ]
  • outfunnel/trunk/languages/outfunnel.pot

    r2547463 r2570756  
    77msgid ""
    88msgstr ""
    9 "Project-Id-Version: outfunnel 2.1.2\n"
     9"Project-Id-Version: outfunnel 2.2.0\n"
    1010"Report-Msgid-Bugs-To: devel@outfunnel.com\n"
    11 "POT-Creation-Date: 2021-06-14 12:34+0000\n"
     11"POT-Creation-Date: 2021-07-23 09:42+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

    r2547463 r2570756  
    22/*
    33Plugin Name: Outfunnel: Web Visitor Tracking & CRM Integration
    4 Version: 2.1.2
     4Version: 2.2.0
    55Author: andrisreinman
    66Author URI: https://outfunnel.com/
     
    2626    class OUTFUNNEL {
    2727
    28         public $plugin_version = '2.1.2';
     28        public $plugin_version = '2.2.0';
    2929
    3030        /**
  • outfunnel/trunk/readme.txt

    r2547463 r2570756  
    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.7.2
    6 Stable tag: 2.1.2
     5Tested up to: 5.8
     6Stable tag: 2.2.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4646== Changelog ==
    4747
     48= 2.2.0 =
     49
     50* Parse form fields in a more detailed manner
     51
    4852= 2.1.2 =
    4953
Note: See TracChangeset for help on using the changeset viewer.