Skip to content

v1.0.5

Choose a tag to compare

@bigberryj bigberryj released this 26 Aug 20:57
· 5 commits to main since this release

Brizy Product Image Carousel v1.0.5

Adds per-image crop/framing controls for carousel images.

Changes:

  • Adds per-carousel-image focal X, focal Y, and zoom controls in the WooCommerce product editor.
  • Changes active carousel image display to cover/crop the product card frame while preserving aspect ratio.
  • Applies frontend framing using object-position, transform, and transform-origin.
  • Keeps compatibility with existing saved products that only stored attachment ID lists.
  • Updates stored-data documentation for the structured image/framing meta format.

Verification:

  • php qa/lint.php passed.
  • php tests/run-tests.php passed: 23 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.5.
  • Token pattern scan found no ghp_ or github_pat_ tokens.