PHP Classes

File: CHANGELOG.md

Recommend this page to a friend!
  Packages of Steffen Haase   Beacon   CHANGELOG.md   Download  
File: CHANGELOG.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Beacon
MVC framework with built-in user management
Author: By
Last change:
Date: 1 month ago
Size: 1,104 bytes
 

Contents

Class file image Download

Changelog

All notable changes to this project will be documented in this file.

[1.2.2] - 2026-05-14

Added

  • Few `justify-content-*` CSS helpers

[1.2.1] - 2026-06-18

Fixed

Fixed some code issues in Flash class and related methods/functions Fixed wrong route() Twig code example in README.md

Changed

Url encode route parameter values by default in App\Routing\Router::route()

[v1.2.0] - 2026-05-14

Added

  • New command `make:dto`
  • New CSS classes for a hierarchy ordered list

Fixed

  • Fixed code in `RegisterDto.php`
  • Fixed frontend error handling for `auth_errors` in `login.twig`

[1.1.0] - 2026-05-14

Added

  • New commands: - `make:controller` - `make:middleware` - `make:provider` - `make:model`
  • Added new helper function `app_path()`

Fixed

  • Added missing setup script for setting correct permissions on storage directories during `composer create-setup ...` execution.

Changed

  • Unified command naming
  • Moved system commands into subdirectory `app/Console/Commands/Beacon`.

[1.0.0] - 2026-05-15

  • Initial public release