release v0.2.0

This commit is contained in:
hanyixuanten
2026-07-27 16:40:48 +08:00
parent 90801f162e
commit 116e696efb
+2 -2
View File
@@ -2,7 +2,7 @@
/**
* Plugin Name: Btranslate
* Description: Persistent multilingual WordPress translations powered by Baidu Translate.
* Version: 0.1.1
* Version: 0.2.0
* Requires at least: 6.4
* Requires PHP: 8.1
* Author: hanyixuanten
@@ -11,7 +11,7 @@
defined( 'ABSPATH' ) || exit;
define( 'WPT_VERSION', '0.1.1' );
define( 'WPT_VERSION', '0.2.0' );
define( 'WPT_FILE', __FILE__ );
define( 'WPT_PATH', plugin_dir_path( __FILE__ ) );