Plugin Directory

Changeset 2576528


Ignore:
Timestamp:
08/02/2021 02:14:41 PM (5 years ago)
Author:
93digital
Message:

Tested with WordPress v5.8. Used the required remove_theme_support() hook to revert back to the old widget area.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • widget-clone/trunk/README.txt

    r2576398 r2576528  
    33Tags: widget clone, widget duplicator, duplicate widget plugin
    44Requires at least: 4.3
    5 Tested up to: 5.6
     5Tested up to: 5.8
    66Stable tag: trunk
    77License: GPL v3
     
    141493digital’s widget duplicator plugin adds a ‘Clone’ link at the bottom of every widget. Simply click ‘Clone’ to make a copy of the widget that you can then drag and drop to another sidebar.
    1515
    16 *NOTE:*
     16**NOTE:**
    1717With the release of WordPress 5.8, the Widget area has had an overhaul and now uses it's own version of the Gutenberg editor. This sadly renders this plugin redundant as it is only built to work with the older widget area, plus the new area comes with widget duplication functionality as standard.
    1818
     
    3838
    3939= 1.1.4 =
    40 * Tested with WordPress v5.8. Used the required remove_theme_support() hook to revert back to the old widget area.
     40* Tested with WordPress v5.8, using the old widget area (see plugin description) to test. This plugin does not work with the new Gutenberg widget area.
    4141
    4242= 1.1.3 =
Note: See TracChangeset for help on using the changeset viewer.