Plugin Directory

Changeset 2885570


Ignore:
Timestamp:
03/23/2023 10:55:57 AM (3 years ago)
Author:
outfunnel
Message:

Tagged v2.7.4

Location:
outfunnel
Files:
8 edited
1 copied

Legend:

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

    r2884344 r2885570  
    1 cb0f000475ab79483fca25f028b4761af61c00d1
     1ae8f59ed2a69449d40ee80c1d0b7279d2e23ed42
  • outfunnel/tags/2.7.4/languages/outfunnel.pot

    r2884344 r2885570  
    77msgid ""
    88msgstr ""
    9 "Project-Id-Version: outfunnel 2.7.3\n"
     9"Project-Id-Version: outfunnel 2.7.4\n"
    1010"Report-Msgid-Bugs-To: devel@outfunnel.com\n"
    11 "POT-Creation-Date: 2023-03-21 14:22+0000\n"
     11"POT-Creation-Date: 2023-03-23 10:55+0000\n"
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  • outfunnel/tags/2.7.4/outfunnel.php

    r2884344 r2885570  
    22/*
    33Plugin Name: Outfunnel: Web Visitor Tracking & CRM Integration
    4 Version: 2.7.3
     4Version: 2.7.4
    55Author: andrisreinman
    66Author URI: https://outfunnel.com/
     
    2828    class OUTFUNNEL {
    2929
    30         public $plugin_version = '2.7.3';
     30        public $plugin_version = '2.7.4';
    3131
    3232        /**
     
    478478            $outfunnel_settings = get_option('outfunnel_settings');
    479479            $of_id = $outfunnel_settings['of_id'];
    480             $of_subdomain_tracking = $outfunnel_settings['of_subdomain_tracking'];
     480            $of_subdomain_tracking = isset($outfunnel_settings['of_subdomain_tracking']) ? $outfunnel_settings['of_subdomain_tracking'] : null;
    481481
    482482            if (!empty($of_id)) {
  • outfunnel/tags/2.7.4/readme.txt

    r2884344 r2885570  
    44Requires at least: 4.2
    55Tested up to: 6.1.1
    6 Stable tag: 2.7.3
     6Stable tag: 2.7.4
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • outfunnel/trunk/commit.txt

    r2884344 r2885570  
    1 cb0f000475ab79483fca25f028b4761af61c00d1
     1ae8f59ed2a69449d40ee80c1d0b7279d2e23ed42
  • outfunnel/trunk/languages/outfunnel.pot

    r2884344 r2885570  
    77msgid ""
    88msgstr ""
    9 "Project-Id-Version: outfunnel 2.7.3\n"
     9"Project-Id-Version: outfunnel 2.7.4\n"
    1010"Report-Msgid-Bugs-To: devel@outfunnel.com\n"
    11 "POT-Creation-Date: 2023-03-21 14:22+0000\n"
     11"POT-Creation-Date: 2023-03-23 10:55+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

    r2884344 r2885570  
    22/*
    33Plugin Name: Outfunnel: Web Visitor Tracking & CRM Integration
    4 Version: 2.7.3
     4Version: 2.7.4
    55Author: andrisreinman
    66Author URI: https://outfunnel.com/
     
    2828    class OUTFUNNEL {
    2929
    30         public $plugin_version = '2.7.3';
     30        public $plugin_version = '2.7.4';
    3131
    3232        /**
     
    478478            $outfunnel_settings = get_option('outfunnel_settings');
    479479            $of_id = $outfunnel_settings['of_id'];
    480             $of_subdomain_tracking = $outfunnel_settings['of_subdomain_tracking'];
     480            $of_subdomain_tracking = isset($outfunnel_settings['of_subdomain_tracking']) ? $outfunnel_settings['of_subdomain_tracking'] : null;
    481481
    482482            if (!empty($of_id)) {
  • outfunnel/trunk/readme.txt

    r2884344 r2885570  
    44Requires at least: 4.2
    55Tested up to: 6.1.1
    6 Stable tag: 2.7.3
     6Stable tag: 2.7.4
    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.