Plugin Directory

Changeset 2546208


Ignore:
Timestamp:
06/11/2021 12:40:27 PM (5 years ago)
Author:
jostdevops
Message:

release 1.0.3: update version

Location:
hide-blocks/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • hide-blocks/trunk/hide-blocks.php

    r2545592 r2546208  
    33 * Plugin Name: Hide Blocks
    44 * Description: This plugin allows you to hide blocks on a page.
    5  * Version: 1.0
     5 * Version: 1.0.3
    66 * Author: Jost DevOps UG (haftungsbeschränkt)
    77 * Author URI: https://www.jost-devops.de
    88 **/
     9if ( ! defined( 'WPINC' ) ) {
     10    die;
     11}
     12
     13define( 'PLUGIN_NAME_VERSION', '1.0.3' );
     14
    915function hide_blocks_init() {
    1016    $index_asset_file = dirname(__FILE__) . '/build/index.asset.php';
  • hide-blocks/trunk/package.json

    r2545595 r2546208  
    11{
    22  "name": "hide-blocks",
    3   "version": "1.0.2",
     3  "version": "1.0.3",
    44  "description": "Allow to hide gutenberg blocks.",
    55  "main": "build/index.js",
  • hide-blocks/trunk/readme.txt

    r2545595 r2546208  
    66Requires PHP: 7.3.0
    77License: GPLv2 or later
     8Stable tag: 1.0.3
    89
    910This plugin allows you to hide single blocks on a page.
     
    1112== Screenshots ==
    12131. 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.