You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added igniter:passwd artisan command to reset admin password from the command line
👨🔧 UI/UX Improvements
List Action Widgets to provide an easy API to register actions on lists. For example, bulk delete action to delete one or multiple records (#849)
Improved password reset flow by no longer throwing an error if the provided email address doesn't exist.
Improved the browse marketplace extensions and themes flow by adding the ability to search for and install marketplace items from the admin extensions and themes pages.
💡 Changes
Keeping the codebase in line with our new coding guidelines, we now use fully qualified class names
❗[BC] Renamed model.mail.beforeSend event to model.mailGetData event. If you are listening to this event within your extension, update the event name.
We've updated the default files and folders permission mask to 755
Added readOnly property to form fields and widgets
Session will now be regenerated on login and invalidated on logout
Refactored AdminController to extend Illuminate\Routing\Controller and allow registration of middleware from the __constructor
❗[BC] Renamed events controller.beforeConstructor and controller.afterConstructor to admin.controller.beforeInit and admin.controller.beforeRemap
Changed serialize model attributes to JSON DB fields to allow querying the column values directly (#857)
We removed the currency middleware, allowing the configured default currency to be used
We've updated the default config/mail.php config file to reflect Laravel 8 changes
🐞 Bug Fixes
Fixed issue where delivery area priority had no effect when matching delivery areas
Fixed issue where disabled customers could still log in
Fixed issue where upgrades from 3.0.4 to 3.0.5 was failing due to an ‘invalid path’ error
Fixed issue where you could set an admin password of less than 5 characters on igniter:install but unable to login
Fixed issue where a staff role must be selected when no roles are available