Plugin Directory

Changeset 2886404


Ignore:
Timestamp:
03/24/2023 12:45:22 PM (3 years ago)
Author:
outfunnel
Message:

Tagged v2.8.4

Location:
outfunnel
Files:
8 edited
1 copied

Legend:

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

    r2885570 r2886404  
    1 ae8f59ed2a69449d40ee80c1d0b7279d2e23ed42
     1ced22f31f69524a3511193ff262dd544282f5cae
  • outfunnel/tags/2.8.4/languages/outfunnel.pot

    r2885570 r2886404  
    77msgid ""
    88msgstr ""
    9 "Project-Id-Version: outfunnel 2.7.4\n"
     9"Project-Id-Version: outfunnel 2.8.4\n"
    1010"Report-Msgid-Bugs-To: devel@outfunnel.com\n"
    11 "POT-Creation-Date: 2023-03-23 10:55+0000\n"
     11"POT-Creation-Date: 2023-03-24 12:45+0000\n"
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1818"Content-Transfer-Encoding: 8bit\n"
    1919
    20 #: outfunnel.php:104 outfunnel.php:361
     20#: outfunnel.php:104 outfunnel.php:353
    2121msgid "Something went wrong"
    2222msgstr ""
     
    3939
    4040#: outfunnel.php:254
    41 msgid "Enable subdomain tracking"
    42 msgstr ""
    43 
    44 #: outfunnel.php:262
    4541msgid "Web forms integration"
    4642msgstr ""
    4743
    48 #: outfunnel.php:269
     44#: outfunnel.php:261
    4945msgid "Account email"
    5046msgstr ""
    5147
    52 #: outfunnel.php:277
     48#: outfunnel.php:269
    5349msgid "API key"
    5450msgstr ""
    5551
    56 #: outfunnel.php:285
     52#: outfunnel.php:277
    5753msgid "Logging"
    5854msgstr ""
    5955
    60 #: outfunnel.php:330
     56#: outfunnel.php:322
    6157#, php-format
    6258msgid ""
     
    6561msgstr ""
    6662
    67 #: outfunnel.php:394
     63#: outfunnel.php:386
    6864#, php-format
    6965msgid ""
     
    7369msgstr ""
    7470
    75 #: outfunnel.php:402
     71#: outfunnel.php:394
    7672msgid "Enter your Outfunnel Tracking ID for this website"
    7773msgstr ""
    7874
    79 #: outfunnel.php:417
     75#: outfunnel.php:402
    8076#, php-format
    8177msgid ""
     
    8581msgstr ""
    8682
    87 #: outfunnel.php:429
     83#: outfunnel.php:414
    8884msgid "Enter your Outfunnel account email"
    8985msgstr ""
    9086
    91 #: outfunnel.php:445
     87#: outfunnel.php:430
    9288msgid "Enter your Outfunnel API key"
    9389msgstr ""
  • outfunnel/tags/2.8.4/outfunnel.php

    r2885570 r2886404  
    22/*
    33Plugin Name: Outfunnel: Web Visitor Tracking & CRM Integration
    4 Version: 2.7.4
     4Version: 2.8.4
    55Author: andrisreinman
    66Author URI: https://outfunnel.com/
     
    2828    class OUTFUNNEL {
    2929
    30         public $plugin_version = '2.7.4';
     30        public $plugin_version = '2.8.4';
    3131
    3232        /**
     
    250250            );
    251251
    252             add_settings_field(
    253                 'of_subdomain_tracking',
    254                 __('Enable subdomain tracking'),
    255                 [$this, 'of_subdomain_tracking_field'],
    256                 'outfunnelpage',
    257                 'outfunnel_tracking_section'
    258             );
    259 
    260252            add_settings_section(
    261253                'outfunnel_forms_section',
     
    404396        }
    405397
    406         public function of_subdomain_tracking_field() {
    407             $outfunnel_settings = get_option('outfunnel_settings');
    408             $of_subdomain_tracking = isset($outfunnel_settings['of_subdomain_tracking']) && $outfunnel_settings['of_subdomain_tracking'] === "on";
    409 
    410             echo '<input type="checkbox" name="outfunnel_settings[of_subdomain_tracking]"' . checked( 1, $of_subdomain_tracking, false ) . '/>';
    411         }
    412 
    413398        public function outfunnel_forms_settings_section_callback() {
    414399            $config = get_option('outfunnel_settings');
     
    478463            $outfunnel_settings = get_option('outfunnel_settings');
    479464            $of_id = $outfunnel_settings['of_id'];
    480             $of_subdomain_tracking = isset($outfunnel_settings['of_subdomain_tracking']) ? $outfunnel_settings['of_subdomain_tracking'] : null;
    481465
    482466            if (!empty($of_id)) {
     
    486470<script>
    487471window.OFID = "<?=htmlspecialchars($of_id)?>";
    488 window.OFCS = "<?=htmlspecialchars($of_subdomain_tracking)?>";
    489472window.OF_WP_VERSION = "<?=$this->plugin_version?>";
    490473(function(){
  • outfunnel/tags/2.8.4/readme.txt

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

    r2885570 r2886404  
    1 ae8f59ed2a69449d40ee80c1d0b7279d2e23ed42
     1ced22f31f69524a3511193ff262dd544282f5cae
  • outfunnel/trunk/languages/outfunnel.pot

    r2885570 r2886404  
    77msgid ""
    88msgstr ""
    9 "Project-Id-Version: outfunnel 2.7.4\n"
     9"Project-Id-Version: outfunnel 2.8.4\n"
    1010"Report-Msgid-Bugs-To: devel@outfunnel.com\n"
    11 "POT-Creation-Date: 2023-03-23 10:55+0000\n"
     11"POT-Creation-Date: 2023-03-24 12:45+0000\n"
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1818"Content-Transfer-Encoding: 8bit\n"
    1919
    20 #: outfunnel.php:104 outfunnel.php:361
     20#: outfunnel.php:104 outfunnel.php:353
    2121msgid "Something went wrong"
    2222msgstr ""
     
    3939
    4040#: outfunnel.php:254
    41 msgid "Enable subdomain tracking"
    42 msgstr ""
    43 
    44 #: outfunnel.php:262
    4541msgid "Web forms integration"
    4642msgstr ""
    4743
    48 #: outfunnel.php:269
     44#: outfunnel.php:261
    4945msgid "Account email"
    5046msgstr ""
    5147
    52 #: outfunnel.php:277
     48#: outfunnel.php:269
    5349msgid "API key"
    5450msgstr ""
    5551
    56 #: outfunnel.php:285
     52#: outfunnel.php:277
    5753msgid "Logging"
    5854msgstr ""
    5955
    60 #: outfunnel.php:330
     56#: outfunnel.php:322
    6157#, php-format
    6258msgid ""
     
    6561msgstr ""
    6662
    67 #: outfunnel.php:394
     63#: outfunnel.php:386
    6864#, php-format
    6965msgid ""
     
    7369msgstr ""
    7470
    75 #: outfunnel.php:402
     71#: outfunnel.php:394
    7672msgid "Enter your Outfunnel Tracking ID for this website"
    7773msgstr ""
    7874
    79 #: outfunnel.php:417
     75#: outfunnel.php:402
    8076#, php-format
    8177msgid ""
     
    8581msgstr ""
    8682
    87 #: outfunnel.php:429
     83#: outfunnel.php:414
    8884msgid "Enter your Outfunnel account email"
    8985msgstr ""
    9086
    91 #: outfunnel.php:445
     87#: outfunnel.php:430
    9288msgid "Enter your Outfunnel API key"
    9389msgstr ""
  • outfunnel/trunk/outfunnel.php

    r2885570 r2886404  
    22/*
    33Plugin Name: Outfunnel: Web Visitor Tracking & CRM Integration
    4 Version: 2.7.4
     4Version: 2.8.4
    55Author: andrisreinman
    66Author URI: https://outfunnel.com/
     
    2828    class OUTFUNNEL {
    2929
    30         public $plugin_version = '2.7.4';
     30        public $plugin_version = '2.8.4';
    3131
    3232        /**
     
    250250            );
    251251
    252             add_settings_field(
    253                 'of_subdomain_tracking',
    254                 __('Enable subdomain tracking'),
    255                 [$this, 'of_subdomain_tracking_field'],
    256                 'outfunnelpage',
    257                 'outfunnel_tracking_section'
    258             );
    259 
    260252            add_settings_section(
    261253                'outfunnel_forms_section',
     
    404396        }
    405397
    406         public function of_subdomain_tracking_field() {
    407             $outfunnel_settings = get_option('outfunnel_settings');
    408             $of_subdomain_tracking = isset($outfunnel_settings['of_subdomain_tracking']) && $outfunnel_settings['of_subdomain_tracking'] === "on";
    409 
    410             echo '<input type="checkbox" name="outfunnel_settings[of_subdomain_tracking]"' . checked( 1, $of_subdomain_tracking, false ) . '/>';
    411         }
    412 
    413398        public function outfunnel_forms_settings_section_callback() {
    414399            $config = get_option('outfunnel_settings');
     
    478463            $outfunnel_settings = get_option('outfunnel_settings');
    479464            $of_id = $outfunnel_settings['of_id'];
    480             $of_subdomain_tracking = isset($outfunnel_settings['of_subdomain_tracking']) ? $outfunnel_settings['of_subdomain_tracking'] : null;
    481465
    482466            if (!empty($of_id)) {
     
    486470<script>
    487471window.OFID = "<?=htmlspecialchars($of_id)?>";
    488 window.OFCS = "<?=htmlspecialchars($of_subdomain_tracking)?>";
    489472window.OF_WP_VERSION = "<?=$this->plugin_version?>";
    490473(function(){
  • outfunnel/trunk/readme.txt

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