توضیحات
Replace WooCommerce branding with your own logo and name
تغییرات این نسخه
1.1.0 – (28 July 2025)
Removed wp_enqueue_media() and custom JavaScript for cleaner settings page
Added visibility declarations to all class methods
Escaped all translatable and dynamic output using esc_html__(), esc_attr(), and esc_url()
Used strict comparison (true) in in_array() checks
Sanitized and unslashed $_GET['page'] in settings asset loader
Added full docblocks to all public methods for better developer clarity
Cleaned up code formatting and ensured PHPCS compliance
1.0.1
Minor internal code improvements and documentation updates
1.0.0
Initial release
Removed wp_enqueue_media() and custom JavaScript for cleaner settings page
Added visibility declarations to all class methods
Escaped all translatable and dynamic output using esc_html__(), esc_attr(), and esc_url()
Used strict comparison (true) in in_array() checks
Sanitized and unslashed $_GET['page'] in settings asset loader
Added full docblocks to all public methods for better developer clarity
Cleaned up code formatting and ensured PHPCS compliance
1.0.1
Minor internal code improvements and documentation updates
1.0.0
Initial release