Skip to content

Releases: Silvanite/brandenburg

Support for Laravel 8.x

Choose a tag to compare

@m2de m2de released this 18 Sep 07:34
1.5.1

1.5.1

Support for Laravel 7.x

Choose a tag to compare

@m2de m2de released this 19 Apr 08:05
1.4.0

1.4.0

Support for Laravel 6.0

Choose a tag to compare

@m2de m2de released this 10 Sep 15:37
1.3.0

1.3.0

bigInteger Laravel 5.8 compatibility

Choose a tag to compare

@m2de m2de released this 07 May 15:46

Laravel 5.8 changed the user id column to big integer. This package maintains a foreign key relationship to the user id and has been changed to big integer in order to be compatible with Laravel 5.8. This should not affect existing installations at all. If you are installing this package in a < 5.8 codebase you will need to change either the laravel user migration or this package migration to ensure the column types match.

Performance improvements

Choose a tag to compare

@m2de m2de released this 20 Sep 14:41

Reduces the number of database queries made by the package to improve performance.

Laravel 5.7 & Nova package preparation

Choose a tag to compare

@m2de m2de released this 06 Sep 13:07

This release addresses a number of small bugs and enhancements and includes tests for Laravel 5.7 to ensure there are no compatibility issues.