Skip to content

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

v3.8.3-beta-1

02 May 13:56
Compare
Choose a tag to compare
v3.8.3-beta-1 Pre-release
Pre-release

What's Changed

  • New: PDFJS v3.11.174 upgrade by @alexmigf in #783
  • Fix: bug created by the output of the function wpo_wcpdf_sanitize_html_content() being null by @alexmigf in #786

Full Changelog: v3.8.2...v3.8.3-beta-1

v3.8.2

29 Apr 12:26
Compare
Choose a tag to compare
  • Fix: "Customer Invoice" email title under "Send order email" metabox
  • Fix: filter called with a refund object in get_billing_address() and get_shipping_address()
  • Translations: Updated translation template (POT)
  • Tested up to WooCommerce 8.9

v3.8.1

23 Apr 12:01
Compare
Choose a tag to compare
  • New: updates DOMPDF to v2.0.7
  • New: adds woocommerce as required plugin
  • New: improvements to shop logo to be translatable in future Professional extension version
  • Fix: document date parse function being called on non HPOS stores
  • Fix: replaces deprecated jQuery functions
  • Fix: bug with type hint in wpo_wcpdf_parse_document_date_for_wp_query() function
  • Fix: bug calling is_allowed() on bool under wcpdf_get_document() function
  • Fix: not removing documents meta on Woo subcription renewal
  • Fix: XSS vulnerability on Woo Checkout user input address data
  • Fix: Semaphore attachments issue on concurrent refunds
  • Translations: Updated translation template (POT)
  • Tested up to WooCommerce 8.8

v3.8.1-beta-2

17 Apr 12:56
Compare
Choose a tag to compare
v3.8.1-beta-2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v3.8.0...v3.8.1-beta-2

v3.8.1-beta-1

09 Apr 15:22
Compare
Choose a tag to compare
v3.8.1-beta-1 Pre-release
Pre-release

What's Changed

  • Fix: Semaphore attachments issue on concurrent refunds by @alexmigf in #764
  • Fix: XSS vulnerability on Woo Checkout user input by @alexmigf in #759

Full Changelog: v3.8.0...v3.8.1-beta-1

v3.8.0

18 Mar 11:35
Compare
Choose a tag to compare
  • New: updates composer libraries, specially php-svg-lib because of a security issue
  • New: hooks to allow adding new Settings Debug tabs and their contents
  • New: implements date type selector on Danger tools
  • New: filter wpo_wcpdf_process_danger_zone_tools_date_type
  • New: bumps WooCommerce min version to 3.3
  • New: function wcpdf_error_handling()
  • New: function wcpdf_get_document_output_format_extension()
  • New: function wcpdf_get_document_file() to get the document file
  • Tweak: adds new filter to include invoice number in HPOS search queries
  • Tweak: replace date() with date_i18n() on get_filename()
  • Tweak: improves number initiation with new function: init_number() to initiate_number()
  • Tweak: hides the extensions banner temporarily
  • Fix: bug that caused a sorting issue in the orders list
  • Fix: JS error $(...).pointer is not a function
  • Fix: danger tools forms not working
  • Fix: bulk document missing slug property
  • Fix: changed default nonce name for wizard dismissal
  • Fix: advanced tools issues like "Generate random temporary directory" not working
  • Fix: number tool pagination
  • Fix: renumbering documents not working
  • Translations: Updated translation template (POT)
  • Tested up to WooCommerce 8.7 & WordPress 6.5

v3.8.0-beta-4

26 Feb 13:01
Compare
Choose a tag to compare
v3.8.0-beta-4 Pre-release
Pre-release

What's Changed

  • New: filter wpo_wcpdf_process_danger_zone_tools_date_type by @alexmigf in #731
  • Fix: JS error $(...).pointer is not a function by @alexmigf in #734
  • New: implements date type selector on Danger tools by @alexmigf in #733

Full Changelog: v3.8.0-beta-3...v3.8.0-beta-4

v3.8.0-beta-3

22 Feb 08:26
Compare
Choose a tag to compare
v3.8.0-beta-3 Pre-release
Pre-release

What's Changed

Full Changelog: v3.8.0-beta-2...v3.8.0-beta-3

v3.8.0-beta-2

16 Feb 17:12
Compare
Choose a tag to compare
v3.8.0-beta-2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v3.7.7...v3.8.0-beta-2

v3.7.7

29 Jan 16:18
Compare
Choose a tag to compare
  • New: extensions license cache system
  • New: hides the Upgrade tab on bundle
  • New: get document filter hook wcpdf_get_document
  • Tweak: improves Simple template files markup
  • Tweak: moves the notes hooks position in template files
  • Fix: sorting orders by invoice number and date issue on the orders listing page
  • Fix: the level parameter sent to the log() method in semaphore class
  • Fix: SQL injection bug in Advanced Numbers search
  • Translations: make the due date output translatable
  • Translations: Updated translation template (POT)
  • Tested up to WooCommerce 8.5