Releases: zaphyr-org/app
Releases · zaphyr-org/app
🔥 v1.0.0-alpha.6
New:
- Added
zaphyr-org/plugin-installerto allowed composer plugins
Changed:
- Improved application configuration files
- Removed default logs and sessions directory from storage directory
🔥 v1.0.0-alpha.5
Changed:
- Updated application to new framework version requirements
Fixed:
- Fixed app path in phpstan.neon and phpunit.xml.dist
🔥 v1.0.0-alpha.4
Changed:
- Updated application to new framework version requirements
🔥 v1.0.0-alpha.3
Changed:
- Moved timezone, charset and encryption cipher values to .env
- Changed app source code directory from
srctoapp
🔥 v1.0.0-alpha.2
New:
- Added favicon.ico to public directory
- Added PHP version to welcome view
- Added HTTPS and www redirect examples to .htaccess
Changed:
- Set
nullas default cookie domain configuration
🔥 v1.0.0-alpha.1
New:
- Initial commit
- Added WelcomeController
- Added ExceptionHandler
- Added LICENSE.md
- Added .env.dist
- Added storage directory
- Added public directory
- Added bin directory
- Added README.md
- Added
post-root-package-installandpost-create-project-cmdcommands to composer.json - Added app.yaml configuration file
Changed:
- Added
viewmethod to ExceptionHandler::renderHtmlView - File structure adapted to new framework conditions
- Updated zaphyr-org/framework to v1.0.0.alpha.1 and phpunit/phpunit to v10.5.20
- Updated README.md
Fixed:
- Changed path from
apptosrcin phpstan.neon - Added HTTP status code for error views to response