Field attributes have had an API change `$field->attributes` should now be `$field->getAttributes()`.
This commit is contained in:
parent
faf113c5b6
commit
e619deb445
|
|
@ -1,6 +1,7 @@
|
|||
* **Build 149** (2014-09-29)
|
||||
- Added new `hint` form field type (see Backend > Forms docs).
|
||||
- Added new `containerAttributes` property to form fields (see Backend > Forms docs).
|
||||
- Field attributes have had an API change `$field->attributes` should now be `$field->getAttributes()`.
|
||||
|
||||
* **Build 145** (2014-09-13)
|
||||
- Standard setting pages now have **Save** and **Save and Close** buttons.
|
||||
|
|
|
|||
Loading…
Reference in New Issue