--- Version 2.3.4 - 2023-08-28
--- -------------------------------------------
[FIX] - Landing Page Domains - Fix a big where the http scheme was not loaded properly
[MSC] - Overall fixes
[UPD] - Updated composer packages
--- -------------------------------------------
--- Version 2.3.3 - 2023-08-27
--- -------------------------------------------
[RMV] - Removed filter hook ext_content_builder_register_scripts_allowed_scripts
[ADD] - Added filter hook ext_content_builder_register_scripts_allowed_scripts_tags
[RMV] - Removed filter hook ext_content_builder_register_styles_allowed_styles
[ADD] - Added filter hook ext_content_builder_register_styles_allowed_styles_tags
[ADD] - Assets registering will accept a new property, beside src and priority: tags, which is an array of tags
[ADD] - Added following new action hooks: frontend_list_page_display_content_{before,after}_content_wrapper
[ADD] - Added following new action hooks: frontend_list_page_display_content_{before,after}_content
[ADD] - For subscribe form and unsubscribe form, custom assets are embed in the form itself
[CHG] - In send-campaigns command, prepare the email after we're done with the delivery server checks, all of them
[CHG] - We are not using clone to copy models, instead, we create them from their attributes
[ADD] - Added the possibility to restrict the number of the tracking domains a customer can create
[ADD] - Added domain alias feature for Landing Pages
[ADD] - The search-by-custom-fields API endpoint now accepts a status query string to search only by status
[INF] - For landing pages, custom javascript will be executed only: for full guests (not backend/customer login) / when using custom domains / when visiting the page as the page owner
[MSC] - Overall fixes
[UPD] - Updated composer packages