Skip to content

Releases: secrethash/dropmenu

Fixed Auto-discovery

06 Nov 16:52

Choose a tag to compare

2.0.1

Fixed Auto Discovery

Laravel 5.5 Support

10 Oct 03:07

Choose a tag to compare

Now Supports Laravel 5.5 with the Addition of Package Auto-Discovery and thanks to @anandia234 for #2 Pull Request, makes it compatible with the changes Laravel 5.5 . Please Report Issues if found any.

Major Update

25 Jun 04:34

Choose a tag to compare

ChangeLog

This is a major update for Dropmenu that changes how it works. This also changes how the menus are rendered. Check the full ChangeLog to get an overview of changes.

Update Guide:

  • Read how the Settings Injection has now changed.
    • Settings Injection has been Cascaded and simplified. Now only second parameter is the settings injection parameter in Dropmenu::display() function. Only one parameter contains all the settings.
  • The standard menu database of Dropmenu has now been updated. 4 Coloumns are now Nullable. Check out the complete ChangeLog to get an overview of changes.
    • Open the Database and change these menu table's Coloumns to Nullable. Edit the Coloumns and check the Null checkbox.

Beta 1 - v1.6.1

19 Jun 11:38

Choose a tag to compare

Beta 1 - v1.6.1 Pre-release
Pre-release

Full Changelog Releasing Soon

Added Icon Setting Option and Child Setting Option

10 Jun 17:51

Choose a tag to compare

Change log (v1.5.0) 🚀

Icon Settings 📦

Sometimes you need a different prefix, suffix and line ending html tags than the default ones. Icon Settings can help you make it easy to do so. DOC

Child Settings 🔧

Some themes use different child classes to style the child element. This comes in handy for the same. You can attributes to the child <ul> element. DOC

Structure Change 🔢

The Structure of the code has been changed as new functions are added.

Better Formatted 🥇

Code is now better formatted. Sorry for previous formatting as it was a quick release for testing purpose. Now a better understanding can be attained from the code for the contribution.

Fixed: Migrations 🛠

Fixed the problems occurring during the creation of the migration file using CLI. Also made it more interactive 😋

Updated to support

02 Jun 04:51

Choose a tag to compare

Major Fixes. Now Easily Supported

Initial

12 Apr 16:20

Choose a tag to compare

Initial Release