Changeset 2835409
- Timestamp:
- 12/17/2022 10:36:30 AM (3 years ago)
- Location:
- hyvor-talk/trunk
- Files:
-
- 3 edited
-
html/v3-component.php (modified) (1 diff)
-
hyvor-talk.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hyvor-talk/trunk/html/v3-component.php
r2835075 r2835409 16 16 17 17 $userData = base64_encode(json_encode([ 18 'timestamp' => time(), 18 19 'id' => $user -> ID, 19 20 'name' => $user -> display_name, -
hyvor-talk/trunk/hyvor-talk.php
r2835098 r2835409 7 7 Plugin URI: https://talk.hyvor.com 8 8 Description: The official WordPress plugin for Hyvor Talk, The Best Commenting Platform For Your Website 9 Version: 1.2. 99 Version: 1.2.10 10 10 Author: Hyvor 11 11 Author URI: https://hyvor.com … … 49 49 define('HYVOR_TALK_IDENTIFIER', 'hyvor-talk'); 50 50 // the version of the plugin 51 define('HYVOR_TALK_VERSION', '1.2. 9');51 define('HYVOR_TALK_VERSION', '1.2.10'); 52 52 53 53 require HYVOR_TALK_DIR_PATH . '/inc/class-hyvor-talk.php'; -
hyvor-talk/trunk/readme.txt
r2835098 r2835409 4 4 Requires at least: 4.6 5 5 Tested up to: 6.1.1 6 Stable tag: 1.2. 96 Stable tag: 1.2.10 7 7 Requires PHP: 7.4 8 8 License: GPLv2
Note: See TracChangeset
for help on using the changeset viewer.