Plugin Directory

source: duplicate-menu/trunk/readme.txt @ 1744320

Last change on this file since 1744320 was 1744320, checked in by jchristopher, 8 years ago

Version 0.2.1

File size: 1.7 KB
Line 
1=== Duplicate Menu ===
2Contributors: jchristopher
3Donate link: http://mondaybynoon.com/donate/
4Tags: menu, duplicate, copy, clone
5Requires at least: 3.4.2
6Tested up to: 4.8.2
7Stable tag: 0.2.1
8License: GPLv2 or later
9License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
11Easily duplicate your WordPress menus with one click.
12
13== Description ==
14
15Some WordPress installs use very elaborate navigation systems powered by core Menus. They're a fantastic feature that can often make or break a theme. Menus aren't very portable out of the box, however. If you're looking to make a change to a Menu you're pretty much working live without a quick way to revert back to an old version. That's where Duplicate Menu comes in.
16
17Duplicate Menu will allow you to create a second (or third, or fourth, etc.) copy of an existing Menu to do with what you will. It generates the clone on a programmatic level and recreates all necessary relationships to ensure the structure is retained as well.
18
19Find out more information in my [explanatory article on Duplicate Menu](https://mondaybynoon.com/wordpress-plugin-duplicate-menu/)
20
21== Installation ==
22
231. Download the plugin and extract the files
241. Upload `duplicate-menu` to your `~/wp-content/plugins/` directory
251. Activate the plugin through the 'Plugins' menu in WordPress
26
27== Screenshots ==
28
291. Easily create a carbon copy of an existing Menu
30
31== Changelog ==
32
33= 0.2.1 =
34* Added some inline documentation
35* Fixed link in readme
36* Updated screenshot
37
38= 0.2 =
39* Added `duplicate_menu_item` action, allowing devs to bolt on custom functionality
40
41= 0.1.1 =
42* Removed anonymous function call to support PHP <5.3 installs
43* Added link to GitHub, please contribute!
44
45= 0.1 =
46* Initial release
Note: See TracBrowser for help on using the repository browser.