Plugin Directory

Changeset 2835409


Ignore:
Timestamp:
12/17/2022 10:36:30 AM (3 years ago)
Author:
hyvor
Message:

SSO timestamp added

Location:
hyvor-talk/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • hyvor-talk/trunk/html/v3-component.php

    r2835075 r2835409  
    1616
    1717        $userData = base64_encode(json_encode([
     18            'timestamp' => time(),
    1819            'id' => $user -> ID,
    1920            'name' => $user -> display_name,
  • hyvor-talk/trunk/hyvor-talk.php

    r2835098 r2835409  
    77Plugin URI: https://talk.hyvor.com
    88Description: The official WordPress plugin for Hyvor Talk, The Best Commenting Platform For Your Website
    9 Version: 1.2.9
     9Version: 1.2.10
    1010Author: Hyvor
    1111Author URI: https://hyvor.com
     
    4949define('HYVOR_TALK_IDENTIFIER', 'hyvor-talk');
    5050// the version of the plugin
    51 define('HYVOR_TALK_VERSION', '1.2.9');
     51define('HYVOR_TALK_VERSION', '1.2.10');
    5252
    5353require HYVOR_TALK_DIR_PATH . '/inc/class-hyvor-talk.php';
  • hyvor-talk/trunk/readme.txt

    r2835098 r2835409  
    44Requires at least: 4.6
    55Tested up to: 6.1.1
    6 Stable tag: 1.2.9
     6Stable tag: 1.2.10
    77Requires PHP: 7.4
    88License: GPLv2
Note: See TracChangeset for help on using the changeset viewer.