Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Contributors: tarosky, hametuha, Takahashi_Fumiki, bissy
Tags: faq,help
Tested up to: 7.0
Stable Tag: 2.4.1
Stable Tag: 2.4.2
License: GPL 3.0 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

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

### 2.4.2

- 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.

### 2.4.1

- 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.
Expand Down
2 changes: 1 addition & 1 deletion hamelp.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: PubPla AI Help Center
* Plugin URI: https://wordpress.org/plugins/hamelp
* Description: AI powered FAQ and Help Document Management Plugin for WordPress.
* Version: 2.4.1
* Version: 2.4.2
* Author: Tarosky
* Author URI: https://tarosky.co.jp
* Domain Path: /languages
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hamelp",
"version": "2.4.1",
"version": "2.4.2",
"description": "FAQ generator for WordPress",
"scripts": {
"test": "RESULT=${PWD##*/} && wp-env run tests-cli ./wp-content/plugins/$RESULT/vendor/bin/phpunit -c ./wp-content/plugins/$RESULT/phpunit.xml.dist",
Expand Down
Loading