Plugin Directory

Changeset 2844088


Ignore:
Timestamp:
01/05/2023 01:37:55 PM (3 years ago)
Author:
outfunnel
Message:

Tagged v2.6.2

Location:
outfunnel
Files:
10 edited
1 copied

Legend:

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

    r2711404 r2844088  
    1 ba033ecdcc05e3fb9a3587d18aa3d0a0fbbdf5cb
     103fc7f114c2ccfb72ae2a93c7ba50ccb14f73160
  • outfunnel/tags/2.6.2/forms/contactform7.php

    r2695994 r2844088  
    117117
    118118        $form_id = $contact_form->id();
    119         $form_name = $contact_form->name();
     119        $form_name = $contact_form->title();
    120120        $posted_data = $submission->get_posted_data();
    121121        $form_url = get_permalink($submission->get_meta("container_post_id"));
  • outfunnel/tags/2.6.2/languages/outfunnel.pot

    r2711404 r2844088  
    77msgid ""
    88msgstr ""
    9 "Project-Id-Version: outfunnel 2.6.1\n"
     9"Project-Id-Version: outfunnel 2.6.2\n"
    1010"Report-Msgid-Bugs-To: devel@outfunnel.com\n"
    11 "POT-Creation-Date: 2022-04-19 07:40+0000\n"
     11"POT-Creation-Date: 2023-01-05 13:37+0000\n"
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  • outfunnel/tags/2.6.2/outfunnel.php

    r2711404 r2844088  
    22/*
    33Plugin Name: Outfunnel: Web Visitor Tracking & CRM Integration
    4 Version: 2.6.1
     4Version: 2.6.2
    55Author: andrisreinman
    66Author URI: https://outfunnel.com/
     
    2828    class OUTFUNNEL {
    2929
    30         public $plugin_version = '2.6.1';
     30        public $plugin_version = '2.6.2';
    3131
    3232        /**
  • outfunnel/tags/2.6.2/readme.txt

    r2711404 r2844088  
    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.9.3
    6 Stable tag: 2.6.1
     5Tested up to: 6.1.1
     6Stable tag: 2.6.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • outfunnel/trunk/commit.txt

    r2711404 r2844088  
    1 ba033ecdcc05e3fb9a3587d18aa3d0a0fbbdf5cb
     103fc7f114c2ccfb72ae2a93c7ba50ccb14f73160
  • outfunnel/trunk/forms/contactform7.php

    r2695994 r2844088  
    117117
    118118        $form_id = $contact_form->id();
    119         $form_name = $contact_form->name();
     119        $form_name = $contact_form->title();
    120120        $posted_data = $submission->get_posted_data();
    121121        $form_url = get_permalink($submission->get_meta("container_post_id"));
  • outfunnel/trunk/languages/outfunnel.pot

    r2711404 r2844088  
    77msgid ""
    88msgstr ""
    9 "Project-Id-Version: outfunnel 2.6.1\n"
     9"Project-Id-Version: outfunnel 2.6.2\n"
    1010"Report-Msgid-Bugs-To: devel@outfunnel.com\n"
    11 "POT-Creation-Date: 2022-04-19 07:40+0000\n"
     11"POT-Creation-Date: 2023-01-05 13:37+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

    r2711404 r2844088  
    22/*
    33Plugin Name: Outfunnel: Web Visitor Tracking & CRM Integration
    4 Version: 2.6.1
     4Version: 2.6.2
    55Author: andrisreinman
    66Author URI: https://outfunnel.com/
     
    2828    class OUTFUNNEL {
    2929
    30         public $plugin_version = '2.6.1';
     30        public $plugin_version = '2.6.2';
    3131
    3232        /**
  • outfunnel/trunk/readme.txt

    r2711404 r2844088  
    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.9.3
    6 Stable tag: 2.6.1
     5Tested up to: 6.1.1
     6Stable tag: 2.6.2
    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.