Skip to content

Releases: nirix/traq

v3.9.0-alpha.1

v3.9.0-alpha.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Nov 12:44

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

v3.8.3

Choose a tag to compare

@github-actions github-actions released this 12 Nov 13:21
Tagging as v3.8.3

v3.8.2

Choose a tag to compare

@github-actions github-actions released this 03 Nov 12:48
Tagging as v3.8.2

v3.8.1

Choose a tag to compare

@github-actions github-actions released this 31 Oct 14:55
Tagging as v3.8.1

v3.8.0

Choose a tag to compare

@nirix nirix released this 02 Aug 10:20

What's Changed

  • Convert Ticket Listing to Vue.js by @nirix in #63
  • Feature/new header by @nirix in #64
  • Convert Ticket Detail page to Alpine by @nirix in #65

Full Changelog: v3.7.1...v3.8.0

Traq v3.7.3

Choose a tag to compare

@nirix nirix released this 26 Jun 12:15
Tagging as v3.7.3