Plugin Directory

Changeset 3145779


Ignore:
Timestamp:
09/03/2024 08:22:47 AM (18 months ago)
Author:
wtsec
Message:

2.4.33 = HOT FIX

  • Fixed auth method
Location:
wt-security
Files:
451 added
4 edited

Legend:

Unmodified
Added
Removed
  • wt-security/tags/2.4.32/lib/API.php

    r3145261 r3145779  
    5050        $payload = '{"query":"mutation{ guest{ apiKeys{ auth(apiKey:\"' . $api_key . '\", source:\"' . $domain . '\"),{ token{ value, refreshToken, expiresIn } } } } }"}';
    5151        $result = self::sendRequest($payload, FALSE, TRUE);
    52 
    53         WebTotem::log('$result: ' . json_encode($result));
    5452
    5553        if (isset($result['data']['guest']['apiKeys']['auth']['token']['value'])) {
  • wt-security/trunk/lib/API.php

    r3145261 r3145779  
    5050        $payload = '{"query":"mutation{ guest{ apiKeys{ auth(apiKey:\"' . $api_key . '\", source:\"' . $domain . '\"),{ token{ value, refreshToken, expiresIn } } } } }"}';
    5151        $result = self::sendRequest($payload, FALSE, TRUE);
    52 
    53         WebTotem::log('$result: ' . json_encode($result));
    5452
    5553        if (isset($result['data']['guest']['apiKeys']['auth']['token']['value'])) {
  • wt-security/trunk/readme.txt

    r3145261 r3145779  
    88Requires PHP: 7.1
    99Requires at least: 6.0
    10 Stable tag: 2.4.32
     10Stable tag: 2.4.33
    1111
    1212WebTotem is a SaaS which provides powerful tools for securing and monitoring your website in one place in easy and flexible way.
     
    8787
    8888== Changelog ==
     89= 2.4.33 =
     90* Fixed auth method
     91
    8992= 2.4.32 =
    9093* Fixed the issue of our API address being blocked by adding a site mirror
  • wt-security/trunk/wt-security.php

    r3145261 r3145779  
    77 * Text Domain: wtotem
    88 * Domain Path: /lang
    9  * Version: 2.4.32
     9 * Version: 2.4.33
    1010 * License: GPL v2 or later
    1111 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
     
    5555 * Current version of the plugin's code.
    5656 */
    57 define('WEBTOTEM_VERSION', '2.4.32');
     57define('WEBTOTEM_VERSION', '2.4.33');
    5858
    5959/**
Note: See TracChangeset for help on using the changeset viewer.