Skip to content

Releases: FrozenNode/Laravel-Administrator

Version 4.17

15 Aug 19:29
Compare
Choose a tag to compare
  • Bugfix: Fixing LAv4 for php7

Version 5.0.12

23 Jun 05:57
Compare
Choose a tag to compare

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 using url()

Version 5.0.11

26 Dec 22:23
Compare
Choose a tag to compare

Version 5.0.11

  • Bugfix: Had to make the middleware additon backwards compatible
  • Docs: Added doc updates

Version 5.0.10

26 Dec 16:32
Compare
Choose a tag to compare

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

21 Dec 02:30
Compare
Choose a tag to compare

Version 5.0.9

  • Bugfx: Fix for datetimepicker partially being covered by top menu

Version 5.0.8

16 Nov 13:18
Compare
Choose a tag to compare

Version 5.0.8

  • Bugfix: Rename Bool class to Boolean to fix PHP 7
  • Bugfix: added missing custom attribute field

Version 5.0.7

05 Nov 14:27
Compare
Choose a tag to compare

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

29 Oct 13:01
Compare
Choose a tag to compare

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

27 Sep 17:41
Compare
Choose a tag to compare
  • 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

15 Sep 12:34
Compare
Choose a tag to compare

Testfix: fixing tests and js for gulp