Releases: LIN3S/WPFoundation
Releases · LIN3S/WPFoundation
v1.7.1
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.
v1.6.4
Updated changelog
v1.6.3
Fixed typo
v1.6.2
Reverted Wyswyg BC break
Fix for Sitepress Multilingual 3.5.0
Modified trans function to work with Sitepress Multilingual 3.5.0
v1.6.0: Merge pull request #11 from LIN3S/improved/decoupled-acf
Decoupled ACF logic from Theme
v1.5.0
Improved documentation
v1.4.1
Fixed issues due to wrong check for FieldComponentInterface::definiti…
v1.4.0: Merge pull request #5 from LIN3S/feature/field-component-definition
Feature/field component definition