Skip to content

Dappur Framework v2.5.0

Choose a tag to compare

@edwardteach42 edwardteach42 released this 30 Jul 06:22
· 256 commits to master since this release

[2.5.0]

Added

  • New bootstrap menu editor integrated into dashboard using the Jquery Menu Editor package from davicotico
    • Easiy add and edit the dashboard and frontend menus from the dashboard
    • Import and Export menus
    • Visual interface allowing full control over each menu item
      • Text & Icon
      • Link to Page
      • Pages to toggle for active class
      • Limit menu items to certain roles
      • Limit pages to display for authed or guest users only
      • Limit page to display based on permission
      • Control target of href
      • Tooltip text
      • HTML Element ID
      • Custom classes for each item
  • Two Factor Authentication using the package from RobThree
  • Option in dashboard to change user password and disable 2fa
  • Create custom pages and routes with a WYSIWYG bootstrap editor. Uses Grid-Editor by Frontwise

Fixed

  • CMS Popup Window sizes in the dashboard.
  • Bug in Dashboard edit role not allowing save

Changed

  • Integrated Frontwise grid editor into blog editor
  • Cleaned up javascript on admin dashboard
  • Cleaned up Migration template
  • AdminLTE breadcrumbs and page titles
  • Changed dashboard panels to AdminLTE boxes

Removed

  • Removed initial migration SQL dump.
  • Removed Dashboard Bootswatch config
  • Remove composer.lock from gitignore.
  • My Account from dashboard in favor of Frontend Profile Page