=== User Dropdown Menu === Contributors: sagaio Tags: dropdown menu, user dropdown menu, dropdown, woocommerce menu, menu Requires at least: 4.0 Tested up to: 4.7 Stable tag: 1.1.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html Text Domain: sagaio-udm Insert a dropdown menu with a icon button, based on Bootstrap 4.0 Dropdown. == Description == = Features = * Build your menu from the standard interface and assign it to User Dropdown Menu * All settings found in your Theme Customizer * Option to change the default icon image * Option to display login form that is customizable * Option to display header above login form * Option to display current username in menu * Option to display header above username * Option to display logout link * Lots of more options when it comes to styling Are you missing an option? Head over to https://github.com/sagaio/user-dropdown-menu and submit an issue. == Installation == = From your WordPress dashboard = Visit 'Plugins > Add New' Search for and download 'User Dropdown Menu' Activate User Dropdown Menu from your Plugins page. = From other sources = Download User Dropdown Menu. Upload the 'user-dropdown-menu' directory to your '/wp-content/plugins/' directory, using your favorite method (ftp, sftp, scp, etc...) Activate User Dropdown Menu from your Plugins page. == Frequently Asked Questions == = How do I use it? = Through a shortcode: [user_dropdown_menu] = How do I configure it? = All settings can be found in the Theme Customizer = Which icons are available? = For the moment being, only 1 icon is available and is loaded as a .png image. If you'd like more icons, submit them as an issue in the github repo: https://github.com/sagaio/user-dropdown-menu. You can also add your own icon images. = I have an idea / I found a bug = Create an issue at github: https://github.com/sagaio/user-dropdown-menu = I need help = Start a topic in the support section == Screenshots == 1. Default settings while logged in with the exception of 2 menu links added (Test, Demo) and menu content aligned left. 2. Default settings while logged out. == Changelog == = 1.1.0 = *2016-12-07* * Fix: Added some internationalization * Fix: Added text-domain to enable translations * Removed: Removed placeholder functionality * Fix: Default colors for login button are now correctly displayed = 1.0.7 = *2016-12-05* * Fix: Menu container location was not respected when logged out = 1.0.6 = *2016-11-19* * Fix: Readme markup = 1.0.5 = *2016-11-17* * New: Choose at what side the dropdown content shall appear (right / left) * New: Control margin of the icon * New: Set dropdown content width * New: Set alignment (text-align left/center/right) of username and user header * New: Set line-height of user header and user text * New: Choose to display border-bottom for username (same settings as menu item border) * Fix: Set line-height of menu items * Fix: Refactor get_option statements * Fix: Readme markup = 1.0.4 = *2016-11-17* * New: Choose at what side the dropdown content shall appear (right / left) * New: Control margin of the icon * New: Set dropdown content width * New: Set alignment (text-align left/center/right) of username and user header * New: Set line-height of user header and user text * New: Choose to display border-bottom for username (same settings as menu item border) * Fix: Set line-height of menu items * Fix: Refactor get_option statements * Fix: Border bottom of menu items now appear more accurate = 1.0.3 = *2016-11-17* * Fix: CSS for outer and inner wrapper = 1.0.2 = *2016-11-17* * Fix: Shortcode was using ```echo``` and is now using ```return``` instead. * Fix: Position of inner wrapper changed to relative to contain dropdown menu. * Update: ```#sagaio-udm-menu-wrapper``` changed name to ```#sagaio-udm-menu-inner-wrapper```. * New: Added outer wrapper and options for configuring its position, id: ```#sagaio-udm-menu-wrapper```. = 1.0.1 = *2016-11-14* * Fix: Typo in ```
```. * New: Options for configuring the login header, class: ```.sagaio-udm-menu-header```. = 1.0.0 = *2016-11-14* * First beta release