forked from badasswp/ai-plus-block-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
42 lines (31 loc) · 1.1 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
=== AI + Block Editor ===
Contributors: badasswp
Tags: ai, block, editor, chat-gpt, assistant.
Requires at least: 6.0
Tested up to: 6.7.1
Stable tag: 1.0.1
Requires PHP: 7.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Add AI Capabilities to the Block Editor.
== Installation ==
1. Go to 'Plugins > Add New' on your WordPress admin dashboard.
2. Search for 'AI + Block Editor' plugin from the official WordPress plugin repository.
3. Click 'Install Now' and then 'Activate'.
== Description ==
Add AI Capabilities to the Block Editor.
== Changelog ==
= 1.0.1 =
* Reference assets directly using `plugin_dir_url`.
* Upgrade CI/CD build to Node 20.
* Update custom filter prefix `apbe_form_fields`.
* Tested up to WP 6.7.1.
= 1.0.0 =
* Add AI tone capabilities to toolbar.
* Add custom plugin options page.
* Add Unit Tests.
* Update README notes.
* Tested up to WP 6.7.1.
== Contribute ==
If you'd like to contribute to the development of this plugin, you can find it on [GitHub](https://github.com/badasswp/ai-plus-block-editor).
To build, clone repo and run `yarn install && yarn build`