diff --git a/CHANGELOG.md b/CHANGELOG.md index 9be3f50..afb131b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +##### [Version 1.2.1](https://github.com/Codeinwp/hyve-lite/compare/v1.2.0...v1.2.1) (2024-11-07) + +### New Features +- **Background Knowledge Base Updates**: Your Knowledge Base now updates in the background, automatically processing updated posts with the help of a cron job. +- **URL Crawl Update Option**: Added an option to update existing content from URL Crawls, ensuring your Knowledge Base stays current. + +### Bug Fixes +- **Chat Timing Display**: Chatbot timing now displays accurately in a 24-hour format. +- **Internationalization Compatibility**: Frontend strings are now fully i18n-compatible, making Hyve easier to localize. + #### [Version 1.2.0](https://github.com/Codeinwp/hyve-lite/compare/v1.1.0...v1.2.0) (2024-10-14) ### New Features diff --git a/composer.json b/composer.json index 72892c0..9c81b37 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "codeinwp/hyve-lite", "description": "An AI support bot.", - "version": "1.2.0", + "version": "1.2.1", "type": "wordpress-plugin", "license": "GPL-V3", "autoload": { diff --git a/hyve-lite.php b/hyve-lite.php index a2c9a1c..33ddbdf 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.0 + * Version: 1.2.1 * 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.0' ); +define( 'HYVE_LITE_VERSION', '1.2.1' ); $vendor_file = HYVE_LITE_PATH . '/vendor/autoload.php'; diff --git a/package.json b/package.json index 1d3a218..7956e79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hyve-lite", - "version": "1.2.0", + "version": "1.2.1", "description": "An AI support bot.", "scripts": { "build": "npm-run-all build:*", diff --git a/readme.txt b/readme.txt index 39e0a44..c1bbbc0 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.6 Requires PHP: 8.1 -Stable tag: 1.2.0 +Stable tag: 1.2.1 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html