Skip to content

Commit cbf2261

Browse files
authored
Merge pull request #123 from tarosky/readme/changelog-2.4.2
バージョンを2.4.2に更新しREADMEにchangelog追記
2 parents cabc33f + 8ac81b7 commit cbf2261

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)