Plugin Directory

Changeset 3398777


Ignore:
Timestamp:
11/19/2025 10:15:09 AM (4 months ago)
Author:
Smartsupp
Message:

Fix a possible XSS security issue

Location:
smartsupp-live-chat
Files:
95 added
3 edited

Legend:

Unmodified
Added
Removed
  • smartsupp-live-chat/trunk/admin/class-smartsupp-admin.php

    r3344634 r3398777  
    106106    public function performAction() {
    107107        if ( ! is_user_logged_in() ) {
     108            return;
     109        }
     110        if ( ! current_user_can('manage_options') ) {
    108111            return;
    109112        }
  • smartsupp-live-chat/trunk/changelog.txt

    r3344634 r3398777  
    11*** Smartsupp – live chat, AI shopping assistant and chatbots Changelog ***
     2
     32025-11-19 - version 3.9
     4* Fixed - Fix a possible XSS security issue
    25
    362025-07-14 - version 3.8.3
  • smartsupp-live-chat/trunk/readme.txt

    r3389684 r3398777  
    66Tested up to: 6.8.2
    77Requires PHP: 5.3.2
    8 Stable tag: 3.8.3
     8Stable tag: 3.9
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    117117== Changelog ==
    118118
     119= 3.9 =
     120* Fix a possible XSS security issue
     121
    119122= 3.8.3 =
    120123* Fix: Enqueue styles
Note: See TracChangeset for help on using the changeset viewer.