Releases: FrozenNode/Laravel-Administrator
Releases · FrozenNode/Laravel-Administrator
Version 4.17
- Bugfix: Fixing LAv4 for php7
Version 5.0.12
Version 5.0.12
- Bugfix: Added the table name to the constraint query
- Bugfix: Russian translate in knockout.php
- Bugfix: Update settings.php for
Request::url()
instead of usingurl()
Version 5.0.11
Version 5.0.11
- Bugfix: Had to make the middleware additon backwards compatible
- Docs: Added doc updates
Version 5.0.10
Version 5.0.10
- Bugfix: L5.2 changed the way url() works so added url('/') instead
- Added: Support for middleware additions to the Admin routes via the administrator config
- Testfix: Fixed failing tests
Version 5.0.9
Version 5.0.9
- Bugfx: Fix for datetimepicker partially being covered by top menu
Version 5.0.8
Version 5.0.8
- Bugfix: Rename Bool class to Boolean to fix PHP 7
- Bugfix: added missing custom attribute field
Version 5.0.7
Version 5.0.7
- Bugfix: Fixed boolean true bug
- Bugfix: Fixes a bug where soft deletes are not being properly detected in L5
Version 5.0.6
Version 5.0.6
- Added: Support for custom domains in the admin routes
- Added: Ability to access the model from withinthe column output renderer
- Added: Dynamic Form Request Validation
Version 5.0.5
- Added: Added password field to the settings view
- Added: Romanian Language
- Added: Basic HasMany Implementation along with re-ordering support
- Bugfix: Autocomplete working with default value
- Bugfix: Adding missing session to Admin Controller
- Bugfix: Fixed improper handling of filter value 0 for Enum/Text field
- Docfix: Simplified the composer command in the install docs to match the packagist.org instuctions
- Docfix: Changed the type definition for global_rows_per_page to int instead of Null|nt since Null causes divide by 0 error
Version 5.0.4
Testfix: fixing tests and js for gulp