Skip to content

Commit 221b71a

Browse files
committed
chore(release): 1.0.0
#### Version 1.0.0 (2024-07-15) - Initial release of free version of Hyve
1 parent 8767d19 commit 221b71a

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#### Version 1.0.0 (2024-07-15)
2+
3+
- Initial release of free version of Hyve

composer.json

+1-1
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.1.0",
4+
"version": "1.0.0",
55
"type": "wordpress-plugin",
66
"license": "GPL-V3",
77
"autoload": {

hyve-lite.php

+2-2
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.1.0
10+
* Version: 1.0.0
1111
* Author: ThemeIsle
1212
* Author URI: https://themeisle.com
1313
* License: GPL-3.0+
@@ -24,7 +24,7 @@
2424
define( 'HYVE_LITE_BASEFILE', __FILE__ );
2525
define( 'HYVE_LITE_URL', plugins_url( '/', __FILE__ ) );
2626
define( 'HYVE_LITE_PATH', __DIR__ );
27-
define( 'HYVE_LITE_VERSION', '1.1.0' );
27+
define( 'HYVE_LITE_VERSION', '1.0.0' );
2828

2929
$vendor_file = HYVE_LITE_PATH . '/vendor/autoload.php';
3030

package.json

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

0 commit comments

Comments
 (0)