Changeset 2332006
- Timestamp:
- 06/28/2020 06:16:38 PM (6 years ago)
- Location:
- block-widget/trunk
- Files:
-
- 2 edited
-
block-widget.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
block-widget/trunk/block-widget.php
r2092470 r2332006 4 4 Plugin URI: 5 5 Description: Include a reusable block by use of widget. 6 Version: 0.1. 06 Version: 0.1.1 7 7 Author: Maarten Menten 8 8 Author URI: https://profiles.wordpress.org/maartenm/ … … 15 15 namespace mm; 16 16 17 defined( 'BLOCK_WIDGET_VERSION' ) or define( 'BLOCK_WIDGET_VERSION', '0.1. 0' );17 defined( 'BLOCK_WIDGET_VERSION' ) or define( 'BLOCK_WIDGET_VERSION', '0.1.1' ); 18 18 defined( 'BLOCK_WIDGET_PLUGIN_FILE' ) or define( 'BLOCK_WIDGET_PLUGIN_FILE', __FILE__ ); 19 19 defined( 'BLOCK_WIDGET_ABSPATH' ) or define( 'BLOCK_WIDGET_ABSPATH', dirname( BLOCK_WIDGET_PLUGIN_FILE ) . '/' ); -
block-widget/trunk/readme.txt
r2092470 r2332006 3 3 Tags: widget, block, reusable, gutenberg 4 4 Requires at least: 5.0.0 5 Tested up to: 5. 26 Stable tag: 0.1. 05 Tested up to: 5.4.2 6 Stable tag: 0.1.1 7 7 Requires PHP: 5.6.27 8 8 License: GPLv2 or later … … 24 24 == Changelog == 25 25 26 = 0.1.1 = 27 Release date: June 28th, 2020 28 * Tested in WordPress 5.4 29 26 30 = 0.1.0 = 27 31 Release date: May 21nd, 2019
Note: See TracChangeset
for help on using the changeset viewer.