Added:
- Styles for WordPress 7.0 compatibility
- TrxAddons: new trx_addons_action_allow_upload_glb filter to allow/disallow .glb (3D model) uploads.
- TrxAddons: NavMenu Widget: basic RTL support (style level).
- TrxAddons: WooCommerce API: filters to disable selected TrxAddons components (custom attribute types, Product Filters widget, etc.) so third-party plugins can register their own conflict-free.
- TrxAddons: Elementor: custom-cart (Elementor Pro) selectors in the Cart Widget, and forced Swiper styles in WooProducts (newer Elementor loads them only when a Slider is present).
- Mobile menu: keyboard focus looping (Tab from last - first; Shift+Tab from first - last).
Changed:
- TrxAddons: hardened AJAX request handlers with extra checks on potentially unsafe areas.
- TrxAddons: AI Helper: refreshed default OpenAI models (added GPT-5.4/5.5, removed outdated).
- TrxAddons: Cart Widget: higher selector priority so cart settings override plugin/theme styles.
- TrxAddons: clear Elementor file cache after demo import and layout-kit creation.
- Sticky options tabs panel in theme/plugin settings.
Fixed:
- Minor JS fixes (mobile menu)
Added:
- QW Extension addon (to version 2.0.0)
- TrxAddons: added voice input support to the TrxAiAssistant helper chat in the admin panel.
- AI Helper: added a microphone button to all shortcode generators, allowing users to dictate prompts for content generation by voice.
- AI Helper: added SpeechToText functionality for converting voice to text and populating the associated text field.
- Slider Widget: added "slides_min_width" parameter to slider settings for adjusting the minimum width of slides - this determines the maximum number of simultaneously visible slides in responsive mode.
- Layouts Login Widget: added a parameter for configuring the list of items in the user menu.
Fixed:
- Fixed a potential Object Injection vulnerability during unserialize of data from scheme_storage and skin options during skin installation/activation.
- PHP 8.5 Compatibility.
- Minor CSS fixes (The Events Calendar).
- Minor fixes for Icons templates.
- TrxAddons: fix in the parallax animation script - a scaled object was jittering on the resize event.
- TrxAddons: fix in api/woocommerce to support non-Latin characters in WooCommerce product category and attribute names.
- TrxAddons: Elementor Widgets: optimized database queries in "Posts" and "Woo Products" widgets, and fix for autocomplete terms - taxonomy was not taken into account when searching for terms.
- Fix in xxx_add_to_url() functions to support arrays in URL parameters.
- The image sizes for the “Category List” widget (Style 1)
Removed:
- Commented code and style fragments removed.