Skip to content

Commit 36b6b1c

Browse files
committed
chore(release): 1.2.4
##### [Version 1.2.4](v1.2.3...v1.2.4) (2025-05-27) - Updated dependencies
1 parent 42562ed commit 36b6b1c

5 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
##### [Version 1.2.4](https://github.com/Codeinwp/hyve-lite/compare/v1.2.3...v1.2.4) (2025-05-27)
2+
3+
- Updated dependencies
4+
15
##### [Version 1.2.3](https://github.com/Codeinwp/hyve-lite/compare/v1.2.2...v1.2.3) (2024-12-24)
26

37
- Improvement to sanitization.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codeinwp/hyve-lite",
33
"description": "An AI support bot.",
4-
"version": "1.2.3",
4+
"version": "1.2.4",
55
"type": "wordpress-plugin",
66
"license": "GPL-V3",
77
"autoload": {

hyve-lite.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Plugin Name: Hyve Lite
88
* Plugin URI: https://themeisle.com/plugins/hyve/
99
* Description: Hyve is an AI-powered chatbot that transforms your WordPress content into engaging conversations.
10-
* Version: 1.2.3
10+
* Version: 1.2.4
1111
* Author: ThemeIsle
1212
* Author URI: https://themeisle.com
1313
* License: GPL-3.0+
@@ -39,7 +39,7 @@ function () {
3939
define( 'HYVE_LITE_BASEFILE', __FILE__ );
4040
define( 'HYVE_LITE_URL', plugins_url( '/', __FILE__ ) );
4141
define( 'HYVE_LITE_PATH', __DIR__ );
42-
define( 'HYVE_LITE_VERSION', '1.2.3' );
42+
define( 'HYVE_LITE_VERSION', '1.2.4' );
4343
define( 'HYVE_PRODUCT_SLUG', basename( dirname( 'HYVE_LITE_BASEFILE' ) ) );
4444

4545
$vendor_file = HYVE_LITE_PATH . '/vendor/autoload.php';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyve-lite",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "An AI support bot.",
55
"scripts": {
66
"build": "npm-run-all build:*",

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: automation, support, chat, ai, openai
44
Requires at least: 6.2
55
Tested up to: 6.8
66
Requires PHP: 8.1
7-
Stable tag: 1.2.3
7+
Stable tag: 1.2.4
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
1010

0 commit comments

Comments
 (0)