Skip to content

Version 0.6.0

Compare
Choose a tag to compare
@BafS BafS released this 06 Mar 20:52
· 345 commits to master since this release

Notable Changes

  • PHP 5.5 is now required
  • Folder hierarchy automatically reflects page hierarchy
  • Parvula is now able to log exceptions if Monolog is installed (read the doc for more info)
  • Parvula now uses Slim Framework
  • The home made container is replaced by Pimple
  • Fixed a fatal bug where files were inside the plugin folder
  • Updated components (Whoops and Yaml) and deleted password-compat
  • Caps characters in URI are now handled correctly
  • The API now handles json body
  • Page: added getChildren(), getParent(), getDateTime(), toArray() and getBreadcrumb()
  • Json class throws exception when there is an error
  • Added $date, $parent and $children in Page object

Themes

  • Added layout blog in Galaxy theme (#12)
  • Default layout can now handle sub pages in Galaxy theme (#11)
  • Added dateFormat, excerpt and listPages helpers