github nirix/traq v3.9.0-alpha.1

pre-release5 months ago

Note: This is an alpha release! Do not use in production

If you want to test this release on an existing Traq install, backup your database first!

This release has significant changes including:

  • All Traq files moved out of the vendor/ directory.
  • All views now use a view inheritance system and are no longer automatically wrapped in a layout.
  • All controllers:
    • Now return a Response object rather than text or arrays.
    • Switched to using Middleware for authentication checks.
  • The ticket view has been redesigned.
  • Enhanced ticket relationships.
  • The ticket listing has been rewritten to use Alpine.js
  • The user profile has a better, filterable Assigned Tickets view.

To test v3.9.0-alpha.1:

  • Do a fresh install and play around to ensure features work as expected
  • Report bugs on the bug tracker
  • Testing on an existing install:
    • Backup your database
    • Restore the backup to another database
    • Point v3.9.0-alpha.1 to the new database with the restored backup
    • Traq should prompt to perform an upgrade

Don't miss a new traq release

NewReleases is sending notifications on new releases.