Skip to content

v1.0.4

Choose a tag to compare

@bigberryj bigberryj released this 26 Aug 20:45
· 6 commits to main since this release

Brizy Product Image Carousel v1.0.4

Hotfix for portrait/vertical carousel images and product editor media selection.

Changes:

  • Preserves portrait/vertical image aspect ratio during active carousel display with object-fit: contain.
  • Changes the product editor media modal to additive multi-select mode.
  • Appends newly selected carousel images to the existing list instead of replacing it.
  • Skips duplicate attachment IDs when appending images.

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.4.
  • Token pattern scan found no ghp_ or github_pat_ tokens.