Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
#### [Version 1.1.0](v1.0.0...v1.1.0) (2024-09-09)

- Initial version.
  • Loading branch information
pirate-bot committed Sep 9, 2024
1 parent efc88da commit a138e17
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### [Version 1.1.0](https://github.com/Codeinwp/hyve-lite/compare/v1.0.0...v1.1.0) (2024-09-09)

- Initial version.

#### Version 1.0.0 (2024-07-15)

- Initial release of free version of Hyve
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.0.0",
"version": "1.1.0",
"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.0.0
* Version: 1.1.0
* Author: ThemeIsle
* Author URI: https://themeisle.com
* License: GPL-3.0+
Expand All @@ -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.0.0' );
define( 'HYVE_LITE_VERSION', '1.1.0' );

$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.0.0",
"version": "1.1.0",
"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: 7.4
Stable tag: 1.0.0
Stable tag: 1.1.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html

Expand Down

0 comments on commit a138e17

Please sign in to comment.