Skip to content

Commit 8ac81b7

Browse files
committed
バージョンを2.4.2に更新しREADMEにchangelog追記
AI Overviewの送信ボタンがテーマのボタンスタイルに上書きされ 巨大な矩形(矢印が隠れる場合あり)で表示される不具合の修正(#122)を 2.4.2として記載。ボタンの構造スタイルをスコープ化し、テーマ側から サイズ・形状を上書きできないようにした。Stable Tag・プラグインVersion・ package.jsonのバージョンを2.4.2に揃える。
1 parent cabc33f commit 8ac81b7

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.1
6+
Stable Tag: 2.4.2
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.2
117+
118+
- 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.
119+
116120
### 2.4.1
117121

118122
- Redesign the AI Overview question box as a ChatGPT-style auto-growing **textarea** with a circular send button inset at the bottom-right. Submit with **Enter** (Shift+Enter for a newline), with IME composition handled. Adds accessible labels and focus handling, a helper hint, and a responsive full-width layout.

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.1
6+
* Version: 2.4.2
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.1",
3+
"version": "2.4.2",
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)