Skip to content

Commit 616ae2f

Browse files
committed
バージョンを2.4.3に更新しREADMEにchangelog追記
AI Overviewの送信ボタンがボタンにmin-widthを設定する一部テーマで 横長楕円として表示される不具合の修正(#124)を2.4.3として記載。 ボタンの幅を制約し(2.4.2の高さ修正を補完)、テーマスタイルに 関係なく円形を維持するようにした。Stable Tag・プラグインVersion・ package.jsonのバージョンを2.4.3に揃える。
1 parent 1256590 commit 616ae2f

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Contributors: tarosky, hametuha, Takahashi_Fumiki, bissy
44
Tags: faq,help
55
Tested up to: 7.0
6-
Stable Tag: 2.4.2
6+
Stable Tag: 2.4.3
77
License: GPL 3.0 or later
88
License URI: https://www.gnu.org/licenses/gpl-3.0.html
99

@@ -113,6 +113,10 @@ You can contribute to our github repo. Any [issues](https://github.com/tarosky/h
113113

114114
For full release notes of each version, see [GitHub Releases](https://github.com/tarosky/hamelp/releases).
115115

116+
### 2.4.3
117+
118+
- Fix the AI Overview send button appearing as a horizontal ellipse on themes that set a button min-width. The button's width is now constrained (complementing the height fix in 2.4.2) so it stays a circle regardless of theme styles.
119+
116120
### 2.4.2
117121

118122
- Fix the AI Overview send button rendering as an oversized rectangle (with the arrow sometimes hidden) on themes whose button styles overrode the plugin CSS. The button's structural styles are now scoped so theme styles can no longer override its size and shape.

hamelp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: PubPla AI Help Center
44
* Plugin URI: https://wordpress.org/plugins/hamelp
55
* Description: AI powered FAQ and Help Document Management Plugin for WordPress.
6-
* Version: 2.4.2
6+
* Version: 2.4.3
77
* Author: Tarosky
88
* Author URI: https://tarosky.co.jp
99
* Domain Path: /languages

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hamelp",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"description": "FAQ generator for WordPress",
55
"scripts": {
66
"test": "RESULT=${PWD##*/} && wp-env run tests-cli ./wp-content/plugins/$RESULT/vendor/bin/phpunit -c ./wp-content/plugins/$RESULT/phpunit.xml.dist",

0 commit comments

Comments
 (0)