Changeset 2546208
- Timestamp:
- 06/11/2021 12:40:27 PM (5 years ago)
- Location:
- hide-blocks/trunk
- Files:
-
- 3 edited
-
hide-blocks.php (modified) (1 diff)
-
package.json (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hide-blocks/trunk/hide-blocks.php
r2545592 r2546208 3 3 * Plugin Name: Hide Blocks 4 4 * Description: This plugin allows you to hide blocks on a page. 5 * Version: 1.0 5 * Version: 1.0.3 6 6 * Author: Jost DevOps UG (haftungsbeschränkt) 7 7 * Author URI: https://www.jost-devops.de 8 8 **/ 9 if ( ! defined( 'WPINC' ) ) { 10 die; 11 } 12 13 define( 'PLUGIN_NAME_VERSION', '1.0.3' ); 14 9 15 function hide_blocks_init() { 10 16 $index_asset_file = dirname(__FILE__) . '/build/index.asset.php'; -
hide-blocks/trunk/package.json
r2545595 r2546208 1 1 { 2 2 "name": "hide-blocks", 3 "version": "1.0. 2",3 "version": "1.0.3", 4 4 "description": "Allow to hide gutenberg blocks.", 5 5 "main": "build/index.js", -
hide-blocks/trunk/readme.txt
r2545595 r2546208 6 6 Requires PHP: 7.3.0 7 7 License: GPLv2 or later 8 Stable tag: 1.0.3 8 9 9 10 This plugin allows you to hide single blocks on a page. … … 11 12 == Screenshots == 12 13 1. Hide block option in sidebar. 14 15 == Changelog == 16 17 = 1.0.3 = 18 * no changes except version 19 20 = 1.0.2 = 21 * no changes except version 22 23 = 1.0.1 = 24 * significant performance improvements 25 26 = 1.0.0 = 27 * Initial release
Note: See TracChangeset
for help on using the changeset viewer.