Changeset 2835098
- Timestamp:
- 12/16/2022 02:05:53 PM (3 years ago)
- Location:
- hyvor-talk/trunk
- Files:
-
- 4 edited
-
html/embed.php (modified) (1 diff)
-
hyvor-talk.php (modified) (2 diffs)
-
inc/class-hyvor-talk.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hyvor-talk/trunk/html/embed.php
r2835073 r2835098 12 12 $var = $GLOBALS['HYVOR_TALK_PLUGIN_JS_CONFIG']; 13 13 ?> 14 15 14 <?php if ($var['isV3']) : ?> 16 15 -
hyvor-talk/trunk/hyvor-talk.php
r2835073 r2835098 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. 89 Version: 1.2.9 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. 8');51 define('HYVOR_TALK_VERSION', '1.2.9'); 52 52 53 53 require HYVOR_TALK_DIR_PATH . '/inc/class-hyvor-talk.php'; -
hyvor-talk/trunk/inc/class-hyvor-talk.php
r2835073 r2835098 179 179 180 180 public static function getIsV3() { 181 echo(get_option( self::VERSION_IS_3_OPTION_NAME ));182 181 return (bool) get_option( self::VERSION_IS_3_OPTION_NAME ); 183 182 } -
hyvor-talk/trunk/readme.txt
r2835073 r2835098 4 4 Requires at least: 4.6 5 5 Tested up to: 6.1.1 6 Stable tag: 1.2. 86 Stable tag: 1.2.9 7 7 Requires PHP: 7.4 8 8 License: GPLv2
Note: See TracChangeset
for help on using the changeset viewer.