-
Notifications
You must be signed in to change notification settings - Fork 258
/
CHANGELOG
81 lines (51 loc) · 1.58 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
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