Skip to content

v1.7.0

Choose a tag to compare

@gorkalaucirica gorkalaucirica released this 11 Oct 09:01
· 2 commits to master since this release
ee95600

This release mainly moves changes configuration declaration from inheritance to composition:

Changelog:

  • Added new PostType constructor to declare new post type without the need to extend PostType class.
  • Added new Menus constructor to declare menus without the need to extend Menus class.
  • Added Taxonomy class to declare new terms.
  • Added Fields constructor allowing Connector usage to declare new fields.
  • Deprecated extending PostType class. Use new PostType constructor instead.
  • Deprecated extending Menus class. Use new Menus constructor instead.
  • Deprecated extending CustomPostTypeFields class. Use new Fields constructor instead.
  • Deprecated declaring taxonomies in PostType class. Use new Taxonomy constructor instead.