Skip to content

v1.0.3

Choose a tag to compare

@bigberryj bigberryj released this 26 Aug 20:34
· 7 commits to main since this release

Brizy Product Image Carousel v1.0.3

Hotfix for hover auto-rotation and image quality.

Changes:

  • Starts auto-rotation from the decorated product card hover instead of only the inner image hover.
  • Uses each designated carousel image's full-size URL when available to avoid blurry swapped images.
  • Preserves and restores original responsive image attributes on hover-off: src, srcset, sizes, loading, alt, and parent <picture><source> attributes.
  • Marks arrow-clicked cards as active and restarts the rotation timer.

Verification:

  • php qa/lint.php passed.
  • php tests/run-tests.php passed: 18 assertions.
  • node --check assets/js/frontend.js passed.
  • node --check assets/js/admin.js passed.
  • Version lockstep checked: plugin header, BPIC_VERSION, stub BPIC_VERSION, and readme.txt stable tag are all 1.0.3.
  • Token pattern scan found no ghp_ or github_pat_ tokens.