From d97963713499e26c880e1f321cd8e806bc55cf78 Mon Sep 17 00:00:00 2001 From: Nikita Date: Sun, 21 Jan 2024 11:49:26 +0300 Subject: [PATCH] v0.1.1 --- mind.php | 4 ++-- package.json | 2 +- readme.txt | 8 ++++++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/mind.php b/mind.php index 72fffff..5643dac 100644 --- a/mind.php +++ b/mind.php @@ -4,7 +4,7 @@ * Description: Content Assistant Plugin based on OpenAI. Write, improve, rewrite, rephrase, change the tone of your blog posts, and more. * Requires at least: 6.0 * Requires PHP: 7.2 - * Version: 0.1.0 + * Version: 0.1.1 * Author: Mind Team * Author URI: https://www.wp-mind.com/ * License: GPLv2 or later @@ -19,7 +19,7 @@ } if ( ! defined( 'MIND_VERSION' ) ) { - define( 'MIND_VERSION', '0.1.0' ); + define( 'MIND_VERSION', '0.1.1' ); } /** diff --git a/package.json b/package.json index 8c62ab7..d22715c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mind", - "version": "0.1.0", + "version": "0.1.1", "description": "Mind - Content Assistant Plugin based on OpenAI", "author": "Mind Team", "license": "GPL-2.0-or-later", diff --git a/readme.txt b/readme.txt index 09b1e1b..5576610 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: ai, openai, gpt, copywriting, assistant Requires at least: 6.2 Tested up to: 6.4 Requires PHP: 7.2 -Stable tag: 0.1.0 +Stable tag: 0.1.1 License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -127,6 +127,10 @@ Mind is developed for the WordPress page builder - Gutenberg. Currently we don't == Changelog == -= 0.1.0 = += 0.1.1 - 21 Jan, 2024 = + +- fixed displaying OpenAI errors + += 0.1.0 - 14 Nov, 2023 = - Release