Plugin Directory

Changeset 1536820


Ignore:
Timestamp:
11/19/2016 02:18:34 PM (9 years ago)
Author:
sagaio
Message:

Fix readme

Location:
user-dropdown-menu/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • user-dropdown-menu/trunk/readme.txt

    r1536227 r1536820  
    44Requires at least: 4.0
    55Tested up to: 4.6.1
    6 Stable tag: 1.0.5
     6Stable tag: 1.0.6
    77License: GPLv2 or later
    8 Licemse URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
     8License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
    99
    10 Insert a dropdown menu with a icon button, based on Bootstrap 4.0 Dropdown. All settings can be found in the Theme Customizer.
     10Insert a dropdown menu with a icon button, based on Bootstrap 4.0 Dropdown.
    1111
    1212== Description ==
     
    6969== Changelog ==
    7070
     71= 1.0.6 =
     72
     73*2016-11-19*
     74
     75* Fix: Readme markup
     76
    7177= 1.0.5 =
    7278
    73 *2016-11-18*
     79*2016-11-17*
    7480
    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
    7889* Fix: Readme markup
    7990
  • user-dropdown-menu/trunk/user-dropdown-menu.php

    r1536227 r1536820  
    77Plugin Name: User Dropdown Menu
    88Plugin 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.5
     9Description: Insert a dropdown menu with a icon button, based on Bootstrap 4.0 Dropdown.
     10Version: 1.0.6
    1111Author: SAGAIO
    1212Author URI: http://www.sagaio.com
    1313License: GPLv2 or later
    14 Licemse URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
     14License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
    1515
    1616User Dropdown Menu is free software: you can redistribute it and/or modify
Note: See TracChangeset for help on using the changeset viewer.