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
103 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: 5.1.0 |
| 7 | Stable tag: 0.7.1 |
| 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 | * Outer |
| 21 | * Alert |
| 22 | * FAQ |
| 23 | * Balloon |
| 24 | * Flow |
| 25 | * Button |
| 26 | * PR Blocks |
| 27 | * PR Content |
| 28 | * Title(with sub text) |
| 29 | * Responsive Spacer |
| 30 | |
| 31 | [ Editing and correction ] |
| 32 | |
| 33 | The source code of this plug-in is below. |
| 34 | https://github.com/vektor-inc/vk-blocks |
| 35 | |
| 36 | == Installation == |
| 37 | |
| 38 | This section describes how to install the plugin and get it working. |
| 39 | |
| 40 | e.g. |
| 41 | |
| 42 | 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory |
| 43 | 1. Activate the plugin through the 'Plugins' menu in WordPress |
| 44 | |
| 45 | |
| 46 | == Frequently Asked Questions == |
| 47 | |
| 48 | |
| 49 | == Screenshots == |
| 50 | |
| 51 | 1. VK Blocks can be selected from the VK Blocks Panel. |
| 52 | 1. VK Blocks examples. |
| 53 | |
| 54 | == Changelog == |
| 55 | |
| 56 | = 0.7.1 = |
| 57 | [Bug fix][ Title ] Part of margin bottom functions was not working. |
| 58 | |
| 59 | = 0.7.0 = |
| 60 | [Bug fix][ PR Blocks ] When link url not set that no print a Tags |
| 61 | [Specification change][ PR Blocks ] Change outer tag article to div |
| 62 | [Specification change][ PR Blocks ] Change h1 tag to h3 tag |
| 63 | |
| 64 | = 0.6.0 = |
| 65 | [Add New Block] Title |
| 66 | [Add New Block] Responsive Spacer |
| 67 | [Bug fix][ outer ] FireFox and Eddge design fix |
| 68 | [Add Function][ Outer ] Add link id setting |
| 69 | |
| 70 | = 0.5.2 = |
| 71 | [Bug fix][ outer ] Lightning Pro theme(No child) no work bug fix |
| 72 | |
| 73 | = 0.5.1 = |
| 74 | [Bug fix][ outer ] Child theme no work bug fix |
| 75 | |
| 76 | = 0.5.0 = |
| 77 | [Add Function][ outer ] Add border |
| 78 | |
| 79 | = 0.4.1 = |
| 80 | [Specification change][ PR Content ] markup change |
| 81 | [Add Function][ button ] Add caption |
| 82 | |
| 83 | = 0.4.0 = |
| 84 | [Add New Block] Outer |
| 85 | [Add New Block] PR Content |
| 86 | |
| 87 | = 0.3.0 = |
| 88 | [Add New Block] Button Block |
| 89 | [Add New Block] PR Blocks Block |
| 90 | |
| 91 | = 0.2.2 = |
| 92 | [bug fix] Fixed bug that becomes unusable in WordPress 5.0 |
| 93 | |
| 94 | = 0.2.0 = |
| 95 | [Specification change] CSS Name rule Changed |
| 96 | |
| 97 | = 0.1.0 = |
| 98 | First release |
| 99 | |
| 100 | == Upgrade Notice == |
| 101 | |
| 102 | Nothing. |
| 103 |