Plugin Directory

Changeset 3213465


Ignore:
Timestamp:
12/26/2024 07:21:22 PM (3 months ago)
Author:
yukyhendiawan
Message:

updated version 1.3.0

Location:
disable-widgets-block
Files:
48 added
3 edited

Legend:

Unmodified
Added
Removed
  • disable-widgets-block/trunk/CHANGELOG.md

    r3213462 r3213465  
    11# 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))
    26
    37## 1.2.0 (2024-12-26)
  • disable-widgets-block/trunk/README.txt

    r3213462 r3213465  
    33Requires at least: 6.0
    44Tested up to:      6.7
    5 Stable tag:        1.2.0
     5Stable tag:        1.3.0
    66Requires PHP:      7.4
    77License:           GPL-2.0-or-later
    88License URI:       https://www.gnu.org/licenses/gpl-2.0.html
     9
     10This 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.
    911
    1012== Description ==
  • disable-widgets-block/trunk/disable-widgets-gb.php

    r3213462 r3213465  
    1717 * Plugin URI:        https://yukyhendiawan.com
    1818 * 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.0
     19 * Version:           1.3.0
    2020 * Author:            Yuky Hendiawan
    2121 * Author URI:        https://yukyhendiawan.com/
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'DISABLE_WIDGETS_GB_VERSION', '1.2.0' );
     38define( 'DISABLE_WIDGETS_GB_VERSION', '1.3.0' );
    3939define( 'DISABLE_WIDGETS_GB_DIR_URL', plugin_dir_url( __FILE__ ) );
    4040define( 'DISABLE_WIDGETS_GB_DIR_PATH', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.