Releases: codefyphp/codefy
Releases · codefyphp/codefy
v2.0.4
Updated PdoServiceProvider to run via the console.
v2.0.3
Features
- Role-Based Access Control (RBAC)
- Added authentication and authorization system
Enhancements
- Updated
Passwordclass withverifymethod - Used code beautifier
v2.0.2
Fixed the redirect method in the BaseController.
V2.0.1
The interfaces ServerRequestInterface and ResponseInterface was removed from the BaseController constructor.
Mathias Verraes - v2.0.0 LTS
This is the second major release of CodefyPHP and the first long-term support release. This release is dedicated to @mathiasverraes (Mathias Verraes) because his code buttercup.protects is the foundation of CodefyPHP.
v1.0.6
- feature: Set base middlewares in
config/app.php - fix: Visibility and permissions for filesystem
v2.0.0-BETA1
- feature - Public properties to enhance rapid development
- feature - Static class
Codefy.php - feature - SMTP service provider
v1.0.5
- Breaking change in the
BaseControllerto fix caching issue and for injection to work correctly.
v1.0.4
- Added
SessionServiceas a dependency toBaseController
v1.0.3
- Added cookie and session to
Injector - Added HttpSession dependency to
BaseController - Added
SapiEmittertodispatchRoutermethod.