Skip to content

Releases: LIN3S/WPFoundation

v1.7.1

29 Oct 15:06
4f5674b
Compare
Choose a tag to compare

Changelog:

  • Fixed issue with FieldComponent declarations not receiving a valid name parameter
  • Added name() method to FieldConnector interface.

v1.7.0

11 Oct 09:01
ee95600
Compare
Choose a tag to compare

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.

v1.6.4

27 Dec 11:31
Compare
Choose a tag to compare
Updated changelog

v1.6.3

19 Sep 08:56
Compare
Choose a tag to compare
Fixed typo

v1.6.2

19 Sep 08:43
Compare
Choose a tag to compare
Reverted Wyswyg BC break

Fix for Sitepress Multilingual 3.5.0

18 Aug 07:46
Compare
Choose a tag to compare

Modified trans function to work with Sitepress Multilingual 3.5.0

v1.6.0: Merge pull request #11 from LIN3S/improved/decoupled-acf

07 Jun 08:01
Compare
Choose a tag to compare

v1.5.0

10 May 06:24
Compare
Choose a tag to compare
Improved documentation

v1.4.1: Fixed issues due to wrong check for FieldComponentInterface::definiti…

09 Mar 16:20
Compare
Choose a tag to compare

v1.4.0: Merge pull request #5 from LIN3S/feature/field-component-definition

09 Mar 11:56
Compare
Choose a tag to compare