Skip to content

v4.0.0 Version 4

Choose a tag to compare

@Cartman34 Cartman34 released this 27 Oct 08:14
Move some assets to get orpheus as vendor

Redesign layout naming
Update Orpheus to PHP 8.2
Update bootstrap to 5.3.2
Update Font Awesome to 6.4.2
Update sb admin to 7.0.4 (from 6.0.2)
Remove jQuery
Replace Select2 (jQuery dependent) by Tom Select
Add Env config to configure app through .env and .env.local
Rename configs to config
Orpheus recognizes its libraries
Add lifecycle through library classes & kernel
Remove hooks
Allow translations using YAML
Use generic cache adapters
Compile array to php file
Website is now multilingual with English (US) and French (FR)
[Doc] Remove redundant type hinting in phpdoc
Add cache admin page
Remove old libs and modules
Move logs to store folder
Cache commands to list and clear caches
Database command to upgrade database
Internalization command to build translations
OpenSSL Encryption command to list and compare
Composer update script (help us to use local config file)
Database upgrade script
Help scripts
User impersonate features
Rename many routes
Rename Demo package to App package
Add constants files to declare constants for IDE
Add type hint for the whole framework
Fix NULL case in stacktrace function arguments
Debug control is handled by kernel