Releases: htmlburger/carbon-fields
Releases · htmlburger/carbon-fields
Version 1.1
- Removed
Attachment
field type, with backwards compatibility. - The
File
andImage
field types now save the attachment ID by default. - Introduced
File_Field::set_value_type()
to easily change the saved value type. - Added a Vagrantfile.
- Added some
Field
andContainer
tests. - Renamed
Date_Field::set_options()
toDate_Field::set_datepicker_options()
. - Introduced an abstract
Predefined_Options_Field
base forSelect
,Radio
andSet
field types. - Added proxy Container, Field and Widget for shorter
use
statements. - Introduced an abstract
Scripts_Field
base forHeader Scripts
andFooter Scripts
field types. - Introduced an abstract
Meta_Datastore
base for all meta datastore classes. - Performed various other code fixes and improvements.
Version 1.0
Initial version.