v1.7.0
This release mainly moves changes configuration declaration from inheritance to composition:
Changelog:
- Added new
PostTypeconstructor to declare new post type without the need to extendPostTypeclass. - Added new
Menusconstructor to declare menus without the need to extendMenusclass. - Added
Taxonomyclass to declare new terms. - Added
Fieldsconstructor allowingConnectorusage to declare new fields. - Deprecated extending
PostTypeclass. Use newPostTypeconstructor instead. - Deprecated extending
Menusclass. Use newMenusconstructor instead. - Deprecated extending
CustomPostTypeFieldsclass. Use newFieldsconstructor instead. - Deprecated declaring taxonomies in
PostTypeclass. Use newTaxonomyconstructor instead.