release v0.2.4
This commit is contained in:
@@ -33,7 +33,7 @@ body:
|
||||
id: plugin-version
|
||||
attributes:
|
||||
label: HTBD version
|
||||
placeholder: "For example: 0.2.3"
|
||||
placeholder: "For example: 0.2.4"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ body:
|
||||
id: plugin-version
|
||||
attributes:
|
||||
label: HTBD 版本
|
||||
placeholder: 例如:0.2.3
|
||||
placeholder: 例如:0.2.4
|
||||
validations:
|
||||
required: true
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* Plugin Name: HTBD - hyx Translator powered by Baidu Translate
|
||||
* Plugin URI: https://www.vblg.top/index.php/archives/147
|
||||
* Description: Persistent multilingual WordPress translations powered by Baidu Translate.
|
||||
* Version: 0.2.3
|
||||
* Version: 0.2.4
|
||||
* Requires at least: 6.4
|
||||
* Requires PHP: 8.1
|
||||
* Author: hanyixuanten
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
defined( 'ABSPATH' ) || exit;
|
||||
|
||||
define( 'HTBD_VERSION', '0.2.3' );
|
||||
define( 'HTBD_VERSION', '0.2.4' );
|
||||
define( 'HTBD_FILE', __FILE__ );
|
||||
define( 'HTBD_PATH', plugin_dir_path( __FILE__ ) );
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# This file is distributed under the same license as the hyx-translator-for-baidu-translate package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: hyx-translator-for-baidu-translate 0.2.3\n"
|
||||
"Project-Id-Version: hyx-translator-for-baidu-translate 0.2.4\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-07-28 14:41+0800\n"
|
||||
"PO-Revision-Date: 2026-07-28 14:45+0800\n"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: hyx-translator-for-baidu-translate 0.2.3\n"
|
||||
"Project-Id-Version: hyx-translator-for-baidu-translate 0.2.4\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-07-28 14:41+0800\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
|
||||
+8
-1
@@ -4,7 +4,7 @@ Homepage: https://www.vblg.top/index.php/archives/147
|
||||
Requires at least: 6.4
|
||||
Tested up to: 7.0
|
||||
Requires PHP: 8.1
|
||||
Stable tag: 0.2.3
|
||||
Stable tag: 0.2.4
|
||||
License: GPL-3.0-only
|
||||
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
||||
@@ -66,6 +66,13 @@ HTBD 将百度返回的译文保存在 WordPress 数据库中,但不保存完
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 0.2.4 =
|
||||
|
||||
* 修复单篇内容页面未按当前文章上下文显示翻译标题的问题。
|
||||
* 保留 HTML `<pre>` 和 `<code>` 元素内的内容,不再将其发送翻译。
|
||||
* 完善插件安全元数据和译者署名。
|
||||
* 更新插件主页 URL。
|
||||
|
||||
= 0.2.3 =
|
||||
|
||||
* 将插件及代码库重命名为 HTBD / hyx-translator-for-baidu-translate。
|
||||
|
||||
+8
-1
@@ -4,7 +4,7 @@ Homepage: https://www.vblg.top/index.php/archives/147
|
||||
Requires at least: 6.4
|
||||
Tested up to: 7.0
|
||||
Requires PHP: 8.1
|
||||
Stable tag: 0.2.3
|
||||
Stable tag: 0.2.4
|
||||
License: GPL-3.0-only
|
||||
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
||||
@@ -61,6 +61,13 @@ Uninstalling removes plugin settings, scheduled tasks, and the custom translatio
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 0.2.4 =
|
||||
|
||||
* Fix translated titles so singular views use the current post context.
|
||||
* Preserve content inside HTML `<pre>` and `<code>` elements instead of sending it for translation.
|
||||
* Improve plugin security metadata and translator attribution.
|
||||
* Update the plugin homepage URL.
|
||||
|
||||
= 0.2.3 =
|
||||
|
||||
* Rename the plugin and codebase to HTBD / hyx-translator-for-baidu-translate.
|
||||
|
||||
Reference in New Issue
Block a user