=== Classic Widgets with Block-based Widgets ===
Contributors: 5um17
Tags: classic widgets, gutenberg widgets, disable gutenberg, block-based-widgets
Requires at least: 5.8
Tested up to: 6.8
Requires PHP: 7.0
Stable tag: 1.0.1
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Restore the classic widgets screen as a new menu item without replacing new block-based widgets.

== Description ==
*Classic Widgets with Block-based Widgets* allows you to use both widgets screens at the same time.
Sometimes, you need to use the classic widget screen for some of the widgets without permanently disabling the block-based widgets. With this plugin, you can access the Classic Widgets screen in `Appearance > Classic Widgets` and the block-based screen at the usual place in `Appearance > Widgets`.

**NOTE:-**
This plugin uses WordPress filters to create a new classic widget screen. That means it will work as long as WordPress supports the Classic Widgets screen.

= Links =
* [GitHub repository](https://github.com/5um17/classic-widgets-with-block-based-widgets)

== Installation ==

* Install *Classic Widgets with Block-based Widgets* from the 'Plugins' section in your dashboard (Plugins > Add New > Search for 'Classic Widgets with Block-based Widgets').
  Or
  Download *Classic Widgets with Block-based Widgets* and upload it to your webserver via your FTP application. The WordPress codex contains [instructions on how to do this here](https://wordpress.org/support/article/managing-plugins/#manual-plugin-installation-1).
* Activate the plugin and navigate to Appearance > Classic Widgets to manage your widgets.

== Changelog ==

= 1.0.1 - 2023-02-06 =
* Fixed text domain issue. Thanks @alexclassroom

= 1.0 - 2022-02-20 =
* Initial Release