Changeset 1985114
- Timestamp:
- 12/04/2018 12:07:49 PM (7 years ago)
- Location:
- disable-gutenberg-blocks/trunk
- Files:
-
- 2 edited
-
class-disable-gutenberg-blocks.php (modified) (1 diff)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
disable-gutenberg-blocks/trunk/class-disable-gutenberg-blocks.php
r1985093 r1985114 5 5 * Plugin Name: Disable Gutenberg Blocks 6 6 * Plugin URI: https://wordpress.org/plugins/disable-gutenberg-blocks/ 7 * Description: Remove unwanted blocks from Gutenberg editor.8 * Version: 1.0. 17 * Description: Remove unwanted blocks from the Gutenberg Block Inserter. 8 * Version: 1.0.2 9 9 * Author: Danny Cooper 10 * Author URI: https://editorblocks.com /disable-gutenberg-blocks10 * Author URI: https://editorblocks.com 11 11 * Text Domain: disable-gutenberg-blocks 12 12 * License: GPL-2.0+ -
disable-gutenberg-blocks/trunk/readme.txt
r1985093 r1985114 7 7 Stable tag: trunk 8 8 9 Remove unwanted blocks from Gutenberg editor.9 Remove unwanted blocks from the Gutenberg Block Inserter. 10 10 11 11 == Description == … … 33 33 * [CoBlocks](https://wordpress.org/plugins/coblocks/) 34 34 * [Editor Blocks](https://wordpress.org/plugins/editor-blocks/) 35 * [Jetpack Blocks](https://wordpress.org/plugins/jetpack/) 35 36 * [GhostKit](https://wordpress.org/plugins/ghostkit/) 36 37 * [Kadence Blocks](https://wordpress.org/plugins/kadence-blocks/) … … 40 41 * [Orbit Fox by ThemeIsle](https://wordpress.org/plugins/themeisle-companion/) 41 42 * [WooCommerce Product Block](https://wordpress.org/plugins/woo-gutenberg-products-block/) 43 * [WPForms Blocks](https://wordpress.org/plugins/wpforms-lite/) 42 44 * [Recipe Card Blocks by WPZOOM](https://wordpress.org/plugins/recipe-card-blocks-by-wpzoom/) 45 * [Yoast Blocks](https://wordpress.org/plugins/wordpress-seo) 43 46 44 47 == Installation == … … 54 57 == Changelog == 55 58 59 = 1.0.2 = 60 *Release Date - December 4 2018* 61 62 * readme updates. 63 56 64 = 1.0.1 = 57 65 *Release Date - December 4 2018* 58 66 59 67 * Initial release 60 61 = 1.0.0 =62 *Release Date - December 3 2018*63 64 * Initial release
Note: See TracChangeset
for help on using the changeset viewer.