Changeset 3213465
- Timestamp:
- 12/26/2024 07:21:22 PM (3 months ago)
- Location:
- disable-widgets-block
- Files:
-
- 48 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
disable-widgets-block/trunk/CHANGELOG.md
r3213462 r3213465 1 1 # Changelog 2 3 ## 1.3.0 (2024-12-26) 4 5 * feat: add short description plugin ([29ded96](https://github.com/yukyhendiawan/disable-widgets-gb/commit/29ded96)) 2 6 3 7 ## 1.2.0 (2024-12-26) -
disable-widgets-block/trunk/README.txt
r3213462 r3213465 3 3 Requires at least: 6.0 4 4 Tested up to: 6.7 5 Stable tag: 1. 2.05 Stable tag: 1.3.0 6 6 Requires PHP: 7.4 7 7 License: GPL-2.0-or-later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html 9 10 This plugin simplifies WordPress widget management by disabling Gutenberg widget blocks and restoring the familiar classic widget interface. Upon activation, this change is applied automatically, requiring no additional configuration. Enjoy the ease and speed of pre-Gutenberg widget management. 9 11 10 12 == Description == -
disable-widgets-block/trunk/disable-widgets-gb.php
r3213462 r3213465 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. 2.019 * Version: 1.3.0 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. 2.0' );38 define( 'DISABLE_WIDGETS_GB_VERSION', '1.3.0' ); 39 39 define( 'DISABLE_WIDGETS_GB_DIR_URL', plugin_dir_url( __FILE__ ) ); 40 40 define( 'DISABLE_WIDGETS_GB_DIR_PATH', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.