This repository was archived by the owner on Jan 3, 2023. It is now read-only.
Releases: ctf0/SimpleMenu
Releases · ctf0/SimpleMenu
v1.1.1
v1.1.0
This release could potentially break compatibility with prev version
- add desc for page
- check for Route::currentRouteName() internally for navigation
- make params avail to controller through caching
- make static (closure) routes cacheable by using dummy controller info
- add caching for each menu with its pages
- remove models from publish
- make $url required in render
- update config & rdme
v1.0.5
v1.0.4
v1.0.3
now the package is complete and works with more than one scenario , either
-
the page is avail in all locales, so when changing the lang u get redirected to the same route but with different url and data
-
the page is avail in a specific local but not in another, in this case u chose either to get redirected to home or get a 404 when trying to switch the lang.