v2.3.0
Fix
- Close button rendered as a grey square instead of an X on some browsers/themes (notably Kadence + Chrome on Windows). The close, prev, and next buttons now reset native button appearance (
appearance: none,-webkit-appearance: none, transparent background) and are scoped under#llb-modalfor higher specificity, so theme button rules can no longer paint over the SVG icons.
Changed (breaking)
- All frontend tokens renamed from
mzv-lb-*/mzvLbConfigtollb-*/llbConfig: CSS classes, the#llb-modalID, everydata-llb-*attribute, the--llb-durationcustom property, and thehtml.llb-openbody-scroll-lock class. If you have custom CSS or JS that targeted the old prefix, update it.
Unchanged (no migration needed)
- DB option keys, post meta, transient keys, AJAX action names, nonces, PHP constants, and class names stay as
mzv_*/MZV_*so existing installs keep their settings on upgrade.
Install
Download little-lightbox-2.3.0.zip and upload via WordPress admin → Plugins → Add New → Upload Plugin. Replace the existing copy when prompted.