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

Releases: ctf0/SimpleMenu

v3.1.5

07 Dec 00:15
Compare
Choose a tag to compare
make go back redir to index

v3.1.4

28 Nov 12:23
Compare
Choose a tag to compare
  • use axios instead of jquery ajax
  • jquery is now only used for (select2 & tinymce)
  • add missing config "sorry about that"
  • override admin controller entirely

v3.1.3

15 Nov 11:28
Compare
Choose a tag to compare
  • redir back instead of index for update
  • show url in pages index
  • cleanup Routes trait
  • change __ to trans
  • add validation for action

v3.1.2

31 Oct 16:40
Compare
Choose a tag to compare
  • finish up trans

v3.1.1

27 Oct 14:02
Compare
Choose a tag to compare
  • add cover to routes
  • cleanup
  • update rdme
  • update wiki

v3.1.0

26 Oct 16:07
Compare
Choose a tag to compare
  • add support for images in user & pages
  • changed user trait to SMUsers
  • add new key to config “controllers” so now you can extend package functionality with ease.
  • cleanup
  • update assets
  • update migrations
  • update wiki

v3.0.9

25 Oct 20:19
Compare
Choose a tag to compare
  • cleanup
  • styling
  • add toggle for all the page sections
  • add trait for users
  • update wiki

v3.0.8

22 Oct 13:13
Compare
Choose a tag to compare
  • fix spatie permission cache issue

v3.0.7

21 Oct 21:03
Compare
Choose a tag to compare
  • add auto register for usage
  • some styling
  • now support route names with “.” this is useful if you already have some manually made routes and you want to add them to the menu
  • fixed updating localized column value to null
  • update readme

v3.0.6

19 Oct 18:23
Compare
Choose a tag to compare
  • add unique check for title/url
  • fixed not updating columns to empty value
  • add meta column to pages so you can use it with
  • update wiki
  • cleanup
  • update resources