v1.2.6 — Fix Merchant Logo picker
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.mediato be ready before wiring up the buttons.
This is a fix for the Merchant Logo feature introduced in v1.2.5.