Changeset 1536820
- Timestamp:
- 11/19/2016 02:18:34 PM (9 years ago)
- Location:
- user-dropdown-menu/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
user-dropdown-menu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
user-dropdown-menu/trunk/readme.txt
r1536227 r1536820 4 4 Requires at least: 4.0 5 5 Tested up to: 4.6.1 6 Stable tag: 1.0. 56 Stable tag: 1.0.6 7 7 License: GPLv2 or later 8 Lice mse URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html8 License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html 9 9 10 Insert a dropdown menu with a icon button, based on Bootstrap 4.0 Dropdown. All settings can be found in the Theme Customizer.10 Insert a dropdown menu with a icon button, based on Bootstrap 4.0 Dropdown. 11 11 12 12 == Description == … … 69 69 == Changelog == 70 70 71 = 1.0.6 = 72 73 *2016-11-19* 74 75 * Fix: Readme markup 76 71 77 = 1.0.5 = 72 78 73 *2016-11-1 8*79 *2016-11-17* 74 80 75 * First official release 76 * New: 2 screenshots of the plugin in action 77 * Fix: Default width of login fields changed from 200px to 168px to match default width of dropdown content 81 * New: Choose at what side the dropdown content shall appear (right / left) 82 * New: Control margin of the icon 83 * New: Set dropdown content width 84 * New: Set alignment (text-align left/center/right) of username and user header 85 * New: Set line-height of user header and user text 86 * New: Choose to display border-bottom for username (same settings as menu item border) 87 * Fix: Set line-height of menu items 88 * Fix: Refactor get_option statements 78 89 * Fix: Readme markup 79 90 -
user-dropdown-menu/trunk/user-dropdown-menu.php
r1536227 r1536820 7 7 Plugin Name: User Dropdown Menu 8 8 Plugin URI: http://www.sagaio.com/moduler/ 9 Description: Insert a dropdown menu with a icon button, based on Bootstrap 4.0 Dropdown. All settings can be found in the Theme Customizer.10 Version: 1.0. 59 Description: Insert a dropdown menu with a icon button, based on Bootstrap 4.0 Dropdown. 10 Version: 1.0.6 11 11 Author: SAGAIO 12 12 Author URI: http://www.sagaio.com 13 13 License: GPLv2 or later 14 Lice mse URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html14 License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html 15 15 16 16 User Dropdown Menu is free software: you can redistribute it and/or modify
Note: See TracChangeset
for help on using the changeset viewer.