Skip to content

Releases: FrozenNode/Laravel-Administrator

Version 4.14.1

02 Nov 23:32
Compare
Choose a tag to compare
  • Bugfix: when validating all rules against all attributes for existing models, "exists" and "unique" rules would cause problems

Version 4.14.0

29 Oct 23:44
Compare
Choose a tag to compare
  • New translations (hr, nb)
  • Bugfix: The Spanish translation had an issue with noun genders
  • Bugfix: Visible option wasn't previously working with filters
  • Bugfix: The front-end form should now resize to its correct height at all times
  • Bugfix: If relationships defined an alternate primary key on the foreign table, Administrator would always just grab the model's primary key name

Version 4.13.0

29 Oct 20:26
Compare
Choose a tag to compare
  • Field descriptions can now be provided in addition to the labels
  • Bugfix: There were some styling issues due to applying styles at the body level
  • Bugfix: Dates in time fields before 1902 were previously not possible
  • Bugfix: MS opacity declaration was making it impossible to build the LESS
  • Bugfix: Hungarian and Serbian languages had some errors
  • Bugfix: It should now be possible to use custom validation rules and messages
  • Bugfix: Model validation would previously only check the dirty attributes of existing models. It now checks everything.
  • Bugfix: When setting the database.fetch config as PDO::FETCH_ASSOC, administrator would incorrectly try to access the count query results as an object

Version 4.12.1

02 Sep 01:31
Compare
Choose a tag to compare
  • Bugfix: Revert Merge #601 and adds back in select2 for filter booleans due to 3 needed options True, False, Both
  • Bugfix: Fix Js for non numeric ids

Version 4.12.0

30 Aug 03:35
Compare
Choose a tag to compare
  • Added CKEditor to composer to keep updated
  • Added Scrollable Data Table ranther than dropping the columns
  • Added the use of checkboxes for boolean filters
  • Added the ability to create select2 translation files
  • Added Arabic Translation files
  • Added Bulgarian Translation files
  • Added Finnish Translation files
  • Added Turkish Translation files
  • Added Danish timepicker translation file
  • Bugfix: Fixed the routing order for File routes
  • BugFix: Fixed the German Translation file
  • Bugfix: Freeze actions while image uploading is in progress added to keep people from clicking off the page while image is uploading
  • Bugfix: Call resizePage() after getting ajax response to fix with the page sizing and not being able to see the full datatable
  • Bugfix: Replace isSoftDeleting with issset(...->runSoftDelete) for Laravel 4.2 support

Version 4.11.2

17 Mar 23:41
Compare
Choose a tag to compare
  • Bugfix: Strange legacy issue that was never caught with passing a no-op to array_get

Version 4.11.1

17 Mar 20:38
Compare
Choose a tag to compare
  • Bugfix: There was a routing issue with the new non-numeric model ids

Version 4.11.0

17 Mar 02:30
Compare
Choose a tag to compare
  • Model ids no longer have to be numeric
  • New translations (vi)

Version 4.10.0

17 Feb 00:42
Compare
Choose a tag to compare
  • It's now possible to customize the "back to site" link at the top right of admin pages
  • Closures can now be passed into the output option for columns
  • New translations (se, si, uk)
  • Bugfix: When navigating away from an item edit route and then hitting the back button, the browser would cache the dynamic json response. Proper headers have now been set to avoid this.
  • Bugfix: When missing a rules option in a settings config file, an error would be thrown despite there being no explicit requirement for one
  • Bugfix: The administrator base controller was being instantiated multiple times during unit tests in laravel 4.1

Version 4.9.0

04 Jan 23:57
Compare
Choose a tag to compare
  • Laravel 4.1 support
  • New translations (ja, pt)
  • Bugfix: There was a PSR-0 filename/classname disagreement in on of the relatively unused classes (Fields\Relationships\HasOne)