This commit is contained in:
Nikita 2024-01-21 11:49:26 +03:00
parent 98ee4551ab
commit d979637134
3 changed files with 9 additions and 5 deletions

View file

@ -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( 'ABSPATH' ) ) {
}
if ( ! defined( 'MIND_VERSION' ) ) {
define( 'MIND_VERSION', '0.1.0' );
define( 'MIND_VERSION', '0.1.1' );
}
/**

View file

@ -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",

View file

@ -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