mirror of
https://github.com/WenPai-org/wpmind.git
synced 2025-08-03 02:48:41 +08:00
v0.1.3
This commit is contained in:
parent
323f40938d
commit
c1cf18a4c0
6 changed files with 13 additions and 9 deletions
|
@ -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' => '123029b1546fbc16a08d');
|
||||
<?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' => '0e5a9ff452cc319a25fe');
|
||||
|
|
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.2\n"
|
||||
"Project-Id-Version: AI Mind 0.1.3\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-27T18:04:05+00:00\n"
|
||||
"POT-Creation-Date: 2024-11-27T20:46:11+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"
|
||||
|
|
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.2
|
||||
* Version: 0.1.3
|
||||
* 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.2' );
|
||||
define( 'MIND_VERSION', '0.1.3' );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mind",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"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.2
|
||||
Stable tag: 0.1.3
|
||||
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.3 - Nov 28, 2024 =
|
||||
|
||||
- fixed the Open Mind button display issue in the WordPress 6.7 posts toolbar
|
||||
|
||||
= 0.1.2 - Nov 28, 2024 =
|
||||
|
||||
- added translation files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue