modify version
This commit is contained in:
parent
a518a83e7b
commit
16e5c2c5ff
|
@ -3,12 +3,12 @@
|
||||||
Plugin Name: QuickAuthLogin
|
Plugin Name: QuickAuthLogin
|
||||||
Plugin URI: https://gitee.com/wixy/QuickAuthLogin-WP
|
Plugin URI: https://gitee.com/wixy/QuickAuthLogin-WP
|
||||||
Description: QuickAuth微信扫码登陆插件
|
Description: QuickAuth微信扫码登陆插件
|
||||||
Version: 0.9.2
|
Version: 0.9.3
|
||||||
Author: wixy
|
Author: wixy
|
||||||
Author URI: https://blog.wixy.cn/
|
Author URI: https://blog.wixy.cn/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const PLUGIN_VERSION = '0.9.2';
|
const PLUGIN_VERSION = '0.9.3';
|
||||||
|
|
||||||
//自定义登录按钮
|
//自定义登录按钮
|
||||||
function custom_login_button() {
|
function custom_login_button() {
|
||||||
|
|
Loading…
Reference in New Issue