Skip to content

v1.0.0

Latest

Choose a tag to compare

@dharple dharple released this 02 Dec 02:14
· 62 commits to main since this release

Added

  • Enabled Symfony failed login throttling.

Changed

  • Box descriptions that are truncated can now be expaneded by clicking on them.
  • Gravatar hashes now use SHA256 instead of MD5. [#38]
  • Production logs are now written to a file instead of stderr.
  • The minimum PHP version is now 8.1. Applied Rector-suggested changes.
  • Tweaked login form.
  • Updated code to fix Symfony deprecation warnings.
  • Updated deploy script to run composer dump-env.
  • Upgraded to Bootstrap 5.3.
  • Upgraded to Symfony 5.4 authentication and password hashing system.

Fixed

  • Fixed comment for --format on data:export.
  • Fixed issues reported by PHPStan.
  • Searching for a box number alwys shows that box first in the result set.

Security