mirror of
https://github.com/WenPai-org/wpmind.git
synced 2025-08-03 11:11:27 +08:00
v0.1.2
This commit is contained in:
parent
2401baf560
commit
7de97e03cf
9 changed files with 727 additions and 642 deletions
|
@ -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
|
@ -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
|
@ -2,14 +2,14 @@
|
|||
# This file is distributed under the GPLv2 or later.
|
||||
msgid ""
|
||||
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"
|
||||
"Last-Translator: Lazy Blocks Team\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\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"
|
||||
"X-Generator: WP-CLI 2.11.0\n"
|
||||
"X-Domain: mind\n"
|
||||
|
@ -36,7 +36,6 @@ msgstr ""
|
|||
|
||||
#: classes/class-admin.php:59
|
||||
#: classes/class-admin.php:60
|
||||
#: mind.php:87
|
||||
#: src/admin/index.js:121
|
||||
msgid "Mind"
|
||||
msgstr ""
|
||||
|
|
4
mind.php
4
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.1
|
||||
* Version: 0.1.2
|
||||
* 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.1' );
|
||||
define( 'MIND_VERSION', '0.1.2' );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
1336
package-lock.json
generated
1336
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mind",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"description": "Mind - Content Assistant Plugin based on OpenAI",
|
||||
"author": "Mind Team",
|
||||
"license": "GPL-2.0-or-later",
|
||||
|
|
|
@ -4,7 +4,7 @@ Tags: ai, openai, gpt, copywriting, assistant
|
|||
Requires at least: 6.2
|
||||
Tested up to: 6.7
|
||||
Requires PHP: 7.2
|
||||
Stable tag: 0.1.1
|
||||
Stable tag: 0.1.2
|
||||
License: GPL-2.0-or-later
|
||||
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 ==
|
||||
|
||||
= 0.1.2 - Nov 28, 2024 =
|
||||
|
||||
- added translation files
|
||||
- check compatibility with WordPress 6.7
|
||||
|
||||
= 0.1.1 - 21 Jan, 2024 =
|
||||
|
||||
- fixed displaying OpenAI errors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue