Plugin Directory

Changeset 1693640


Ignore:
Timestamp:
07/10/2017 10:45:23 AM (9 years ago)
Author:
darklrd
Message:

iFlyChat - Chat Path Visibility filter doesn't work properly if no path is mentioned

Location:
iflychat/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • iflychat/trunk/iflychat.php

    r1661595 r1693640  
    22/**
    33 * @package iflychat
    4  * @version 4.3.0
     4 * @version 4.3.1
    55 */
    66/*
     
    99Description: One on one chat, Multiple chatrooms, Embedded chatrooms
    1010Author: iFlyChat Team
    11 Version: 4.3.0
     11Version: 4.3.1
    1212Author URI: https://iflychat.com/
    1313*/
     
    4040}
    4141
    42 define('IFLYCHAT_PLUGIN_VERSION', 'WP-4.3.0');
     42define('IFLYCHAT_PLUGIN_VERSION', 'WP-4.3.1');
    4343if (!defined('IFLYCHAT_DEBUG')) {
    4444  define('IFLYCHAT_DEBUG',          false);
     
    118118            wp_localize_script('iflychat-ajax', 'iflychat_auth_url', admin_url('admin-ajax.php', $_iflychat_protocol));
    119119        }
    120 
     120       
    121121      if(iflychat_get_option('iflychat_popup_chat') == '1'){
    122122        wp_enqueue_script('iflychat-popup', plugin_dir_url( __FILE__ ) . 'js/iflychat-popup.js', array(), false, true);
     
    755755    $page_match = FALSE;
    756756
    757     if (trim(iflychat_get_option('iflychat_path_pages')) != '') {
     757    // if (trim(iflychat_get_option('iflychat_path_pages')) != '') {
    758758        if (function_exists('mb_strtolower')) {
    759759            $pages = mb_strtolower(iflychat_get_option('iflychat_path_pages'));
     
    767767        if(iflychat_get_option('iflychat_popup_chat') == '4') $page_match = $page_match;
    768768        //$page_match = (iflychat_get_option('iflychat_popup_chat') == '3') ? (!$page_match) : $page_match;
    769     } else if (iflychat_get_option('iflychat_popup_chat') == '1') {
     769    // } else
     770    if (iflychat_get_option('iflychat_popup_chat') == '1') {
    770771        $page_match = TRUE;
    771772    }
  • iflychat/trunk/readme.txt

    r1693607 r1693640  
    99Tested up to: 4.8
    1010
    11 Stable tag: 4.3.0
     11Stable tag: 4.3.1
    1212
    1313License: GPLv2 or later
     
    141141== Changelog ==
    142142
     143= 4.3.1 =
     144
     14507/10/2017: Bug fix - Chat Path Visibility filter doesn't work properly if no path is mentioned
     146
    143147= 4.3.0 =
    144148
     
    416420== Upgrade Notice ==
    417421
     422= 4.3.1 =
     423After updating, go to iFlyChat Settings page and click on Update button.
     424
    418425= 4.3.0 =
    419426After updating, go to iFlyChat Settings page and click on Update button.
Note: See TracChangeset for help on using the changeset viewer.