You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ All notable changes to `woo-order-images` will be documented in this file.
4
4
5
5
This project follows a pragmatic release history rather than a strict changelog format for older versions. Recent releases are documented in more detail.
6
6
7
+
## [0.7.5] - 2026-04-15
8
+
9
+
### Added
10
+
- 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.
11
+
- 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.
* Puzzle layouts with portrait and landscape grid support
25
25
* Global print bleed, margins, watermark text, and page size settings
26
+
* Optional integration with PDF Invoices & Packing Slips for WooCommerce (by WP Overnight) — customer-uploaded images appear as inline thumbnails on invoices and packing slips
26
27
27
28
== Installation ==
28
29
@@ -70,6 +71,10 @@ This plugin bundles the following third-party library:
70
71
71
72
== Changelog ==
72
73
74
+
= 0.7.5 =
75
+
* Added integration with PDF Invoices & Packing Slips for WooCommerce (by WP Overnight): customer-uploaded images now appear as inline thumbnails on invoices and packing slips. Thumbnails are embedded as JPEG data URIs so the PDF renderer makes no HTTP requests, making it compatible with both admin-triggered and automated email PDFs.
76
+
* Added a `Plugin URI` header pointing to the GitHub project so admin plugin lists (including WooCommerce status reports) can link WOI to its project page.
77
+
73
78
= 0.7.4 =
74
79
* Fixed the GitHub release workflow to build from the exact pushed ref and to fail if a pushed tag version does not match the plugin version in the checked-out files.
75
80
* Released the shared thumbnail-resolution and customer DPI warning improvements in a correctly versioned package.
0 commit comments