Skip to content

Releases: timriker/woo-order-images

Woo Order Images v0.7.5

15 Apr 22:42

Choose a tag to compare

Woo Order Images v0.7.5

Added

  • PDF Invoices & Packing Slips for WooCommerce integration: WOI customer-uploaded images now appear as inline thumbnails on invoices and packing slips. Thumbnails are embedded as base64 JPEG data URIs so the PDF renderer never makes an HTTP request, making it compatible with both admin-triggered PDFs and automated order-status emails.
  • Added a Plugin URI header for Woo Order Images, pointing to the GitHub project page so admin plugin lists (including WooCommerce status reports) can show a direct project link.

Sites using the bundled GitHub update checker can upgrade from the WordPress Plugins screen when this release is detected.
Manual zip installation is also available below if needed.

Upgrade:

  1. Open WordPress Admin → Plugins
  2. Find Woo Order Images
  3. Click update now when the new version is offered
  4. Confirm the plugin version updates to 0.7.5

New Installation:

  1. Download the .zip file
  2. Go to WordPress Admin → Plugins → Add New
  3. Click "Upload Plugin" and select the .zip file
  4. Click "Install Now" then "Activate Plugin"

Configuration:

  • Visit WooCommerce → Order Images to configure settings
  • Set per-product image requirements in each product's "Woo Order Images" tab
  • See CHANGELOG.md in the repo for full release history

Woo Order Images v0.7.4

30 Mar 04:35

Choose a tag to compare

Woo Order Images v0.7.4

Fixed

  • Fixed the GitHub release workflow to check out the exact pushed ref when linting and packaging release builds.
  • Added a tag-versus-plugin-version validation step so stale or mispointed tags fail before publishing a release asset.

Changed

  • Published the shared thumbnail-resolution and customer DPI warning improvements in a correctly versioned release package.

Sites using the bundled GitHub update checker can upgrade from the WordPress Plugins screen when this release is detected.
Manual zip installation is also available below if needed.

Upgrade:

  1. Open WordPress Admin → Plugins
  2. Find Woo Order Images
  3. Click update now when the new version is offered
  4. Confirm the plugin version updates to 0.7.4

New Installation:

  1. Download the .zip file
  2. Go to WordPress Admin → Plugins → Add New
  3. Click "Upload Plugin" and select the .zip file
  4. Click "Install Now" then "Activate Plugin"

Configuration:

  • Visit WooCommerce → Order Images to configure settings
  • Set per-product image requirements in each product's "Woo Order Images" tab
  • See CHANGELOG.md in the repo for full release history

Woo Order Images v0.7.3

30 Mar 04:16

Choose a tag to compare

Woo Order Images v0.7.3

Sites using the bundled GitHub update checker can upgrade from the WordPress Plugins screen when this release is detected.
Manual zip installation is also available below if needed.

Upgrade:

  1. Open WordPress Admin → Plugins
  2. Find Woo Order Images
  3. Click update now when the new version is offered
  4. Confirm the plugin version updates to 0.7.3

New Installation:

  1. Download the .zip file
  2. Go to WordPress Admin → Plugins → Add New
  3. Click "Upload Plugin" and select the .zip file
  4. Click "Install Now" then "Activate Plugin"

Configuration:

  • Visit WooCommerce → Order Images to configure settings
  • Set per-product image requirements in each product's "Woo Order Images" tab
  • See CHANGELOG.md in the repo for full release history

Woo Order Images v0.7.2

28 Mar 20:51

Choose a tag to compare

Woo Order Images v0.7.2

Changed

  • Redesigned admin order image interaction: replaced hover-reveal edit button with click-activated popup menu offering "View Image" and "Adjust Crop" options.
  • Improved touch device UX: all image actions now accessible via click, eliminating iPad hover state issues.

Fixed

  • Fixed event delegation for menu triggers to use delegated click handler on document, ensuring all thumbnail buttons respond to clicks (fixes issue where only the first image in a product would show the menu).

Sites using the bundled GitHub update checker can upgrade from the WordPress Plugins screen when this release is detected.
Manual zip installation is also available below if needed.

Upgrade:

  1. Open WordPress Admin → Plugins
  2. Find Woo Order Images
  3. Click update now when the new version is offered
  4. Confirm the plugin version updates to 0.7.2

New Installation:

  1. Download the .zip file
  2. Go to WordPress Admin → Plugins → Add New
  3. Click "Upload Plugin" and select the .zip file
  4. Click "Install Now" then "Activate Plugin"

Configuration:

  • Visit WooCommerce → Order Images to configure settings
  • Set per-product image requirements in each product's "Woo Order Images" tab
  • See CHANGELOG.md in the repo for full release history

Woo Order Images v0.7.1

28 Mar 02:12

Choose a tag to compare

Woo Order Images v0.7.1

Added

  • Added a Print Sheet action in the WooCommerce admin Orders list Actions column for orders with WOI images.
  • Added compatibility coverage across both WooCommerce order-action filter paths and a legacy post_row_actions fallback for non-HPOS order tables.

Changed

  • Styled the product-page Choose Files control so it consistently appears as a button across themes.

Sites using the bundled GitHub update checker can upgrade from the WordPress Plugins screen when this release is detected.
Manual zip installation is also available below if needed.

Upgrade:

  1. Open WordPress Admin → Plugins
  2. Find Woo Order Images
  3. Click update now when the new version is offered
  4. Confirm the plugin version updates to 0.7.1

