Skip to content

v2.11.0

Choose a tag to compare

@1franck 1franck released this 16 Jun 16:52
· 1861 commits to master since this release
  • [BC] renamed Peak\Bedrock\Controller\Front to Peak\Bedrock\Controller\FrontController
  • [BC] renamed Peak\Bedrock\Controller\Child to Peak\Bedrock\Controller\ChildActionController
  • [BC] renamed Peak\Bedrock\Controller\Action to Peak\Bedrock\Controller\ActionController
  • added an exception in Peak\Bedrock\View\Form\FormBuilder::control()
  • added Peak\Common\TextUtils move code from Peak\Bedrock\View\Helper\Text there
  • added function formatFileSize() to Peak\Common\helpers.php
  • deleted deprecated class Peak\Common\Spl\Fileinfo and Peak\Common\Spl\Dirinfo
  • fixed bug with array of punctuations in Peak\Validation\Rules\Alpha
  • added property $child to Peak\Bedrock\Controller\ParentController to access to loaded child action instance
  • added property $action_ns to Peak\Bedrock\Controller\ParentController to customize which namespace to use
    for loading child action class
  • fixed a bug with release() and $content in Peak\Bedrock\View\Header
  • added method has() to Peak\Bedrock\View\Header