Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Releases: ctf0/SimpleMenu

v2.2.0

15 Aug 19:48
Compare
Choose a tag to compare
  • redir to '/' if current route ancestor is not found under current locale
  • clear cache when child is add to diff menu and removed from original list
  • eslint comps
  • fix unfound route under current locale error
  • fix hide child bc when parent is under diff locale
  • append locale name to the menu item if under diff locale
  • show route name in pages index
  • add more options to config "clearPartialyNestedParent, deletePageAndNests"
  • add condition for page ajax remove to avoid errors when its already removed (deletePageAndNests)
  • more cleanup and fix nesting issue
  • update rdme

v2.1.2

12 Aug 00:58
Compare
Choose a tag to compare
  • re-add caching for nests & descendents
  • don't delete page childs too when page is deleted
  • use ajax for all crud deletes
  • disable delete for current user roles & perms
  • edit menu/role/perm from any index page

v2.1.1

10 Aug 20:26
Compare
Choose a tag to compare
  • add crud_prefix to config
  • update the views
  • remove Ancestors & Descendants cache as it was cuzing lots of issues and cant find away to properly clear the cache for them
  • some fixes & cleanup
  • move routes to a function SimpleMenu::menuRoutes();

v2.1.0

08 Aug 06:42
Compare
Choose a tag to compare
  • much better caching, and now queries count is almost none.

v2.0.2

25 Jul 01:10
Compare
Choose a tag to compare
  • views/pages > admin
  • cleanup

v2.0.1

23 Jul 14:44
Compare
Choose a tag to compare
  • cleanups & updates

v2.0.0

19 Jul 12:50
Compare
Choose a tag to compare

This release have break compatibility with prev version due to the update of "spatie/laravel-permission"

  • add crud views & controllers
  • add model observers instead of model noise
  • update vendor publish
  • update wiki
  • update rdme
  • bump composer deps versions
  • make route param session dynamic
  • add extra config “framework” for easier editing

v1.2.2

15 Jul 19:16
Compare
Choose a tag to compare
  • add getRouteData() for easier retrieve of route cached data

v1.2.1

15 Jul 17:35
Compare
Choose a tag to compare
  • fixed route caching, totally forgot the multilocal thing.

v1.2.0

15 Jul 17:02
Compare
Choose a tag to compare
  • add a solution for centralizing a view for routes with params so we can now have each menu view have its own format and only one partial/place to resolve all the params. WEEEEEEE 💃 🏆 💪
  • update wiki
  • update rdme