release v0.2.1
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@
|
||||
/**
|
||||
* Plugin Name: Btranslate
|
||||
* Description: Persistent multilingual WordPress translations powered by Baidu Translate.
|
||||
* Version: 0.2.0
|
||||
* Version: 0.2.1
|
||||
* Requires at least: 6.4
|
||||
* Requires PHP: 8.1
|
||||
* Author: hanyixuanten
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
defined( 'ABSPATH' ) || exit;
|
||||
|
||||
define( 'BTRANSLATE_VERSION', '0.2.0' );
|
||||
define( 'BTRANSLATE_VERSION', '0.2.1' );
|
||||
define( 'BTRANSLATE_FILE', __FILE__ );
|
||||
define( 'BTRANSLATE_PATH', plugin_dir_path( __FILE__ ) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user