Changeset 2848491
- Timestamp:
- 01/14/2023 09:21:19 PM (3 years ago)
- Location:
- hyvor-talk/trunk
- Files:
-
- 3 edited
-
hyvor-talk.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
static/admin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hyvor-talk/trunk/hyvor-talk.php
r2842592 r2848491 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.1 19 Version: 1.2.12 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.1 1');51 define('HYVOR_TALK_VERSION', '1.2.12'); 52 52 53 53 require HYVOR_TALK_DIR_PATH . '/inc/class-hyvor-talk.php'; -
hyvor-talk/trunk/readme.txt
r2842592 r2848491 4 4 Requires at least: 4.6 5 5 Tested up to: 6.1.1 6 Stable tag: 1.2.1 16 Stable tag: 1.2.12 7 7 Requires PHP: 7.4 8 8 License: GPLv2 -
hyvor-talk/trunk/static/admin.js
r2835073 r2848491 32 32 data.ssoPrivateKey = ssoPrivateKey; 33 33 34 var isV3 = $.trim($("#talk-v3-input")[0].checked); 34 var v3Input = $("#talk-v3-input")[0]; 35 var isV3 = v3Input ? v3Input.checked : false; 35 36 data.isV3 = isV3; 36 37
Note: See TracChangeset
for help on using the changeset viewer.