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

Releases: ctf0/SimpleMenu

v1.1.1

30 Jun 15:36
Compare
Choose a tag to compare
  • auto register packages dependencies sp & alias "sorry i didnt know that i need to do that"

v1.1.0

28 Jun 18:02
Compare
Choose a tag to compare

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

26 Jun 10:21
Compare
Choose a tag to compare
  • minor fixes

v1.0.4

24 Jun 11:48
Compare
Choose a tag to compare
  • cleanup
  • remove "mainRouteName" from config as its not needed

v1.0.3

21 Jun 06:55
Compare
Choose a tag to compare

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.

v1.0.2

19 Jun 03:30
Compare
Choose a tag to compare
  • fixed a couple of issues, add more options to config

v1.0.1

18 Jun 23:11
Compare
Choose a tag to compare
  • fix routelist path

v1.0.0

18 Jun 17:22
Compare
Choose a tag to compare

init