Changeset 3057360
- Timestamp:
- 03/23/2024 12:15:26 PM (12 months ago)
- Location:
- disable-widgets-block/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
disable-widgets-block/trunk/README.txt
r3046382 r3057360 1 1 === Disable Widgets Block === 2 Contributors: yukyhendiawan 3 Donate link: https://www.buymeacoffee.com/yukyhendiawan 2 4 Tags: disable, widgets, gutenberg, classic, enable 3 5 Requires at least: 6.0 4 6 Tested up to: 6.4 5 Stable tag: 1.0. 17 Stable tag: 1.0.2 6 8 Requires PHP: 7.4 7 9 License: GPL-2.0-or-later … … 38 40 39 41 == Changelog == 42 = 1.0.2 = 43 * Added contributor 44 40 45 = 1.0.1 = 41 46 * Update images -
disable-widgets-block/trunk/disable-widgets-gb.php
r3046382 r3057360 17 17 * Plugin URI: https://yukyhendiawan.com 18 18 * Description: Disable Widgets Block is a plugin that allows you to effortlessly deactivate and replace Gutenberg blocks with the classic widget experience. 19 * Version: 1.0. 119 * Version: 1.0.2 20 20 * Author: Yuky Hendiawan 21 21 * Author URI: https://yukyhendiawan.com/ … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'DISABLE_WIDGETS_GB_VERSION', '1.0. 1' );38 define( 'DISABLE_WIDGETS_GB_VERSION', '1.0.2' ); 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.