Releases: nicbell/ucreate
Releases · nicbell/ucreate
2.0.3
2.0.2
2.0.1
2.0.0-alpha1
Pre-release of V2.
- Removed type converters in favour of the built-in property value converters in Umbraco 7.6+
- Stopped setting doc type property values in
BaseDocType
, write your own getters to leverage Umbraco's property value converters instead. - Removed
BaseDocType
as it now does nothing, inherit fromPublishedContentModel
instead.