Skip to content

Releases: Team-Tea-Time/laravel-forum

[L5] v3.0.2

09 Dec 13:24

Choose a tag to compare

  • Front-end routing methods in the models have been deprecated and will be removed prior to 3.1.0
  • The threads relationship on the Category model now respects the viewTrashedThreads ability

[L5] v3.0.1

02 Dec 18:08

Choose a tag to compare

  • scopeRecent on the Thread model now works correctly
  • The indexNew thread API endpoint now returns a valid collection for non-authenticated users
  • Translation files are now included when running artisan vendor:publish (#87)

[L5] v3.0.0

27 Nov 18:39

Choose a tag to compare

First stable version.

[L5] v3.0.0-RC6

20 Nov 13:28

Choose a tag to compare

[L5] v3.0.0-RC6 Pre-release
Pre-release
  • Provides better German translations (#84)
  • Fixes column naming in category table migration
  • Removes reference to trashed categories in Thread model

[L5] v2.4.9

20 Nov 13:25

Choose a tag to compare

  • Fixes the default JS in the master layout for Firefox users

[L5] v3.0.0-RC5

09 Nov 18:18

Choose a tag to compare

[L5] v3.0.0-RC5 Pre-release
Pre-release
  • The front-end routes, controllers, views and related files have been removed and are now part of a new, optional package, riari/laravel-forum-frontend
  • Unnecessary use statements have been removed from some models (#74)
  • Category migrations should now run without issue (#75)
  • References to soft-deletion in the category API endpoints have been removed (#79)
  • Some installation steps and notes in the readme have been corrected and improved (#72)

[L5] v3.0.0-RC4

29 Oct 22:01

Choose a tag to compare

[L5] v3.0.0-RC4 Pre-release
Pre-release
  • Improves Russian translations (#66, #68)
  • Fixes post links in some views (#70)
  • Fixes/improves some classes, strings and migration autoloading

[L5] v3.0.0-RC3

25 Oct 23:18

Choose a tag to compare

[L5] v3.0.0-RC3 Pre-release
Pre-release
  • All facades are now referenced using their full namespaces in case of missing aliases in the host application
  • The category delete action is now validated; validation will not pass if the category contains sub-categories or threads
  • The category disableThreads action is now validated; validation will not pass if the category already contains threads
  • The thread move action is now validated; validation will not pass if the destination category has threads disabled
  • Brazilian Portuguese (#57) and Turkish (#59) translations have been added
  • Includes numerous minor tweaks and fixes

[L5] v2.4.8

25 Oct 11:01

Choose a tag to compare

  • Fixes an array to string conversion error in PHP 7

[L5] v3.0.0-RC2

24 Oct 23:16

Choose a tag to compare

[L5] v3.0.0-RC2 Pre-release
Pre-release
  • Soft-deletion support for categories has been dropped in favour of disallowing deletion of non-empty categories.
  • Unneeded API routes have been removed and some methods have been refactored.