Plugin Directory

Changeset 2332006


Ignore:
Timestamp:
06/28/2020 06:16:38 PM (6 years ago)
Author:
MaartenM
Message:

Tested in WordPress 5.4

Location:
block-widget/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • block-widget/trunk/block-widget.php

    r2092470 r2332006  
    44Plugin URI:   
    55Description:  Include a reusable block by use of widget.
    6 Version:      0.1.0
     6Version:      0.1.1
    77Author:       Maarten Menten
    88Author URI:   https://profiles.wordpress.org/maartenm/
     
    1515namespace mm;
    1616
    17 defined( 'BLOCK_WIDGET_VERSION' )     or define( 'BLOCK_WIDGET_VERSION', '0.1.0' );
     17defined( 'BLOCK_WIDGET_VERSION' )     or define( 'BLOCK_WIDGET_VERSION', '0.1.1' );
    1818defined( 'BLOCK_WIDGET_PLUGIN_FILE' ) or define( 'BLOCK_WIDGET_PLUGIN_FILE', __FILE__ );
    1919defined( 'BLOCK_WIDGET_ABSPATH' )     or define( 'BLOCK_WIDGET_ABSPATH', dirname( BLOCK_WIDGET_PLUGIN_FILE ) . '/' );
  • block-widget/trunk/readme.txt

    r2092470 r2332006  
    33Tags: widget, block, reusable, gutenberg
    44Requires at least: 5.0.0
    5 Tested up to: 5.2
    6 Stable tag: 0.1.0
     5Tested up to: 5.4.2
     6Stable tag: 0.1.1
    77Requires PHP: 5.6.27
    88License: GPLv2 or later
     
    2424== Changelog ==
    2525
     26= 0.1.1 =
     27Release date: June 28th, 2020
     28* Tested in WordPress 5.4
     29
    2630= 0.1.0 =
    2731Release date: May 21nd, 2019
Note: See TracChangeset for help on using the changeset viewer.