vk-blocks
Last commit date
inc
7 years ago
readme.txt
7 years ago
screenshot-1.png
7 years ago
screenshot-2.png
7 years ago
vk-blocks.php
7 years ago
readme.txt
63 lines
| 1 | === VK Blocks === |
| 2 | Contributors: vektor-inc,kurudrive,naoki0h |
| 3 | Donate link: |
| 4 | Tags: Gutenberg,FAQ,alert |
| 5 | Requires at least: 4.6 |
| 6 | Tested up to: 4.9.8 |
| 7 | Stable tag: 0.2.2 |
| 8 | Requires PHP: 5.6.0 |
| 9 | License: GPLv2 or later |
| 10 | License URI: https://www.gnu.org/licenses/gpl-2.0.html |
| 11 | |
| 12 | This is a plugin that extends Gutenberg's blocks. |
| 13 | |
| 14 | == Description == |
| 15 | |
| 16 | This is a plugin that extends Gutenberg's blocks. |
| 17 | |
| 18 | [ Blocks ] |
| 19 | |
| 20 | * Alert |
| 21 | * FAQ |
| 22 | * Balloon |
| 23 | * Flow |
| 24 | |
| 25 | [ Editing and correction ] |
| 26 | |
| 27 | The source code of this plug-in is below. |
| 28 | https://github.com/vektor-inc/vk-blocks |
| 29 | |
| 30 | == Installation == |
| 31 | |
| 32 | This section describes how to install the plugin and get it working. |
| 33 | |
| 34 | e.g. |
| 35 | |
| 36 | 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory |
| 37 | 1. Activate the plugin through the 'Plugins' menu in WordPress |
| 38 | |
| 39 | |
| 40 | == Frequently Asked Questions == |
| 41 | |
| 42 | |
| 43 | == Screenshots == |
| 44 | |
| 45 | 1. VK Blocks can be selected from the VK Blocks Panel. |
| 46 | 1. VK Blocks examples. |
| 47 | |
| 48 | == Changelog == |
| 49 | |
| 50 | |
| 51 | = 0.2.2 = |
| 52 | [bug fix] Fixed bug that becomes unusable in WordPress 5.0 |
| 53 | |
| 54 | = 0.2.0 = |
| 55 | [Specification change] CSS Name rule Changed |
| 56 | |
| 57 | = 0.1.0 = |
| 58 | First release |
| 59 | |
| 60 | == Upgrade Notice == |
| 61 | |
| 62 | Nothing. |
| 63 |