Skip to content

Commit 19664f7

Browse files
authored
Merge pull request #121 from tarosky/readme/changelog-2.4.1
README: 2.4.1 の changelog 追記と Contributors に bissy 追加
2 parents cfb2bfb + ddfbab6 commit 19664f7

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# PubPla AI Help Center
22

3-
Contributors: tarosky, hametuha, Takahashi_Fumiki
3+
Contributors: tarosky, hametuha, Takahashi_Fumiki, bissy
44
Tags: faq,help
55
Tested up to: 7.0
6-
Stable Tag: 2.4.0
6+
Stable Tag: 2.4.1
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.1
117+
118+
- 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.
119+
116120
### 2.4.0
117121

118122
- Add an **AI Model** setting to pin the provider/model used for AI Overview. Only configured connectors (WordPress 7.0 Settings → Connectors) are listed, and if the chosen model later becomes unavailable it falls back to auto-selection instead of failing.

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