diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..2ad5606 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +#### Version 1.0.0 (2024-07-15) + +- Initial release of free version of Hyve diff --git a/composer.json b/composer.json index 07af59f..808e4f1 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "codeinwp/hyve-lite", "description": "An AI support bot.", - "version": "1.1.0", + "version": "1.0.0", "type": "wordpress-plugin", "license": "GPL-V3", "autoload": { diff --git a/hyve-lite.php b/hyve-lite.php index 88cf89d..83e73cc 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.1.0 + * Version: 1.0.0 * Author: ThemeIsle * Author URI: https://themeisle.com * License: GPL-3.0+ @@ -24,7 +24,7 @@ define( 'HYVE_LITE_BASEFILE', __FILE__ ); define( 'HYVE_LITE_URL', plugins_url( '/', __FILE__ ) ); define( 'HYVE_LITE_PATH', __DIR__ ); -define( 'HYVE_LITE_VERSION', '1.1.0' ); +define( 'HYVE_LITE_VERSION', '1.0.0' ); $vendor_file = HYVE_LITE_PATH . '/vendor/autoload.php'; diff --git a/package.json b/package.json index c5959d8..d61fad9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hyve-lite", - "version": "1.1.0", + "version": "1.0.0", "description": "An AI support bot.", "scripts": { "build": "npm-run-all build:*",