Skip to content

Releases: wpovernight/woocommerce-pdf-invoices-packing-slips

v2.3.1

06 Aug 15:42
Compare
Choose a tag to compare
  • Fix: Errors for filtered formatted invoice numbers

v2.3.0

29 Jul 08:10
Compare
Choose a tag to compare
  • Feature: Setting to disable invoices globally for specific order statuses
  • Feature: Control action buttons visibility from settings wizard.
  • Feature: Allow loading of existing PDF file instead of generating on the fly via filter (wpo_wcpdf_load_pdf_file_path)
  • Fix: Check if temp folder exists before creating
  • Fix: Newlines in address from settings wizard
  • Fix: Double images issue with WooCommerce German Market
  • Fix: Only store document settings when creating one
  • Tested with WooCommerce 3.7

v2.2.14

03 Jun 09:11
Compare
Choose a tag to compare
  • Fix: Set default PHPMailer validator to 'php' (fixing 'setFrom' errors on PHP 7.3)
  • Fix: Attachment path for file lock check
  • Tweak: Don't wait for file lock if locking disabled
  • Tweak: JIT loading of core documents for early requests (before init 15)

v2.2.13

03 Jun 09:05
Compare
Choose a tag to compare
v2.2.13 Pre-release
Pre-release
  • Feature: Better order notes formatting & optional filter for system notes
  • Feature: add email object to attachment hook and allow order object filtering
  • Fix: WooCommerce Chained Products row classes
  • Fix: Issues with locked attachment files preventing the email from being sent correctly

v2.2.12

23 Apr 13:21
Compare
Choose a tag to compare
  • Tested up to WC3.6
  • Fix: Prevent infinite loop on temporary folder creation for partially migrated sites or write permission issues
  • Tweak: Removed height & width attributes from logo image (+filter wpo_wcpdf_header_logo_img_element)
  • Dev: Enable guest access to PDF with order key in URL

v2.2.11

25 Mar 17:07
Compare
Choose a tag to compare
  • Fix: Fatal error on orders with multiple refunds

v2.2.10

25 Mar 12:38
Compare
Choose a tag to compare
  • Fix: Possible conflict with latest Subscriptions
  • Fix: Load correct translations when admin user profile language is set to different locale
  • Fix: Use file lock to prevent parallel processes creating the same attachment file
  • Fix: Prevent notices for incorrectly loaded email classes
  • Feature: Allow different invoice number column sorting methods by filter
  • Feature: Filter for global prevention of creating specific document (wpo_wcpdf_document_is_allowed)

v2.2.9

11 Mar 11:08
Compare
Choose a tag to compare
  • Feature: Added customer note email to attachment options
  • Fix: Prevent empty invoice dates from being saved as 1970 (fallback to current date/time)

v2.2.8

27 Feb 14:05
Compare
Choose a tag to compare
  • Tested up to WP5.1
  • Tweak: Re-use attachment file if not older than 60 seconds (tentative fix for parallel read & write issues)
  • Dev: Added URL overrides to switch between output mode (&output=html) and debug (&debug=true)

v2.2.7

18 Feb 11:50
Compare
Choose a tag to compare
  • Fix: Hardened permissions & security checks on several admin actions (audit by pluginvulnerabilities.com)
  • Feature: Show checkmarks for existing documents on order details page buttons too
  • Tweak: Product Bundles compatibility, hide items by default, following bundle settings (Simple Template)
  • Tweak: Fallback to billing address on packing slip for orders without shipping address