Skip to content

Releases: zaphyr-org/app

🔥 v1.0.0-alpha.2

11 May 08:40
Compare
Choose a tag to compare
🔥 v1.0.0-alpha.2 Pre-release
Pre-release

New:

  • Added favicon.ico to public directory
  • Added PHP version to welcome view
  • Added HTTPS and www redirect examples to .htaccess

Changed:

  • Set null as default cookie domain configuration

🔥 v1.0.0-alpha.1

07 May 09:57
Compare
Choose a tag to compare
🔥 v1.0.0-alpha.1 Pre-release
Pre-release

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-install and post-create-project-cmd commands to composer.json
  • Added app.yaml configuration file

Changed:

  • Added view method 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 app to src in phpstan.neon
  • Added HTTP status code for error views to response