This commit is contained in:
Nikita 2024-11-27 21:04:43 +03:00
parent 2401baf560
commit 7de97e03cf
9 changed files with 727 additions and 642 deletions

View file

@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-api-fetch', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => 'f07406181f73556b9d8a'); <?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-api-fetch', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '887c0e1e533c07cd892b');

File diff suppressed because one or more lines are too long

View file

@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-dom-ready', 'wp-element', 'wp-hooks', 'wp-i18n'), 'version' => 'd67ccde87a1b30a040a5'); <?php return array('dependencies' => array('lodash', 'react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-dom-ready', 'wp-element', 'wp-hooks', 'wp-i18n'), 'version' => '123029b1546fbc16a08d');

File diff suppressed because one or more lines are too long

View file

@ -2,14 +2,14 @@
# This file is distributed under the GPLv2 or later. # This file is distributed under the GPLv2 or later.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: AI Mind 0.1.1\n" "Project-Id-Version: AI Mind 0.1.2\n"
"Report-Msgid-Bugs-To: https://github.com/nk-crew/mind/issues\n" "Report-Msgid-Bugs-To: https://github.com/nk-crew/mind/issues\n"
"Last-Translator: Lazy Blocks Team\n" "Last-Translator: Lazy Blocks Team\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-11-27T17:58:33+00:00\n" "POT-Creation-Date: 2024-11-27T18:04:05+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.11.0\n" "X-Generator: WP-CLI 2.11.0\n"
"X-Domain: mind\n" "X-Domain: mind\n"
@ -36,7 +36,6 @@ msgstr ""
#: classes/class-admin.php:59 #: classes/class-admin.php:59
#: classes/class-admin.php:60 #: classes/class-admin.php:60
#: mind.php:87
#: src/admin/index.js:121 #: src/admin/index.js:121
msgid "Mind" msgid "Mind"
msgstr "" msgstr ""

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. * 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 at least: 6.0
* Requires PHP: 7.2 * Requires PHP: 7.2
* Version: 0.1.1 * Version: 0.1.2
* Author: Mind Team * Author: Mind Team
* Author URI: https://www.wp-mind.com/ * Author URI: https://www.wp-mind.com/
* License: GPLv2 or later * License: GPLv2 or later
@ -19,7 +19,7 @@ if ( ! defined( 'ABSPATH' ) ) {
} }
if ( ! defined( 'MIND_VERSION' ) ) { if ( ! defined( 'MIND_VERSION' ) ) {
define( 'MIND_VERSION', '0.1.1' ); define( 'MIND_VERSION', '0.1.2' );
} }
/** /**

1336
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{ {
"name": "mind", "name": "mind",
"version": "0.1.1", "version": "0.1.2",
"description": "Mind - Content Assistant Plugin based on OpenAI", "description": "Mind - Content Assistant Plugin based on OpenAI",
"author": "Mind Team", "author": "Mind Team",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",

View file

@ -4,7 +4,7 @@ Tags: ai, openai, gpt, copywriting, assistant
Requires at least: 6.2 Requires at least: 6.2
Tested up to: 6.7 Tested up to: 6.7
Requires PHP: 7.2 Requires PHP: 7.2
Stable tag: 0.1.1 Stable tag: 0.1.2
License: GPL-2.0-or-later License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html License URI: https://www.gnu.org/licenses/gpl-2.0.html
@ -127,6 +127,11 @@ Mind is developed for the WordPress page builder - Gutenberg. Currently we don't
== Changelog == == Changelog ==
= 0.1.2 - Nov 28, 2024 =
- added translation files
- check compatibility with WordPress 6.7
= 0.1.1 - 21 Jan, 2024 = = 0.1.1 - 21 Jan, 2024 =
- fixed displaying OpenAI errors - fixed displaying OpenAI errors