Releases: Team-Tea-Time/laravel-forum
Releases · Team-Tea-Time/laravel-forum
[L5] v3.0.2
- Front-end routing methods in the models have been deprecated and will be removed prior to 3.1.0
- The
threadsrelationship on theCategorymodel now respects theviewTrashedThreadsability
[L5] v3.0.1
scopeRecenton theThreadmodel now works correctly- The
indexNewthread 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
First stable version.
[L5] v3.0.0-RC6
- Provides better German translations (#84)
- Fixes column naming in category table migration
- Removes reference to trashed categories in Thread model
[L5] v2.4.9
- Fixes the default JS in the
masterlayout for Firefox users
[L5] v3.0.0-RC5
- 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
[L5] v3.0.0-RC3
- All facades are now referenced using their full namespaces in case of missing aliases in the host application
- The category
deleteaction is now validated; validation will not pass if the category contains sub-categories or threads - The category
disableThreadsaction is now validated; validation will not pass if the category already contains threads - The thread
moveaction 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
- Fixes an array to string conversion error in PHP 7
[L5] v3.0.0-RC2
- 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.