Skip to content

Dappur Framework v3.2.0

Choose a tag to compare

@edwardteach42 edwardteach42 released this 03 Dec 21:39
· 155 commits to master since this release

[3.2.0] - 2018-12-03

Notes

  • This update requires a couple of changes to the theme files
    • Please see 53015cd for the required changes

Added

  • Twig StringLoader extension for custom routes

Removed

  • Hardcoded home, privacy and terms pages
  • Header and footer from error pages

Changed

  • Updated dependencies in composer.lock file
  • Cleaned up /app/bootstrap/routes files
  • Moved the following pages out of the template and into the Pages section of the dashboard
    • / => app\views\dappur\home.twig
    • /privacy => app\views\dappur\privacy.twig
    • /terms => app\views\dappur\terms.twig
  • Moved custom routes out of public\index.php and into app\routes\custom.php