3.0.7
15. April 2025
[Pro Forms] File Required State not respected in some situations
fix
[Pro Forms] {{all_fields}} is returning only one file url for multiple images
fix
[Pro Forms] Email Content is not parsing fields correctly in some situations
fix
[Pro Forms] Update Post Action does not update Post Thumbnail
fix
[Pro Forms] "Direct upload to server" not working as expected in "Update Post" action
fix
[Form Submissions] Multiple attachment urls are showing in one row without separator
fix
[Email Designer] Checkbox and Radio Values that are not checked are being parsed as "0"
fix
[Email Designer] PHP Error when adding custom order status
fix
[Email Designer] Line Breaks are not considered in textareas
fix
3.0.6
10. April 2025
[API Query Builder] Added control "Send Token As"
By default, the Bearer Token is sent as a header. However, some API providers expect it as a query or body parameter. Now you are free to decide. By default, it is sent as a header.
new
[API Query Builder] Added new PHP Filters
bricksforge/api_query_builder/request_headers, bricksforge/api_query_builder/request_url, bricksforge/api_query_builder/retrieve_token_request_headers, bricksforge/api_query_builder/retrieve_token_request_body, bricksforge/api_query_builder/refresh_token_request_headers, bricksforge/api_query_builder/refresh_token_request_body
new
[Pro Forms] Added "Source" to "Update User Meta" action
Added the options ACF, Metabox, JetEngine and ACPT as Source to the "Update User Meta" action.
new
[Pro Forms] Query Loop Support for "Option Group" element
new
[Pro Forms] Dynamic Max Length Count for Textarea
Display a dynamic max length count text for your textareas.
new
[Pro Forms] Added @label for Live Variables
For example, with {{first_name @label}} you would get "First Name" (the label you have set for the related field)
new
[API Query Builder] Removed "Content-Type" as default header
As some API providers only expect very specific headers, we would like to leave it up to you to decide which headers to add. For this reason, the Content-Type has also been removed as the default header.
improvement
[Pro Forms] Added "Label" control for Hidden Field
improvement
[Form Submissions] CSV Export more stable when exporting a large number of entries
improvement
[API Query Builder] Dynamic Data Tags not generated for nested arrays when some items contain empty arrays
fix
[API Query Builder] General Request Headers are not being sent with Auth Request to get a dynamic token
fix
[API Query Builder] After duplicating an endpoint, the new item syncs conditions with the previous one, until reloading the page
fix
[Pro Forms] File Size & File Type Client Validation not working in some situations
fix
[Pro Forms] Builder: Select Field is not showing "Copy ID"-icon
fix
[Pro Forms] "Disable Loading Icon" setting also hides default submit button icon
fix
[Pro Forms] "Direct Upload To Server" – fixed temp directory
For files that do not need to be saved on the server, such as emails, the “Direct Upload to Server” function uploaded the file to the “uploads” folder instead of the temporary one. This has been fixed.
fix
[Pro Forms] File Field does not reset on submit
fix
[Pro Forms] Email Content accepts only one file per file field
fix
[Pro Forms] Deactivated wpautop for Emails if detecting custom HTML code
fix
[Pro Forms] Removed strict "px" unit for checkbox width and height styles
fix
[Pro Forms] ACPT Repeater not updating with "Update Post Meta" (added box_name)
fix
[Form Submissions] Searching not working for large lists
fix
3.0.5
6. March 2025
[General] Fixed PHP Error
Fixed a PHP error that occurs when no extension is activated.