Added:
- Confirmed compatibility with WordPress 6.8
- theme_filter_page_title_selector filters in JS and PHP to allow replacement of the page title selector in Elementor skins and clones
- theme_filter_woocommerce_theme_support filter to customize WooCommerce arguments in Elementor skins and clones
- Added support for the Give plugin in skins where it is recommended (Skin: Charity)
- AI Helper: Added support for the new Stability AI API version (v2beta). two models from the old API version (v1) are still supported
- AI Helper: Added a suffix with an instance number to form field IDs to prevent duplication and validation issues when multiple copies of the same shortcode are present on a page (no suffix is added to the first instance)
- AI Helper: Replaced the <label> tag with <div> in the chat title to avoid validation errors caused by nested heading tags
- AI Helper: Added a "Parse annotations" option to toggle the replacement of inline references (e.g., [1], [2]) in assistant responses with a corresponding list of sources below the reply. Enabled by default
Fixed:
- Moved loading of translation domains and theme plugins to priority -1 on the after_setup_theme action
- Minor bug fixes and optimization