Plugin Directory

Changeset 2593254


Ignore:
Timestamp:
09/03/2021 12:11:59 PM (5 years ago)
Author:
outfunnel
Message:

Tagged v2.2.4

Location:
outfunnel
Files:
10 edited
1 copied

Legend:

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

    r2578807 r2593254  
    1 8eb45020c00de7f658cd68659e9fa7c9308cc144
     130755984023857a906ee8ebfeb5803162fd5d8f3
  • outfunnel/tags/2.2.4/forms/elementor.php

    r2578797 r2593254  
    114114
    115115        $form_name = $record->get_form_settings('form_name');
    116 
    117         // Try to get form_id first, as that's the one that is set when customer has added custom form id
    118         $form_id = $record->get_form_settings('form_id');
    119         if (!$form_id) {
    120             // If there is no custom form id, get the regular id
    121             $form_id = $record->get_form_settings('id');
    122         }
     116        // Currently we do not support custom form ids
     117        $form_id = $record->get_form_settings('id');
    123118
    124119        $raw_fields = $record->get('fields');
  • outfunnel/tags/2.2.4/languages/outfunnel.pot

    r2578807 r2593254  
    77msgid ""
    88msgstr ""
    9 "Project-Id-Version: outfunnel 2.2.3\n"
     9"Project-Id-Version: outfunnel 2.2.4\n"
    1010"Report-Msgid-Bugs-To: devel@outfunnel.com\n"
    11 "POT-Creation-Date: 2021-08-05 14:19+0000\n"
     11"POT-Creation-Date: 2021-09-03 12:11+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.4/outfunnel.php

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

    r2578807 r2593254  
    44Requires at least: 4.2
    55Tested up to: 5.8
    6 Stable tag: 2.2.3
     6Stable tag: 2.2.4
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4545
    4646== Changelog ==
     47
     48= 2.2.4 =
     49
     50* Revert custom form id support
    4751
    4852= 2.2.3 =
  • outfunnel/trunk/commit.txt

    r2578807 r2593254  
    1 8eb45020c00de7f658cd68659e9fa7c9308cc144
     130755984023857a906ee8ebfeb5803162fd5d8f3
  • outfunnel/trunk/forms/elementor.php

    r2578797 r2593254  
    114114
    115115        $form_name = $record->get_form_settings('form_name');
    116 
    117         // Try to get form_id first, as that's the one that is set when customer has added custom form id
    118         $form_id = $record->get_form_settings('form_id');
    119         if (!$form_id) {
    120             // If there is no custom form id, get the regular id
    121             $form_id = $record->get_form_settings('id');
    122         }
     116        // Currently we do not support custom form ids
     117        $form_id = $record->get_form_settings('id');
    123118
    124119        $raw_fields = $record->get('fields');
  • outfunnel/trunk/languages/outfunnel.pot

    r2578807 r2593254  
    77msgid ""
    88msgstr ""
    9 "Project-Id-Version: outfunnel 2.2.3\n"
     9"Project-Id-Version: outfunnel 2.2.4\n"
    1010"Report-Msgid-Bugs-To: devel@outfunnel.com\n"
    11 "POT-Creation-Date: 2021-08-05 14:19+0000\n"
     11"POT-Creation-Date: 2021-09-03 12:11+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

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

    r2578807 r2593254  
    44Requires at least: 4.2
    55Tested up to: 5.8
    6 Stable tag: 2.2.3
     6Stable tag: 2.2.4
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4545
    4646== Changelog ==
     47
     48= 2.2.4 =
     49
     50* Revert custom form id support
    4751
    4852= 2.2.3 =
Note: See TracChangeset for help on using the changeset viewer.