Skip to content

Releases: pratiksh404/adminetic

v2.0.6

02 May 04:29
9b0f51a
Compare
Choose a tag to compare

Changes

  • Role-based theme selector configuration
  • SPA ajax req failed toastr
  • Menu breaker condition feature

v2.0.5

05 Apr 11:45
542330c
Compare
Choose a tag to compare

Changes

  • Dependencies updated
  • label helper method bug solved

v2.0.4

05 Apr 09:41
5d634d1
Compare
Choose a tag to compare

Changes

  • Default label parameter for label() helper function
  • User table pagination bug solved
  • Adminetic CLI installation in the readme file

v2.0.2

31 Mar 11:21
32a98d3
Compare
Choose a tag to compare

Added

  • checkIfFieldIsRequired($table_name,$field) helper function to check if given field is nullable
  • label($field) helper function to echo red asterisk if given filed is not nullable

v2.0.1

29 Mar 06:01
Compare
Choose a tag to compare

Changes

  • ACL panel updated to livewire
  • Unnecessary route removed

v2.0.0

28 Mar 04:44
5e9128c
Compare
Choose a tag to compare

Added

  • New theme implementation
  • Swagger Support
  • Enhanced API Generator
  • SPA Implementation
  • Side Menu Search
  • Menu Pin

Changes

  • New Activity
  • New ACL Panel

v1.9.1

14 Aug 04:45
94ca666
Compare
Choose a tag to compare

Changes

  • OAuth redirect route configuration on config file

v1.9.0

29 May 13:46
bc196c0
Compare
Choose a tag to compare

Changes

  • Collapse menu option added
  • Active side menu added
  • Administration menu moved to App/Service/MyMenu.php
  • Superadmin pass on bouncer authorization check
  • Double click protection

Upgrade Guide

v1.8.5

25 Apr 08:49
Compare
Choose a tag to compare

Added

  • Confirmation modal in edit add button
  • Verification page password input focus on page load

v1.8.4

24 Apr 04:28
Compare
Choose a tag to compare

Changes

  • Delete button fix