== Changelog ==

= 1.0.2 = Jume 2, 2026
* Improved footer markup and overall code quality.
* Enhanced WordPress coding standards compliance (PHPCS fixes and output escaping improvements).
* Replaced `date()` with `wp_date()` for better WordPress timezone compatibility.
* Strengthened output sanitization for footer copyright and attribution elements.
* Refactored footer attribution into a cleaner and more maintainable `printf()` structure.
* Improved URL escaping and secure handling of external links.
* Replaced HTML entity copyright symbol with a readable © character.

= 1.0.1 = May 31, 2026
* Updated Theme URI to comply with WordPress.org guidelines.
* Fixed invalid JSON causing wp_json_file_decode() error in typography file.
* Added WooCommerce compatibility headers in style.css (Requires at least 10.7.0, Tested up to 10.8.0).

= 1.0.0 = May 25, 2026
* Initial release