Skip to content

v1.4.0

Choose a tag to compare

@brammo brammo released this 24 May 05:45
· 12 commits to master since this release

Added

  • FileManagerService: Filesystem logic extracted from the controller (path validation, uploads, image resize)
  • FormHelper: html control type with TinyMCE WYSIWYG editor
  • Plugin authentication defaults in config/auth.php (AdminAuth session key, AdminCookieAuth cookie)
  • AppView: Authentication.Identity helper; Brammo/Content helpers (Date, Image, Flag)
  • Tests for htmlControl(); FileManagerService unit tests
  • phpstan.neon and AGENTS.md for static analysis and agent workflows
  • Optional ext-imagick suggested in Composer for File Manager image resize

Changed

  • Require PHP 8.2+ and CakePHP 5.3+; upgrade friendsofcake/bootstrap-ui to ^5.1
  • Replace Summernote with TinyMCE for rich text (Admin.Editor.apiKey configuration)
  • FileManagerController uses lazy-loaded FileManagerService::fromConfigure()
  • Refactor UserController profile action
  • README: requirements, File Manager imagick note, and composer analyse workflow