Skip to content

v1.2.6 — Fix Merchant Logo picker

Choose a tag to compare

@techfleek-code techfleek-code released this 17 Jul 09:12
· 8 commits to main since this release

v1.2.6

Fixed

  • Merchant Logo picker not opening — clicking Select / Upload Logo did nothing. The picker's init script ran before the WordPress media library (wp.media) had loaded, so no handler was attached.
    • wp_enqueue_media() is now called directly when the settings screen renders, so the media library is always available.
    • The picker initialization now waits for wp.media to be ready before wiring up the buttons.

This is a fix for the Merchant Logo feature introduced in v1.2.5.