CHANGELOG
=========

2014-11-26, v1.1.4
------------------

* Bugfix: renamed sort field fixed
* Bugfix: nullable relation fix

2014-11-17, v1.1.3
------------------

* Bugfix: Unique validation rule fixed

2014-11-08, v1.1.2
------------------

* Custom column now can be subclass of \SleepingOwl\Admin\Columns\Column\BaseColumn

2014-11-08, v1.1.1
------------------

* Demo file User.php updated to support php 5.4

2014-11-04, v1.1.0
------------------

* New column type: action. Use it to add custom buttons to the tableview. See documentation for details

2014-10-29, v1.0.10
------------------

* Bugfix: Administrator username maximum length reduced to 190 to support utf8mb4 charset. Fix issue #1

2014-10-20, v1.0.9
------------------

* Bugfix: Fixed bug with wrong date format

2014-10-20, v1.0.8
------------------

* New way to add validation rules to form elements and combine it with old method

2014-10-16, v1.0.7
------------------

* New exception when "intl" extension not installed

2014-10-16, v1.0.6
------------------

* Bugfix: Default admin credentials seeding fixed

2014-10-16, v1.0.5
------------------

* PHP 5.4 support added

2014-10-16, v1.0.4
------------------

* ValidationException handler moved to service provider
* Bugfix: Menu with subitems icon problem solved

2014-10-15, v1.0.3
------------------

* Image info speed improvements
* Model compiler template update
* Added user-friendly error message for missing getList method

2014-10-15, v1.0.2
------------------

* Global validation exception handler added

2014-10-13, v1.0.0
------------------

* Initial Version
