Skip to content

Commit

Permalink
chore(release): 1.2.1
Browse files Browse the repository at this point in the history
##### [Version 1.2.1](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.
  • Loading branch information
pirate-bot committed Nov 7, 2024
1 parent e2a437a commit 51bd9a6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions hyve-lite.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down Expand Up @@ -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';

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": "hyve-lite",
"version": "1.2.0",
"version": "1.2.1",
"description": "An AI support bot.",
"scripts": {
"build": "npm-run-all build:*",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 51bd9a6

Please sign in to comment.