-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
57 lines (38 loc) · 1.31 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
=== VK Simple Copy Block ===
Contributors: vektor-inc,shimotomoki
Donate link:
Tags: Gutenberg,copy & paste,copy & paste patterns,block
Requires at least: 6.1
Tested up to: 6.7
Stable tag: 0.1.5.0
Requires PHP: 7.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
== Description ==
A block to copy the code of the block inside the copy target.
Note: It is not available for reused blocks, synchronized blocks, etc.
[ Editing and correction ]
[The source code of this plugin is below.](https://github.com/vektor-inc/vk-simple-copy-block)
== Installation ==
This section describes how to install the plugin and get it working.
e.g.
1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
== Frequently Asked Questions ==
== Changelog ==
= 0.1.5 =
[ Other ] change version only ( change WordPress.org banner ).
= 0.1.4 =
[ Specification change ] Fix Block Category
= 0.1.3 =
[ Other ] Update the test up WordPress version
[ Specification Change ] Disable HTML editing for blocks with inner blocks, as the blocks are broken.
= 0.1.2 =
[ Fix ] Translation
= 0.1.1 =
[ Specification change ] Sentences and lower case tuning
[ Specification change ] Add plugins banner
= 0.1.0 =
First release
== Upgrade Notice ==
Nothing.