0.10

New features

  • Cookie default samesite:lax
  • Cookie secure: true in prod mode, auto in dev-mode
  • Database roles and users
  • Settings permissions
  • Cronjobs setup
  • Language updater
  • Bugfix many to many collections
  • Session cookies now default to Secure=true and SameSite=None

Dependencies

  • symfony/translation added (seperate package now)
  • PHP added ^7.4 and ^8.0 on top of ^7.3
  • symfony/swiftmailer-bundle removed (replaced with symfony mailer)
  • wyrihaximus/html-compress removed, replaced with simple minify (remove newlines and trim)
  • symfony/web-server-bundle removed (abanboned, replaced by symfony server)
  • white-october/pagerfanta-bundle is abandoned, replaced with babdev/pagerfanta-bundle
  • symfony/* ^4.3 -> ^5.1
  • PhpUnit 7 -> 9
  • PhpStan 0.10 -> 0.12
  • doctrine/orm 2.6 -> 2.7
  • doctrine/dbal 2.6 -> 2.10
  • knp/menu-bundle 2 -> 3
  • nelmio/cors-bundle 1 -> 2
  • w3media/image-optimize 1 -> 3
  • php-http/guzzle6-adapter 1 -> 2
  • toflar/psr6-symfony-http-cache-store 1 -> 2
  • composer/composer 1.6 -> 1.9
  • symplify/easy-coding-standard 6 -> 8