Skip to content

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

v2.2.6

23 Jan 10:35
Compare
Choose a tag to compare
  • Fix: ship to different address check for empty shipping addresses
  • Fix: Fix notice when using invoice number by plugin
  • Fix: Underline position
  • Fix: PHP 7.3 compatibility
  • Tweak: Updated dompdf to 0.8.3
  • Tweak: move admin menu item to the end of WooCommerce menu
  • Tweak: pass document object to paper format & orientation filters

v2.2.5

04 Dec 13:19
Compare
Choose a tag to compare
  • Feature: Check marks to indicate whether a document exists
  • Feature: Test mode to automatically apply updated settings to existing documents
  • Feature: Admin bar indicator for debug mode setting
  • Fix: always use latest email settings
  • Fix: WooCommerce Composit Products item name compatibility
  • Fix: Use woocommerce_thumbnail for WC3.3+
  • Tweak: apply woocommerce_order_item_name filter (fixes compatibility with WooCommerce Product Addons 3.0)
  • Tweak: Use WooCommerce date format instead of WP date format

v2.2.4

06 Nov 10:36
Compare
Choose a tag to compare
  • Fix: excluding some display options from historical settings
  • Fix: fix notices when requesting properties as custom fields (in a custom template)

v2.2.3

19 Oct 12:37
Compare
Choose a tag to compare
  • Fix: issues reading shop settings

v2.2.2

18 Oct 12:47
Compare
Choose a tag to compare
  • Feature: Added option to always use most current settings for the invoice
  • Fix: Double check for empty document numbers on initialization
  • New filter: wpo_wcpdf_output_format to set output per document type

v2.2.1

11 Oct 12:25
Compare
Choose a tag to compare
  • Fix: potential number formatting issues with wpo_wcpdf_raw_document_number filter
  • Fix: prevent direct loading of template files

v2.2.0

10 Oct 08:12
Compare
Choose a tag to compare
  • Feature: Document settings are now saved per order - changing settings after a PDF has been created will no longer affect the output
  • Feature: Button to delete invoice or packing slip
  • Feature: Better error handling and logging via WC Logger (WooCommerce > Status > Logs)
  • Fix: Broader payment gateway compatibility (lower priority for documents initialization)
  • Fix: undefined variable in construct when loading document programmatically (props to Christopher)
  • Fix: compatibility with renamed WooCommerce plugins (settings page detection)
  • Tweak: Reload translations before creating attachment
  • Translations: Updated translations POT

v2.1.10

26 Jun 12:28
Compare
Choose a tag to compare
  • Feature: Include invoice number and date in WooCommerce data remover and exporter
  • Fix: Row class for Chained Products compatibility
  • Fix: Improved compatibility with Advanced Custom Fields
  • Fix: Setting for diabling for free invoices should be applied even when other plugins are applying rules

v2.1.9

22 May 11:58
Compare
Choose a tag to compare
  • Feature: Automatic cleanup of temporary attachments folder (settings in Status tab)
  • Fix: prevent infinite loop on sites without uploads folder
  • Fix: tag replacements for externally hosted images (CDN)

v2.1.8

01 May 20:33
Compare
Choose a tag to compare
  • Fix: Fatal error on PHP 5.X