New Installation:

  1. Download the .zip file
  2. Go to WordPress Admin → Plugins → Add New
  3. Click "Upload Plugin" and select the .zip file
  4. Click "Install Now" then "Activate Plugin"

Configuration:

  • Visit WooCommerce → Order Images to configure settings
  • Set per-product image requirements in each product's "Woo Order Images" tab
  • See CHANGELOG.md in the repo for full release history

Woo Order Images v0.7.0

28 Mar 01:35

Choose a tag to compare

Woo Order Images v0.7.0

Fixed

  • Removed SVG grid overlay from shared thumbnail renderer — grid is now baked once as raster in the JPEG thumbnail only, eliminating the double-grid rendering issue on cart and admin views.
  • Fixed admin order image frames for puzzle products: frame aspect ratio now reflects the full puzzle grid dimensions (cols × tile width : rows × tile height) rather than the single-tile aspect ratio, preventing square frames and row clipping on portrait puzzles.
  • Fixed AJAX crop-save response to return the correct puzzle-aware aspect ratio so admin frames update correctly after live re-crop.
  • Non-puzzle items now always store puzzle_cols=0 and puzzle_rows=0, preventing grid overlays from appearing on non-puzzle magnets.

Changed

  • Unified order history thumbnail rendering to use the same shared renderer as cart and admin (render_thumbnail_html_static()), so all views are consistent.

Added

  • get_thumbnail_frame_aspect_ratio() helper for consistent puzzle-vs-non-puzzle frame aspect ratio calculation.
  • Daily scheduled orphan-image cleanup with 24-hour protection for recently uploaded files.
  • Multi-slot image assignment in the frontend crop modal with per-slot apply count display.
  • Orientation and rotation persistence across cart sessions.

Sites using the bundled GitHub update checker can upgrade from the WordPress Plugins screen when this release is detected.
Manual zip installation is also available below if needed.

Upgrade:

  1. Open WordPress Admin → Plugins
  2. Find Woo Order Images
  3. Click update now when the new version is offered
  4. Confirm the plugin version updates to 0.7.0

New Installation:

  1. Download the .zip file
  2. Go to WordPress Admin → Plugins → Add New
  3. Click "Upload Plugin" and select the .zip file
  4. Click "Install Now" then "Activate Plugin"

Configuration:

  • Visit WooCommerce → Order Images to configure settings
  • Set per-product image requirements in each product's "Woo Order Images" tab
  • See CHANGELOG.md in the repo for full release history

Woo Order Images v0.6.10

25 Mar 21:28

Choose a tag to compare

Woo Order Images v0.6.10

Fixed

  • Corrected GitHub repository link in plugin details from bestlifemagnets/woo-order-images to timriker/woo-order-images.

Sites using the bundled GitHub update checker can upgrade from the WordPress Plugins screen when this release is detected.
Manual zip installation is also available below if needed.

Upgrade:

  1. Open WordPress Admin → Plugins
  2. Find Woo Order Images
  3. Click update now when the new version is offered
  4. Confirm the plugin version updates to 0.6.10

New Installation:

  1. Download the .zip file
  2. Go to WordPress Admin → Plugins → Add New
  3. Click "Upload Plugin" and select the .zip file
  4. Click "Install Now" then "Activate Plugin"

Configuration:

  • Visit WooCommerce → Order Images to configure settings
  • Set per-product image requirements in each product's "Woo Order Images" tab
  • See CHANGELOG.md in the repo for full release history

Woo Order Images v0.6.9

24 Mar 13:43

Choose a tag to compare

Woo Order Images v0.6.9

Changed

  • Added a release workflow validation step that checks the WordPress-facing readme.txt changelog for the current version.
  • Tightened release guidance in project docs so both changelog files are updated before tagging.

Download woo-order-images-0.6.9.zip below to install on your WordPress site.

Installation:

  1. Download the .zip file
  2. Go to WordPress Admin → Plugins → Add New
  3. Click "Upload Plugin" and select the .zip file
  4. Click "Install Now" then "Activate Plugin"

Configuration:

  • Visit WooCommerce → Order Images to configure settings
  • Set per-product image requirements in each product's "Woo Order Images" tab
  • See CHANGELOG.md in the repo for full release history

Woo Order Images v0.6.8

24 Mar 13:39

Choose a tag to compare

Woo Order Images v0.6.8

Changed

  • Added a release workflow validation step that checks plugin version, WOI_VERSION, readme.txt Stable tag, and the matching CHANGELOG.md entry.
  • Tightened release guidance in project docs so changelog and metadata updates are part of the normal release routine.

Download woo-order-images-0.6.8.zip below to install on your WordPress site.

Installation:

  1. Download the .zip file
  2. Go to WordPress Admin → Plugins → Add New
  3. Click "Upload Plugin" and select the .zip file
  4. Click "Install Now" then "Activate Plugin"

Configuration:

  • Visit WooCommerce → Order Images to configure settings
  • Set per-product image requirements in each product's "Woo Order Images" tab
  • See CHANGELOG.md in the repo for full release history

Woo Order Images v0.6.7

24 Mar 13:32

Choose a tag to compare

Woo Order Images v0.6.7

Download woo-order-images-0.6.7.zip below to install on your WordPress site.

Installation:

  1. Download the .zip file
  2. Go to WordPress Admin → Plugins → Add New
  3. Click "Upload Plugin" and select the .zip file
  4. Click "Install Now" then "Activate Plugin"

Configuration:

  • Visit WooCommerce → Order Images to configure settings
  • Set per-product image requirements in each product's "Woo Order Images" tab
  • See CHANGELOG.md in the repo for full release history