Menu Plus
Enhance menus with buttons and search
by Rafael Nowrotek, Benignware · github.com/benignware/wp-menu-plus · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/benignware/wp-menu-plus/archive/refs/heads/main.zipReadme
wp-menu-plus
Enhance menus with buttons and search
Development
Download Docker CE for your OS.
Development Server
Point terminal to your project root and start up the container.
docker-compose up -d
Open your browser at http://localhost:3010.
Go through Wordpress installation and activate the demo theme.
Useful commands
Startup services
docker-compose up -d
You may omit the -d-flag for verbose output.
Shutdown services
In order to shutdown services, issue the following command
docker-compose down
List containers
docker-compose ps
Remove containers
docker-compose rm
Open bash
Open bash at wordpress directory
docker-compose exec wordpress bash
Update composer dependencies
docker-compose run composer updateRead the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v1.1.9 | Jan 8, 2025 |
| v1.1.8 | Nov 5, 2024 |
| v1.1.7 | Sep 28, 2024 |
| v1.1.6 | Sep 26, 2024 |
| v1.1.5 | Sep 26, 2024 |
| v1.1.4 | Sep 26, 2024 |
| v1.1.3 | Sep 26, 2024 |
| v1.1.2 | Sep 26, 2024 |
| v1.1.0 | Sep 22, 2024 |
| v1.0.0 | Sep 21, 2024 |
| v1.0.0-beta.6 | Apr 12, 2023 |
| v1.0.0-beta.5 | Apr 5, 2023 |
| v1.0.0-beta.4 | Apr 5, 2023 |
| v1.0.0-beta.3 | Mar 22, 2023 |
| v1.0.0-beta.2 | Mar 13, 2022 |
| v1.0.0-beta.1 | Mar 13, 2022 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.