Skip to content

0.5.0

Compare
Choose a tag to compare
@nickdekruijk nickdekruijk released this 09 Dec 14:59
· 71 commits to master since this release
  • parse/walk functionality will be removed from LaraPagesController and should be moved to your model or your own controller. It's too project specific to be controlled within a package. See sample Page.php for new implementation.
  • Updated sample Page model and migrations
  • Added belongsToMany relations edit ability
  • Some CSS fixes
  • Added Reports functionality
  • Added CSV Export ability to reports
  • Added support for submenus
  • Fix file uploads
  • Added join field type to model editor
  • Tableview index can now show 'sub' values
  • Split config and public assest from $this->publishes in ServiceProvider
  • Fix menu with start + end
  • Set default for larapages.media.nicename
  • Moving model routes to /lp-admin/model/Modelname and added titles
  • Updated admin.css to prevent very large columns in listview

And some other minor changes, see all commits for details