Fixed an issue when saving checkboxes with same name on legacy relationships.
Fixed an issue with relationships that were not included in the exported file.
Fixed an issue with relationships page that was not working properly on Internet Explorer 11.
Fixed an issue with server port that was displayed in images URL when using SSL.
Fixed html value of output attribute in Types shortcode.
Fixed proportional attribute in Types shortcode.
Fixed raw attribute in types_render_field function that was not working with boolean true.
Fixed frontend rendering of checkboxes, radio and select fields with special characters.
Fixed backend rendering of checkboxes fields with special characters on their options.
Fixed an issue with numeric title of field groups that were not displayed on the post edit screen.
Fixed a fatal error in Module Manager, when a included relationship was previously deleted.
Fixed wpt_field_options filter that was not working properly since Types 3.0.
Fixed a compatibility issue between repeatable field group and Gutenberg.
Improved the process when moving a repeatable field group that already has some items in posts.
Improved the process when deleting deleting a repeatable field group, which is now blocked when there are unsaved changes.
Improved edit link on field group listing page and can be now opened in a new tab.
- Fix: Fatal error in Module Manager when there are relationships with native post types.
- Fix: Include posts in the Pending Review status in results of -toolset_get_related_posts() and toolset_get_related_post() by default, and allow for specifying own set of statuses to filter by.
- Fix: An obscure bug where custom field groups weren’t showing in a listing in case a “filter” taxonomy exists on the site.
- Fix: Issues with failed automatic enabling of m2m related to allowed maximum table index size.
- Fix: Saving custom relationship cardinality limits from the Edit Relationship screen.
- Fix: Broken rendering of the types shortcode for term and user fields even if the current post cannot be resolved.
- Completely rewritten post relationships:
- Introducing many-to-many post relationships.
- Using new custom tables for relationship information to improve performance.
- A procedure to migrate relationship information to the new tables safely and on-demand.
- New Relationships page: Completely rewritten GUI for setting up relationships.
- Completely rewritten GUI for showing and editing connected posts.
- Better interoperability with WPML.
- New API functions to safely manage relationships in PHP code.
- Introducing Repeatable Field Groups.
- Introducing a new custom field type: Post Reference.
- Usability improvements regarding Custom Field Group listing pages.
- Lots of minor bugfixes and usability improvements.
- Raised the PHP version requirement to 5.3.