Hook Content
The Themify Builder's Post module now has a new hook content function. Hooks allow users to insert their own custom code into WordPress. In the past, if a user wanted to add custom code via a Hook, they would have had to create a custom php file for the theme. Now you can insert content to the post module without having to create any custom files.
For example, you can display custom text under the post title on the Post module. It is a handy tool to hook content to the posts without having to edit the actual posts. Each Post module can have its own custom hook content.

Query Filter
The query filter option now allows you to further refine the post query. You can filter the posts by date, authors, and custom fields.

The date query is particularly useful if you want to display the posts in timeline format. For instance, you can display the posts by months or years such as: 2021, 2020, 2019, etc.
The author query is great for designing a custom author page. It allows you to display posts from the selected author(s).
The custom field query lets you query posts by custom fields that match certain values and logics. A sample usage of this feature is to query posts that have a 'color' custom field that matches the 'red' value.