Skip to content

Releases: sleeping-owl/admin

1.1.3

17 Nov 15:05
Compare
Choose a tag to compare
  • Bugfix: Unique validation rule fixed

1.1.2

17 Nov 15:06
Compare
Choose a tag to compare
  • Custom column now can be subclass of \SleepingOwl\Admin\Columns\Column\BaseColumn

1.1.1

07 Nov 21:02
Compare
Choose a tag to compare

Demo file User.php updated to support php 5.4

1.1.0

04 Nov 18:16
Compare
Choose a tag to compare
  • New column type: action. Use it to add custom buttons to the tableview. See documentation for details

1.0.10

04 Nov 18:16
Compare
Choose a tag to compare
  • Bugfix: Administrator username maximum length reduced to 190 to support utf8mb4 charset. Fix issue #1

1.0.9

04 Nov 18:17
Compare
Choose a tag to compare
  • Bugfix: Fixed bug with wrong date format

1.0.8

04 Nov 18:17
Compare
Choose a tag to compare
  • New way to add validation rules to form elements and combine it with old method

1.0.7

04 Nov 18:17
Compare
Choose a tag to compare
  • New exception when "intl" extension not installed

1.0.6

04 Nov 18:18
Compare
Choose a tag to compare
  • Bugfix: Default admin credentials seeding fixed

1.0.5

04 Nov 18:19
Compare
Choose a tag to compare
  • PHP 5.4 support added