vk-blocks
Last commit date
inc
6 years ago
lib
6 years ago
readme.txt
6 years ago
screenshot-1.png
7 years ago
screenshot-2.png
7 years ago
vk-blocks.php
6 years ago
readme.txt
182 lines
| 1 | === VK Blocks === |
| 2 | Contributors: vektor-inc,kurudrive,naoki0h |
| 3 | Donate link: |
| 4 | Tags: Gutenberg,FAQ,alert |
| 5 | Requires at least: 5.0 |
| 6 | Tested up to: 5.3.0 |
| 7 | Stable tag: 0.16.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 | * Staff |
| 21 | * Outer |
| 22 | * Alert |
| 23 | * FAQ |
| 24 | * Balloon |
| 25 | * Flow |
| 26 | * Button |
| 27 | * PR Blocks |
| 28 | * PR Content |
| 29 | * Title(with sub text) |
| 30 | * Responsive Spacer |
| 31 | * Post List |
| 32 | * Step |
| 33 | * Timeline |
| 34 | |
| 35 | [ Editing and correction ] |
| 36 | |
| 37 | The source code of this plug-in is below. |
| 38 | https://github.com/vektor-inc/vk-blocks |
| 39 | |
| 40 | == Installation == |
| 41 | |
| 42 | This section describes how to install the plugin and get it working. |
| 43 | |
| 44 | e.g. |
| 45 | |
| 46 | 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory |
| 47 | 1. Activate the plugin through the 'Plugins' menu in WordPress |
| 48 | |
| 49 | |
| 50 | == Frequently Asked Questions == |
| 51 | |
| 52 | |
| 53 | == Screenshots == |
| 54 | |
| 55 | 1. VK Blocks can be selected from the VK Blocks Panel. |
| 56 | 1. VK Blocks examples. |
| 57 | |
| 58 | == Changelog == |
| 59 | |
| 60 | = 0.16.2 = |
| 61 | [ bug fix ] function declare |
| 62 | |
| 63 | = 0.16.0 = |
| 64 | [ Add Style ] Add title styles |
| 65 | |
| 66 | = 0.15.1 = |
| 67 | [ design tuning ] Delete margin bottom of the last block in the group block. |
| 68 | |
| 69 | = 0.15.0 = |
| 70 | [ Add Style ] Add Group styles |
| 71 | [ Add Style ] Add Image styles |
| 72 | |
| 73 | = 0.14.0 = |
| 74 | [ Add Style ] Add list styles |
| 75 | |
| 76 | = 0.13.3 = |
| 77 | [ Bugfix ][ Step ] first block dont become H4 in second later item block bug fix. |
| 78 | |
| 79 | = 0.13.2 = |
| 80 | [ Specification change ] Delete width specified of edit page width ( Change to the theme specify ) |
| 81 | |
| 82 | = 0.13.1 = |
| 83 | [ Specification change ][ Step Block ] Delete First Caption |
| 84 | |
| 85 | = 0.13.0 = |
| 86 | [ Add Block ] Step Block |
| 87 | [ Add Block ] Timeline Block |
| 88 | |
| 89 | = 0.12.7 = |
| 90 | [ Bugfix ][ table of contents ] bug fix |
| 91 | |
| 92 | = 0.12.6 = |
| 93 | [ Bugfix ][ column ] WordPress 5.3 column bug fix |
| 94 | |
| 95 | = 0.12.5 = |
| 96 | [ Bugfix ][ post list ] WordPress 5.3 bug fix |
| 97 | |
| 98 | = 0.12.4 = |
| 99 | [ Bugfix ][ post list ] button display bug fix |
| 100 | |
| 101 | = 0.12.3 = |
| 102 | [ Bugfix ] updater |
| 103 | |
| 104 | = 0.12.2 = |
| 105 | [ Bugfix ][ post list ] taxonomy bug list |
| 106 | [ add function ] updater |
| 107 | |
| 108 | = 0.12.1 = |
| 109 | [ Bugfix ] common css html font size |
| 110 | |
| 111 | = 0.12.0 = |
| 112 | [ Add New Block ] Post List Block |
| 113 | |
| 114 | = 0.10.1 = |
| 115 | [ Bugfix ] baloon css |
| 116 | |
| 117 | = 0.10.0 = |
| 118 | [ Add Function ] Add marker |
| 119 | |
| 120 | = 0.9.0 = |
| 121 | [Add New Block] Table Of Contents ( Pro Only ) |
| 122 | |
| 123 | = 0.8.3 = |
| 124 | [Specification change][ Staff ] CSS minor tuning |
| 125 | |
| 126 | = 0.8.2 = |
| 127 | [Specification change][ Staff ] Change H tag and other. |
| 128 | |
| 129 | = 0.8.1 = |
| 130 | [Bug fix] When title margin set that Title align not work. |
| 131 | |
| 132 | = 0.8.0 = |
| 133 | [Add New Block] Staff |
| 134 | |
| 135 | = 0.7.1 = |
| 136 | [Bug fix][ Title ] Part of margin bottom functions was not working. |
| 137 | |
| 138 | = 0.7.0 = |
| 139 | [Bug fix][ PR Blocks ] When link url not set that no print a Tags |
| 140 | [Specification change][ PR Blocks ] Change outer tag article to div |
| 141 | [Specification change][ PR Blocks ] Change h1 tag to h3 tag |
| 142 | |
| 143 | = 0.6.0 = |
| 144 | [Add New Block] Title |
| 145 | [Add New Block] Responsive Spacer |
| 146 | [Bug fix][ outer ] FireFox and Eddge design fix |
| 147 | [Add Function][ Outer ] Add link id setting |
| 148 | |
| 149 | = 0.5.2 = |
| 150 | [Bug fix][ outer ] Lightning Pro theme(No child) no work bug fix |
| 151 | |
| 152 | = 0.5.1 = |
| 153 | [Bug fix][ outer ] Child theme no work bug fix |
| 154 | |
| 155 | = 0.5.0 = |
| 156 | [Add Function][ outer ] Add border |
| 157 | |
| 158 | = 0.4.1 = |
| 159 | [Specification change][ PR Content ] markup change |
| 160 | [Add Function][ button ] Add caption |
| 161 | |
| 162 | = 0.4.0 = |
| 163 | [Add New Block] Outer |
| 164 | [Add New Block] PR Content |
| 165 | |
| 166 | = 0.3.0 = |
| 167 | [Add New Block] Button Block |
| 168 | [Add New Block] PR Blocks Block |
| 169 | |
| 170 | = 0.2.2 = |
| 171 | [bug fix] Fixed bug that becomes unusable in WordPress 5.0 |
| 172 | |
| 173 | = 0.2.0 = |
| 174 | [Specification change] CSS Name rule Changed |
| 175 | |
| 176 | = 0.1.0 = |
| 177 | First release |
| 178 | |
| 179 | == Upgrade Notice == |
| 180 | |
| 181 | Nothing. |
| 182 |