Plugin Directory

Changeset 2994301


Ignore:
Timestamp:
11/11/2023 08:06:01 AM (2 years ago)
Author:
onwebchat_dev
Message:

Bug fix

Location:
onwebchat
Files:
2 edited
5 copied

Legend:

Unmodified
Added
Removed
  • onwebchat/tags/3.3.2/onwebchat.php

    r2993967 r2994301  
    55Description: live chat service that helps you communicate with your website's visitors.
    66Author: onWebChat
    7 Version: 3.3.1
     7Version: 3.3.2
    88Author URI: https://www.onwebchat.com
    99*/
     
    392392            var e = document.getElementById("pages-select");
    393393            if (!e) {
    394                 console.warn("Select element not found");
     394               // console.warn("Select element not found");
    395395                return;
    396396            }
     
    568568}
    569569
    570 ?>
    571 
     570// omit the closing php tag ? >  for avoid issues
  • onwebchat/tags/3.3.2/readme.txt

    r2993967 r2994301  
    44Tested up to: 6.4.1
    55Requires PHP: 5.4
    6 Stable tag: 3.3.1
     6Stable tag: 3.3.2
    77License: GPLv2
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    139139== Changelog ==
    140140
     141= onWebChat Live Chat (Chat version 3.3.2) =
     142* Bug fix
     143
    141144= onWebChat Live Chat (Chat version 3.3.1) =
    142145* AI chatbot support & fix bug
  • onwebchat/trunk/onwebchat.php

    r2993967 r2994301  
    55Description: live chat service that helps you communicate with your website's visitors.
    66Author: onWebChat
    7 Version: 3.3.1
     7Version: 3.3.2
    88Author URI: https://www.onwebchat.com
    99*/
     
    392392            var e = document.getElementById("pages-select");
    393393            if (!e) {
    394                 console.warn("Select element not found");
     394               // console.warn("Select element not found");
    395395                return;
    396396            }
     
    568568}
    569569
    570 ?>
    571 
     570// omit the closing php tag ? >  for avoid issues
  • onwebchat/trunk/readme.txt

    r2993967 r2994301  
    44Tested up to: 6.4.1
    55Requires PHP: 5.4
    6 Stable tag: 3.3.1
     6Stable tag: 3.3.2
    77License: GPLv2
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    139139== Changelog ==
    140140
     141= onWebChat Live Chat (Chat version 3.3.2) =
     142* Bug fix
     143
    141144= onWebChat Live Chat (Chat version 3.3.1) =
    142145* AI chatbot support & fix bug
Note: See TracChangeset for help on using the changeset viewer.