Changeset 1693640
- Timestamp:
- 07/10/2017 10:45:23 AM (9 years ago)
- Location:
- iflychat/trunk
- Files:
-
- 2 edited
-
iflychat.php (modified) (6 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
iflychat/trunk/iflychat.php
r1661595 r1693640 2 2 /** 3 3 * @package iflychat 4 * @version 4.3. 04 * @version 4.3.1 5 5 */ 6 6 /* … … 9 9 Description: One on one chat, Multiple chatrooms, Embedded chatrooms 10 10 Author: iFlyChat Team 11 Version: 4.3. 011 Version: 4.3.1 12 12 Author URI: https://iflychat.com/ 13 13 */ … … 40 40 } 41 41 42 define('IFLYCHAT_PLUGIN_VERSION', 'WP-4.3. 0');42 define('IFLYCHAT_PLUGIN_VERSION', 'WP-4.3.1'); 43 43 if (!defined('IFLYCHAT_DEBUG')) { 44 44 define('IFLYCHAT_DEBUG', false); … … 118 118 wp_localize_script('iflychat-ajax', 'iflychat_auth_url', admin_url('admin-ajax.php', $_iflychat_protocol)); 119 119 } 120 120 121 121 if(iflychat_get_option('iflychat_popup_chat') == '1'){ 122 122 wp_enqueue_script('iflychat-popup', plugin_dir_url( __FILE__ ) . 'js/iflychat-popup.js', array(), false, true); … … 755 755 $page_match = FALSE; 756 756 757 if (trim(iflychat_get_option('iflychat_path_pages')) != '') {757 // if (trim(iflychat_get_option('iflychat_path_pages')) != '') { 758 758 if (function_exists('mb_strtolower')) { 759 759 $pages = mb_strtolower(iflychat_get_option('iflychat_path_pages')); … … 767 767 if(iflychat_get_option('iflychat_popup_chat') == '4') $page_match = $page_match; 768 768 //$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') { 770 771 $page_match = TRUE; 771 772 } -
iflychat/trunk/readme.txt
r1693607 r1693640 9 9 Tested up to: 4.8 10 10 11 Stable tag: 4.3. 011 Stable tag: 4.3.1 12 12 13 13 License: GPLv2 or later … … 141 141 == Changelog == 142 142 143 = 4.3.1 = 144 145 07/10/2017: Bug fix - Chat Path Visibility filter doesn't work properly if no path is mentioned 146 143 147 = 4.3.0 = 144 148 … … 416 420 == Upgrade Notice == 417 421 422 = 4.3.1 = 423 After updating, go to iFlyChat Settings page and click on Update button. 424 418 425 = 4.3.0 = 419 426 After updating, go to iFlyChat Settings page and click on Update button.
Note: See TracChangeset
for help on using the changeset viewer.