Decryption key:
BoroBazar - Daily Needs WooCommerce WordPress theme v2.0.6 - Untouched
- Improvements
- Made the “Expired!” text in the countdown timer fully translatable.
- Added localization support in Scripts.php.
- Updated gs-main.js to use the translated string from the gs_i18n object.
- Added a fallback to “Expired!” when localization data is unavailable.
- Improved extensibility by replacing self:: and direct trait references with static:: in BlockPostData and QueryTrait.
- Ensures proper late static binding.
- Allows overridden methods in child classes to be called correctly.
- Fixes & Code Refactors
- Replaced the static call ImageResizer::gsResize() with self::gsResize() inside the ImageResizer trait for correct trait usage.
- Updated WooCommerce templates to ensure better compatibility with recent WooCommerce versions.