diff --git a/CHANGELOG.md b/CHANGELOG.md index afb131b..ffe2d36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +##### [Version 1.2.2](https://github.com/Codeinwp/hyve-lite/compare/v1.2.1...v1.2.2) (2024-11-19) + +### Bug Fixes +- **Hyve Icon in Widgets**: Resolved an issue where the Hyve icon was not appearing in Widgets. +- **Suggested Questions**: Fixed an issue preventing Suggested Questions from appearing as expected. + ##### [Version 1.2.1](https://github.com/Codeinwp/hyve-lite/compare/v1.2.0...v1.2.1) (2024-11-07) ### New Features diff --git a/composer.json b/composer.json index 9c81b37..e0a8b9c 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "codeinwp/hyve-lite", "description": "An AI support bot.", - "version": "1.2.1", + "version": "1.2.2", "type": "wordpress-plugin", "license": "GPL-V3", "autoload": { diff --git a/hyve-lite.php b/hyve-lite.php index 33ddbdf..fade016 100644 --- a/hyve-lite.php +++ b/hyve-lite.php @@ -7,7 +7,7 @@ * Plugin Name: Hyve Lite * Plugin URI: https://themeisle.com/plugins/hyve/ * Description: Hyve is an AI-powered chatbot that transforms your WordPress content into engaging conversations. - * Version: 1.2.1 + * Version: 1.2.2 * Author: ThemeIsle * Author URI: https://themeisle.com * License: GPL-3.0+ @@ -39,7 +39,7 @@ function () { define( 'HYVE_LITE_BASEFILE', __FILE__ ); define( 'HYVE_LITE_URL', plugins_url( '/', __FILE__ ) ); define( 'HYVE_LITE_PATH', __DIR__ ); -define( 'HYVE_LITE_VERSION', '1.2.1' ); +define( 'HYVE_LITE_VERSION', '1.2.2' ); $vendor_file = HYVE_LITE_PATH . '/vendor/autoload.php'; diff --git a/package.json b/package.json index 7956e79..d40c2e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hyve-lite", - "version": "1.2.1", + "version": "1.2.2", "description": "An AI support bot.", "scripts": { "build": "npm-run-all build:*", diff --git a/readme.txt b/readme.txt index b58e9d9..b0ad666 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: automation, support, chat, ai, openai Requires at least: 6.2 Tested up to: 6.7 Requires PHP: 8.1 -Stable tag: 1.2.1 +Stable tag: 1.2.2 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html