Skip to content

v2.3.0

Choose a tag to compare

@mikezielonka mikezielonka released this 29 Apr 05:09
· 20 commits to main since this release
b41af37

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-modal for higher specificity, so theme button rules can no longer paint over the SVG icons.

Changed (breaking)

  • All frontend tokens renamed from mzv-lb-* / mzvLbConfig to llb-* / llbConfig: CSS classes, the #llb-modal ID, every data-llb-* attribute, the --llb-duration custom property, and the html.llb-open body-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.