== 1.0.3 : 2026-03-17 ==
- Fix: Image Credit used in the screenshot
- Fix: Comment section link underline

== 1.0.2 : 2026-03-03 ==
- Fix: syntax errors on line 2834 in style.css and style-rtl.css.
- Fix: Refactored global $wp_customize usage in customizer-upsell.php and footer-recommended.php to ensure proper implementation within appropriate scope.
- Fix: Added proper sanitize_callback functions to all Customizer settings.
- Fix: Replaced __() with esc_html__() for proper escaping and translation.

== 1.0.1 : 2026-02-23 ==
- Fix: Prefixed Swiper library handles in functions.php to prevent conflicts with other plugins or themes.
- Imp: Enhanced accessibility in style.css by removing unnecessary outline: 0; declarations and ensuring :focus-visible styles are duplicated for standard :focus to maintain consistent and visible focus indicators.

== 1.0.0 : 2026-01-09 ==
-New: Initial Version