/home/cp072267/public_html/dkrgroupholdings.com/wp-content/themes/astra
Edit: /home/cp072267/public_html/dkrgroupholdings.com/wp-content/themes/astra/changelog.txt (180517B)
*** Astra Changelog ***
2026-08-19 - version 4.13.10
* Improvement: Compatibility with WordPress 7.1.
* Fix: WooCommerce - Coupon code field, Apply coupon and Update cart buttons rendering at mismatched heights on the classic Cart page.
* Fix: Customizer - Color palette swatches in the color picker showed a wrongly sized focus outline when clicked or tabbed to.
2026-08-11 - version 4.13.9
* Improvement: Different mobile logo now loads a right-sized image variant instead of the full-size original, improving mobile page speed and LCP.
* Fix: WPML - Customizer strings like header/footer HTML and button text getting permanently saved in the wrong language when theme updates or setting saves re-wrote options through WPML translation filters.
* Fix: Search form rendering an invalid `autocomplete` attribute when Live Search is enabled, caused by escaping the whole attribute string instead of only its value.
* Fix: Shop page meta settings (sidebar, container layout, title, header, footer) no longer override the WooCommerce product search results page layout.
* Fix: Mobile menu styles briefly applied to the desktop header after resizing or rotating a tablet across the header breakpoint on slow-loading pages.
* Fix: Read More button missing on search results posts listed after a Beaver Builder page containing a Posts module.
* Fix: Header Builder - Account element rendered an empty menu instead of the assigned Account Menu when the WooCommerce account menu was enabled and WooCommerce was later deactivated.
* Fix: Admin notices could occasionally reappear after being dismissed.
2026-07-28 - version 4.13.8
* Fix: Theme palette colors selected in the Elementor editor reverting to the Customizer default, a regression introduced in 4.13.7.
2026-06-28 - version 4.13.7
* Improvement: WooCommerce - Added proper spacing between product quantity and subscription price in the checkout order review table when WooCommerce Subscriptions is active, so they no longer appear flush together.
* Improvement: Social icon Phone, Email, and WhatsApp links no longer get double-prefixed when the entered value already includes tel:, mailto:, or a full WhatsApp link.
* Fix: Shortcodes in the Header/Footer Builder HTML element, including inside href attributes, no longer stripped during sanitization.
* Fix: Load Google Fonts Locally failing with a CORS block on single installs serving multiple domains from one filesystem (e.g. WPML "different domains per language"); local font URLs are now root-relative so each domain resolves fonts against its own origin.
* Fix: Duplicate `id="email"` from the Social Icons Email icon breaking guest checkout with the WooCommerce Checkout block and Stripe.
* Fix: Desktop toggle dropdown closing when clicking a parent menu item with children in "Dropdown Target: Link" mode.
* Fix: Handled an edge case on the Elementor globals REST endpoint where a WP_Error returned by the route callback could cause a PHP error.
2026-07-06 - version 4.13.6
* Fix: Reverted a 4.13.5 change that stripped form elements, style tags, and data attributes from shortcode output in the Header/Footer Builder HTML element.
* Fix: Body font size rendering as 0px/0% on PHP 8.0+ when the stored desktop value is integer 0, caused by a loose comparison that only masked this on PHP 7.x.
2026-06-30 - version 4.13.5
* Improvement: Navigation's submenu dropdown arrow touch target size improved for better WCAG 2.5.5 accessibility compliance.
* Fix: Shortcodes inside href attributes in Header/Footer Builder HTML elements being stripped — caused by wp_kses running before do_shortcode, regression since v4.11.11.
* Fix: Support widget and AI Assistant hidden from the Astra dashboard when white label is active, preventing Astra branding from being visible to white-label users.
* Fix: Editor stylesheets triggering "added to iframe incorrectly" console warnings in WP 7.0.
* Fix: Block editor throwing SecurityError on sites where iframe canvas is cross-origin, by wrapping all iframe document accesses in a safe helper with try-catch.
* Fix: Page scroll position jumps to top when closing cart flyout drawer, caused by focus returning to the cart icon without preventing scroll.
* Fix: WooCommerce error log flood caused by passing related products limit as a string instead of an integer to wc_get_related_products().
* Fix: MCP astra-update-global-palette tool schema corrections to ensure colors and applied_preset are typed correctly.
* Fix: Incorrect plugin icons for Cart Abandonment Recovery in the "Extend Your Website" dashboard section.
* Fix: Color picker in the Customizer closing unexpectedly when dragging the panel scrollbar.
* Fix: Incorrect social icon labels for Vimeo, Twitter, YouTube, WhatsApp, Snapchat, and other brand icons in the SVG icon picker.
2026-06-02 - version 4.13.4
* New: Added a "Show AI Assistant" toggle in Dashboard Settings to allow users to show or hide the AI Assistant icon from the Astra Dashboard.
* Fix: Resolved dual header display and header button visibility issues at the mobile/desktop breakpoint.
* Fix: Accessibility outline toggle not working correctly after importing Astra settings, causing focus outline to persist when disabled or not appear when enabled.
* Fix: Elementor button hover color overridden by :visited rule due to CSS output order in Astra's inline styles.
* Fix: Astra's admin scripts no longer override the native window.open globally, preventing conflicts with third-party plugins like WooCommerce.
* Fix: Prevented PHP fatal in webfont and docs filesystem helpers when running on FTP-based hosts without WordPress credentials.
* Fix: Customizer controls crashing with TypeError when SVG icons had not finished loading.
2026-05-20 - version 4.13.3
* New: Added PowerfulDocs AI support widget to the Astra admin dashboard — accessible via the floating Astra icon.
* Improvement: Compatibility with WordPress 7.0.
* Improvement: Header Builder menu now respects astra_schema_enabled and astra_site_navigation_schema_enabled filters to control schema markup output.
* Fix: WPML [wpml-string] shortcode translations falling back to the default language on the frontend after the 4.13.1 update.
* Fix: WooCommerce star rating clipped to 4 out of 5 stars with the Legacy WooCommerce sidebar widget.
2026-05-12 - version 4.13.2
* New: Introduced `rem` unit support for line-height and letter-spacing in the Typography customizer controls for better accessibility — `rem` values scale with the user's browser font size preference, unlike fixed `px` values.
* New: Added WP-CLI commands for managing the Abilities API — list, enable, disable, and inspect individual abilities directly from the command line.
* Improvement: Off-Canvas close icon no longer shrinks when a scrollbar appears, or popup padding is applied.
* Fix: Sticky header menu toggle desync — main header burger icon showing close (X) state after sticky header releases.
* Fix: Multi-selector control clipping long post type labels and rendering HTML entities as literal text.
* Fix: Customizer white screen on WordPress 6.8+ caused by an unused wp-block-editor script dependency on the customizer controls bundle.
* Fix: Padding bleed on list and quote blocks in the Separate Container layout in the Block Editor.
* Fix: Duplicate H1 tags when using the `astra_show_site_title_h1_tag` filter with Header Builder active.
2026-04-27 - version 4.13.1
* Fix: Mini-cart not refreshing after add-to-cart on WooCommerce "Hand-picked Products" and "Products by Category" blocks.
* Fix: Customizer strings reverting to admin language on the frontend when using different languages for Admin and Frontend with WPML.
* Fix: Elementor compatibility CSS overriding Astra customizer toggle button color and background settings on Elementor pages.
* Fix: Nested submenu hover styles bleeding up to parent menu items.
* Fix: Header and content flicker (FOUC) on mobile with inline Logo + Site Title + Tagline header layout.
2026-04-16 - version 4.13.0
* New: Introduced MCP (Model Context Protocol) settings and Abilities API for AI-powered theme management. (https://wpastra.com/docs/astra-mcp/)
* Improvement: Customizer performance overhaul — faster load times, smoother live preview, and fewer HTTP requests for a lighter, more responsive editing experience.
* Improvement: Disabled Astra command palette search icon in admin bar for WordPress 7.0+ as it ships a built-in command palette.
2026-04-08 - version 4.12.7
* Fix: Astra global button styles not applying to Spectra v2 Infobox buttons in the Gutenberg editor.
* Fix: Product Catalog Add to Cart action affecting Single Product Add to Cart behavior.
* Fix: PHP fatal error in breadcrumb trail on PHP 8.0+ when taxonomy data is invalid or modified by third-party plugins.
* Fix: Missing `var()` wrapper on CSS custom property fallbacks in dynamic CSS causing invalid fallback values for dark mode, search fields, header/footer builder, and editor styles.
2026-03-24 - version 4.12.6
* Improvement: Performance - Removed legacy browser polyfills, optimized asset loading, and reduced frontend payload for improved Core Web Vitals.
* Improvement: Improved submenu toggle keyboard accessibility for better WCAG compliance.
* Fix: Header height CSS rule conflicting with sticky header shrink effect when used with "Hide When Scrolling Down" option.
* Fix: EDD Add to Cart button appearing twice on archive pages.
2026-03-16 - version 4.12.5
* Fix: LifterLMS course review submission not working due to nonce mismatch.
* Security: Strengthen theme security and harden against potential vulnerabilities.
2026-03-10 - version 4.12.4
* New: Added a "Show Learn Tab" toggle in Dashboard Settings to allow users to show or hide the Learn tab from the Astra Dashboard navigation.
* Improvement: Refined the WooCommerce section UI in the Astra Dashboard with improved layout, hero feature dividers, and better navigation visibility.
* Improvement: Enhanced submenu accessibility by automatically closing the previous submenu when a new menu item receives focus, ensuring better keyboard navigation.
* Improvement: Added the filter to allow disabling Astra meta settings on the Elementor editor.
* Improvement: Ensured all SureCart dark mode styles correctly use the .astra-dark-mode-enable prefix when file generation is enabled.
* Fix: Scoped WooCommerce quantity CSS to prevent conflicts with third-party number fields (e.g., Ninja Forms).
* Fix: Resolved invalid meta key registration for excluded post types during REST API requests.
* Fix: Resolved unwanted spacing in Off-Canvas Menu appearing in certain edge cases.
* Security: Fixed Stored Cross-Site Scripting via post background meta fields. (Props - Wordfence)
2026-02-06 - version 4.12.3
* Fix: Resolved WP admin bar search icons styling issues.
2026-02-05 - version 4.12.2
* Improvement: Enhanced menu dropdown accessibility by aligning aria-expanded usage with supported ARIA roles, resolving Lighthouse audit warnings.
* Fix: Resolved an issue where the search element was not clickable in the off-canvas view on mobile and tablet devices.
2026-01-21 - version 4.12.1
* Improvement: Added the astra_mobile_nav_submenu_items_arrow_icon filter to customize the mobile submenu arrow icon.
* Improvement: Replaced the static color for form label and legend elements with a global variable-based color for better consistency and customization.
* Improvement: Removed extra padding applied to the WooCommerce Product Collection block.
* Fix: Resolved the hover layout issue on the “Enroll in this Course” button.
* Fix: Resolved a menu padding glitch when using the Cambria font via Custom Adobe Fonts.
* Fix: Resolved an issue with the Customizer Reset button display in RTL mode.
2026-01-06 - version 4.12.0
* New: Integrated Astra Customizer panels with the WordPress Command Palette, enabling instant access via the Cmd + K / Ctrl + K keyboard shortcut.
* New: Introduced a Learn tab with step-by-step guides to help users master website customization and configuration.
* Improvement: Enhanced the Blog Cover Layout’s Background Overlay option with gradient support for greater design flexibility and improved control rendering.
* Improvement: Resolved an issue with the WooCommerce product filter in the flyout sidebar.
* Improvement: Improved center alignment on the WooCommerce Coming Soon page.
* Improvement: Improved breadcrumb translation logic to correctly handle CPT archive base slugs across different languages.
* Fix: Resolved an issue where the Astra Meta Settings icon was not working in the Elementor editor.
* Fix: Fixed the 'flexibility is not defined' JavaScript error when using optimization plugins such as WP Rocket.
* Fix: Typography settings now correctly display REM units when REM is selected, instead of showing PX.
* Fix: Fixed an issue where the button focus outline border was not visible.
2025-12-16 - version 4.11.18
* Improvement: Added support for the BuddyPress plugin.
* Improvement: Resolved duplicate ID issue in the search form markup when the sticky header is active.
* Improvement: Updated the CSS selector from .woocommerce-js to .woocommerce to prevent unintended styling on non-WooCommerce pages.
* Improvement: Fixed embed aspect ratio issues in the Classic Editor.
* Improvement: Enhanced dark color compatibility in the Style Guide.
* Fix: Resolved an issue where the close icon was not displaying correctly when using change_cart_close_icon, which caused broken HTML.
* Fix: Resolved an issue where products without ratings were incorrectly displaying empty star ratings.
2025-12-08 - version 4.11.17
* New: Added a new “Disable Related Posts” option in the single post meta settings to hide related posts for specific posts.
* Improvement: Full Width Container now applies correctly on WooCommerce Product Category and Tag pages.
* Improvement: Added translations for ARIA labels to improve accessibility and removed redundant screen reader text.
* Improvement: Added Email Customizer Pro compatibility check and extensible filter to prevent customizer conflicts.
* Improvement: Enhanced Header/Footer Builder widgets popover positioning to ensure they remain fully visible within the viewport.
* Improvement: Resolved alignment issue with product single in SureCart.
* Fix: Resolved an issue where quantity plus/minus buttons glitched for products with stock quantity of 1 or less.
2025-12-02 - version 4.11.16
* Improvement: Compatibility with WordPress 6.9.
2025-11-11 - version 4.11.15
* Fix: Astra theme was throwing a ReactDOM console warning in the Customizer.
2025-11-04 - version 4.11.14
* Improvement: Enhanced accessibility for the “Skip to Content” link.
* Fix: Resolved an issue where the forum title was not displayed on the frontend when using the BuddyBoss plugin with the Forum module enabled.
* Fix: Resolved an issue in WooCommerce integration to ensure quantity buttons are disabled for “sold individually” products on single product pages.
* Fix: Resolved an issue where Google Fonts in the Customizer showed limited font weights in Astra.
* Fix: Resolved a minor issue where the Columns block might not display at full width in some cases.
* Fix: Resolved a broken color picker UI issue in the Blog Archive metabox.
2025-10-07 - version 4.11.13
* Improvement: Added lazy-loading for Google Fonts in Customizer to improve performance and reduce extra PHP memory consume by loading fonts via AJAX only when needed.
* Improvement: Added LifterLMS compatibility on course catalog page.
* Improvement: Improved post filter color settings spacing.
* Fix: Fixed incorrect aspect ratios for Vimeo and YouTube embeds.
* Fix: Fixed JavaScript error 'wc_add_to_cart_params is not defined' when using EDD cart widget in header builder.
* Fix: Resolved an issue where the Off-Canvas Menu did not work correctly with the Sticky Header.
2025-09-16 - version 4.11.12
* New: Streamlined onboarding flow for quicker setup and an easier path to building websites with Astra and Starter Templates.
* Improvement: Added LifterLMS compatibility on the course catalog page.
* Improvement: Optimized mobile menu initialization to use DOMContentLoaded instead of window.load for faster responsiveness on content-heavy pages.
* Improvement: Added consistency for empty cart button styling in WooCommerce mini cart.
* Fix: Resolved issue where the logo disappeared when the primary menu was empty by ensuring the custom logo remains visible regardless of menu state.
* Fix: Corrected the aria-expanded attribute not updating for mobile menu toggle buttons in flyout and fullscreen header types.
* Fix: Resolved issue with padding not applying on single and archive pages.
* Fix: Corrected misaligned color picker in Related Posts → Design → Content Colors options.
2025-09-09 - version 4.11.11
* Improvement: Enhanced the loading performance of the Quantity Plus and Minus buttons by using placeholders.
* Improvement: Updated archive, special, and single pages to automatically swap left/right positioning for full RTL compatibility.
* Improvement: Refined the Site Identity section UI in the Style Guide for better clarity and usability.
* Improvement: Added a new astra_elementor_use_default_settings filter to allow skipping Elementor-specific modifications for empty posts.
* Improvement: Dark palettes (e.g., palette 4) are now correctly detected and styled as dark mode even if colors are customized.
* Improvement: Resolved custom SVG attribute conflicts to improve SVG UI rendering.
* Improvement: Added the astra_html_widget_allowed_html filter to allow custom HTML elements in header/footer HTML widgets.
* Fix: Resolved an issue where the copyright element’s bottom margin was not applied across all devices.
* Fix: Fixed an issue where HTML select/option elements were displayed as plain text in header/footer HTML widgets.
* Fix: Corrected responsive font sizing for text in the Archive Title section.
* Fix: Corrected a dynamic CSS issue in the Search Page Title section.
* Fix: Fixed Elementor CSS cache issue where page title display settings were not updated after saving posts.
2025-08-20 - version 4.11.10
* Improvement: Fixed duplicate menu IDs in navigation components to improve WCAG 2.0 accessibility compliance.
* Improvement: Enhanced accessibility to prevent screen readers from announcing fly-out navigation content when it is hidden.
* Fix: Resolved the Astra dashboard compatibility issue with the Gutenberg plugin, where sprintf was not defined.
* Fix: Resolved minor UI styling issues in Customizer controls.
* Fix: Corrected an issue where the post title appeared in the Elementor editor even when disabled, ensuring proper sync with Elementor’s Hide Title option.
* Fix: Corrected content scrolling issue in Beaver Builder editor when the header off-canvas flyout menu is enabled.
2025-08-11 - version 4.11.9
* Improvement: Compatibility with Spectra V3.
* Improvement: Improved accessibility of Header Builder elements, particularly the toggle menu.
* Improvement: Improved compatibility with the GenerateBlocks plugin to ensure proper styling from block settings.
* Fix: Resolved syncing issue between Astra meta settings in the WP and the Elementor editor for newly created pages.
2025-07-30 - version 4.11.8
* New: Added an option to use custom SVG code in the Social Icons widget.
* Improvement: Enhanced off-canvas menu keyboard navigation with proper focus management and ESC key support (WCAG 2.1 compliance).
* Fix: Resolved an alignment issue with the WooCommerce mini cart item count.
* Fix: Resolved an issue where the remove icon for taxonomy options displayed raw SVG HTML in the Customizer control.
* Fix: Resolved an issue where the "Dropdown Target Link" option closed the menu panel instead of opening the corresponding submenu.
* Fix: Unwanted Cart markup visible inside the customizer before the footer area.
2025-07-17 - version 4.11.7
* Updated the NPS Survey library to incorporate the latest enhancements.
2025-07-16 - version 4.11.6
* Improvement: Updated live search results background to use a dynamic color variable for better dark mode support.
* Improvement: Improved accessibility by assigning explicit roles to the header and footer widget areas to ensure proper landmark structure.
* Improvement: Added a filter to exclude specific post types (such as SureForms) from Astra meta key registration to avoid errors.
* Improvement: Prevented WooCommerce-related CSS selectors from dynamic CSS when WooCommerce is not installed or activated, reducing unnecessary output and improving code cleanliness.
* Improvement: Added consistent button styling across the editor and frontend on a fresh setup.
* Fix: Resolved a quantity update button conflict with Beaver Themer.
* Fix: Resolved an issue where WPForms styling incorrectly applied dark mode CSS when the File Generation option was enabled.
* Fix: Resolved a layout conflict between the WooPack Off-Canvas Cart module and the Beaver Themer header in Astra.
2025-07-01 - version 4.11.5
* This version includes an updated package to ensure compatibility with Astra UTM links on wp.org.
2025-07-01 - version 4.11.4
* Improvement: Improved anchor link behavior across pages to prevent content from being hidden behind the sticky header.
* Improvement: Made Cart flyout navigation and WooCommerce product gallery image slider keyboard accessible with proper focus indicators.
* Improvement: Ensured feature image, category, tag, and post filter buttons are focusable with visible input highlight for better navigation.
* Fix: Resolved warning in breadcrumb trail by adding proper checks for post type rewrite rules and slug access.
* Fix: Corrected tooltip icon positioning in WooCommerce Customizer settings.
* Fix: Footer row layout change button is not updating properly.
2025-06-17 - version 4.11.3
* New: Enabled access to Astra Meta Settings inside the Elementor Editor under the Page Settings panel.
* Fix: Social Sharing icons aligned uniformly with transparent backgrounds.
* Fix: Off-Canvas menu dropdown not closing when using Sticky Header animation or on scroll-down behavior.
* Fix: Resolved an issue with saving the Footer Builder layout in Customizer draft mode.
* Fix: Resolved an issue where the new multiselect control was not saving the subsection value properly.
* Fix: Resolved an issue where extra bottom margin CSS was being applied to Stack and Group blocks inside the editor.
2025-06-05 - version 4.11.2
* New: We've completely redesigned the Astra Dashboard with our new Force UI components, delivering a modern interface & enhanced user experience.
* Improvement: Improvised Accessibility of the Off-canvas menu section by ensuring consistent toggle behavior during keyboard navigation and interaction.
* Fix: Submenu item divider color and size options not applying correctly on responsive devices when the primary menu is placed inside the Off-Canvas section.
* Fix: Resolved RTL alignment issue in Footer Builder where inner text did not respect right-to-left direction.
* Fix: Prevented Spectra Tabs from triggering the off-canvas close event when switching tabs inside the Mega Menu.
2025-05-20 - version 4.11.1
* Improvement: Ensured consistent cart icon display across the preview and Customizer selector control.
* Improvement: Enhanced text visibility during webfont loading for a better reading experience.
* Improvement: Optimized Customizer performance by deferring non-critical data loading via AJAX, resulting in reduced memory usage.
* Fix: Resolved Customizer loading conflict with Astra Pro and Gravity Forms by optimizing performance.
* Fix: Inconsistent font size rendering for semantic inline text-level elements to ensure visual consistency with surrounding text.
* Fix: Resolved an issue where switching between Customizer tabs failed in edge cases.
2025-05-07 - version 4.11.0
* New: Introducing a new polished UI for the Astra Customizer, offering an improved user experience and refreshed design. (https://wpastra.com/docs/astra-customizer-refined-ui/)
* Improvement: Enhanced accessibility in post grid and search input markup.
* Improvement: Added a filter to control the loading of Dark Mode compatibility CSS.
* Fix: Resolved an issue where the submenu border radius was not applying correctly for inner menu links on hover.
* Fix: Resolved a UI issue with the shipping country dropdown when WooCommerce notices were displayed.
2025-04-24 - version 4.10.1
* Fix: Resolved a dark mode styling behavior where