Releases: CodeAdminDe/tall-multiselect-cards
Releases · CodeAdminDe/tall-multiselect-cards
v2.0.2
v2.0.1
This patch release does not change the codebase.
Instead it updates the contact and license informations.
Happy coding together! 🎉
v2.0.0
This version brings compatibility with Laravel 9.
- To make compatibility with Laravel 9, it was necessary to rename the variable
attributes
within this package. The variable name is nowmodelAttributes
. Furthermore the dependencies were updated to match for Laravel 9.
Breaking change
Since this means a breaking change, today's release marks the beginning of version 2.0.0. :-)
Attention: To upgrade from version 1.x.x to version 2.0.0 you have to rename the variable attributes
to modelAttributes
within the config file for this package (config/tall-multiselect-cards.php
). This is only necessary if you've published the config file within your app. Otherwise the supplied configuration file will be loaded.
You'll find a sample of the change within this commit: 670b7bc#diff-83c900b361c73997e4f8f453ed6ff1345564690d2ac140dede07003e93b12797