This commit is contained in:
Nikita 2025-03-16 11:30:49 +03:00
parent 7d8274547d
commit de34d751ee
5 changed files with 29 additions and 24 deletions

View file

@ -41,7 +41,7 @@
"You don't have permissions to request Mind API.": [ "You don't have permissions to request Mind API.": [
"" ""
], ],
"Claude 3.5 Sonnet": [ "Claude 3.7 Sonnet": [
"" ""
], ],
"Best quality and recommended": [ "Best quality and recommended": [

View file

@ -1,15 +1,15 @@
# Copyright (C) 2024 Mind Team # Copyright (C) 2025 Mind Team
# 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.2.0\n" "Project-Id-Version: AI Mind 0.3.0\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-12-28T12:49:43+00:00\n" "POT-Creation-Date: 2025-03-16T08:30:22+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"
@ -72,7 +72,7 @@ msgid "You don't have permissions to request Mind API."
msgstr "" msgstr ""
#: src/admin/page-settings/index.js:29 #: src/admin/page-settings/index.js:29
msgid "Claude 3.5 Sonnet" msgid "Claude 3.7 Sonnet"
msgstr "" msgstr ""
#: src/admin/page-settings/index.js:31 #: src/admin/page-settings/index.js:31
@ -399,52 +399,52 @@ msgstr ""
msgid "Translate to %s" msgid "Translate to %s"
msgstr "" msgstr ""
#: src/editor/popup/components/footer/index.js:41 #: src/editor/popup/components/footer/index.js:42
msgid "Page" msgid "Page"
msgstr "" msgstr ""
#: src/editor/popup/components/footer/index.js:42 #: src/editor/popup/components/footer/index.js:43
msgid "Provide page context" msgid "Provide page context"
msgstr "" msgstr ""
#: src/editor/popup/components/footer/index.js:47 #: src/editor/popup/components/footer/index.js:48
msgid "Blocks" msgid "Blocks"
msgstr "" msgstr ""
#: src/editor/popup/components/footer/index.js:48 #: src/editor/popup/components/footer/index.js:49
msgid "Provide selected blocks context" msgid "Provide selected blocks context"
msgstr "" msgstr ""
#: src/editor/popup/components/footer/index.js:121 #: src/editor/popup/components/footer/index.js:122
msgid "Ask AI and get answer" msgid "Ask AI and get answer"
msgstr "" msgstr ""
#: src/editor/popup/components/footer/index.js:128 #: src/editor/popup/components/footer/index.js:129
msgid "Get Answer" msgid "Get Answer"
msgstr "" msgstr ""
#: src/editor/popup/components/footer/index.js:140 #: src/editor/popup/components/footer/index.js:141
msgid "Loading" msgid "Loading"
msgstr "" msgstr ""
#: src/editor/popup/components/footer/index.js:151 #: src/editor/popup/components/footer/index.js:152
msgid "Regenerate" msgid "Regenerate"
msgstr "" msgstr ""
#: src/editor/popup/components/footer/index.js:164 #: src/editor/popup/components/footer/index.js:162
msgid "Copy" msgid "Copy"
msgstr "" msgstr ""
#: src/editor/popup/components/footer/index.js:169 #: src/editor/popup/components/footer/index.js:167
#: src/editor/popup/components/footer/index.js:179 #: src/editor/popup/components/footer/index.js:177
msgid "Insert" msgid "Insert"
msgstr "" msgstr ""
#: src/editor/popup/components/footer/index.js:178 #: src/editor/popup/components/footer/index.js:176
msgid "Replace Selected Blocks" msgid "Replace Selected Blocks"
msgstr "" msgstr ""
#: src/editor/popup/components/input/index.js:97 #: src/editor/popup/components/input/index.js:129
msgid "Ask AI to build or change blocks…" msgid "Ask AI to build or change blocks…"
msgstr "" msgstr ""

View file

@ -2,9 +2,9 @@
/** /**
* Plugin Name: AI Mind * Plugin Name: AI Mind
* Description: AI Page Builder based on Anthropic and OpenAI. Build, design, improve, rewrite your page sections and blocks. * Description: AI Page Builder based on Anthropic and OpenAI. Build, design, improve, rewrite your page sections and blocks.
* Requires at least: 6.3 * Requires at least: 6.5
* Requires PHP: 7.2 * Requires PHP: 7.2
* Version: 0.2.0 * Version: 0.3.0
* 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.2.0' ); define( 'MIND_VERSION', '0.3.0' );
} }
/** /**

View file

@ -1,6 +1,6 @@
{ {
"name": "mind", "name": "mind",
"version": "0.2.0", "version": "0.3.0",
"description": "Mind - AI Page Builder based on Anthropic and OpenAI. Build, design, improve, rewrite your page sections and blocks.", "description": "Mind - AI Page Builder based on Anthropic and OpenAI. Build, design, improve, rewrite your page sections and blocks.",
"author": "Mind Team", "author": "Mind Team",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",

View file

@ -1,10 +1,10 @@
=== Mind - AI Page Builder === === Mind - AI Page Builder ===
Contributors: nko Contributors: nko
Tags: ai, gpt, ai page builder, ai editor, copilot Tags: ai, gpt, ai page builder, ai editor, copilot
Requires at least: 6.2 Requires at least: 6.5
Tested up to: 6.7 Tested up to: 6.7
Requires PHP: 7.2 Requires PHP: 7.2
Stable tag: 0.2.0 Stable tag: 0.3.0
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
@ -160,6 +160,11 @@ Select the section you want to enhance, click the Mind button in the toolbar, an
== Changelog == == Changelog ==
= 0.3.0 - Mar 16, 2025 =
- rewrite code from simple text generation to block building
- added support for Claude 3.7 Sonnet, Claude 3.5 Haiku, OpenAI GPT-4o and OpenAI GPT-4o mini
= 0.2.0 - Dec 9, 2024 = = 0.2.0 - Dec 9, 2024 =
- added stream AI response for better experience - added stream AI response for better experience