Skip to content

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

v3.8.5

16 Jul 10:10
Compare
Choose a tag to compare
  • New: PDFJS v4.3.136 upgrade
  • New: advanced embed images setting
  • New: includes ImageMagick library in the Advanced Status
  • New: adds Invoice number to search type selector in HPOS setups
  • New: adds row classes for "YITH WooCommerce Product Bundles"
  • New: register a log for document deletion in the Order Notes
  • Tweak: improves header logo loading
  • Fix: make Simple template total labels translatable
  • Fix: wraps document addresses around <p> tags
  • Translations: Updated translation template (POT)
  • Tested up to WooCommerce 9.1 & WordPress 6.6

v3.8.5-beta-6

04 Jul 12:58
Compare
Choose a tag to compare
v3.8.5-beta-6 Pre-release
Pre-release

v3.8.5-beta-5

27 Jun 13:55
Compare
Choose a tag to compare
v3.8.5-beta-5 Pre-release
Pre-release

v3.8.5-beta-4

27 Jun 11:50
Compare
Choose a tag to compare
v3.8.5-beta-4 Pre-release
Pre-release

v3.8.5-beta-3

25 Jun 09:59
Compare
Choose a tag to compare
v3.8.5-beta-3 Pre-release
Pre-release

v3.8.5-beta-2

25 Jun 07:49
Compare
Choose a tag to compare
v3.8.5-beta-2 Pre-release
Pre-release

v3.8.5-beta-1

24 Jun 10:47
Compare
Choose a tag to compare
v3.8.5-beta-1 Pre-release
Pre-release

What's Changed

  • Attempt to fix the PNG logo issues since version 3.8.3
  • Register a log for document deletion in the Order Notes by @MohamadNateqi in #817

Full Changelog: v3.8.4...v3.8.5-beta-1

v3.8.4

19 Jun 13:55
Compare
Choose a tag to compare
  • New: filter hook wpo_wcpdf_multilingual_languages
  • New: wpo_wcpdf_get_multilingual_languages() function has been introduced, derived from the deprecated get_languages() function
  • Tweak: Added new strings to the strings.php file to improve translations
  • Tweak: enhanced notes functions for improved translations when using the Professional extension.
  • Fix: normalize_settings_args() function bug on multilingual setups
  • Fix: settings language tab issue when adding new language in multilingual setups
  • Translations: Updated translation template (POT)

v3.8.3

06 Jun 08:16
Compare
Choose a tag to compare
  • New: adds language attribute to PDF HTML
  • New: Dompdf v3.0.0 upgrade
  • New: filter hook wpo_wcpdf_after_system_status_table
  • New: filter for server configs wpo_wcpdf_advanced_status_server_configs
  • New: PDFJS v3.11.174 upgrade
  • Tweak: adds p as allowed tag of the wpo_wcpdf_sanitize_html_content() function
  • Fix: number formatting [order_number] placeholder not using parent order number on Credit Notes
  • Fix: remove unwanted tags from wpo_wcpdf_sanitize_html_content()
  • Fix: removes unused "Log invoice number generation" setting
  • Fix: reverts the customer_invoice email title to the original Woo title
  • Fix: the function get_extensions_license_data() returning empty if no cached data found
  • Fix: bug created by the output of the function wpo_wcpdf_sanitize_html_content() being null
  • Translations: Updated translation template (POT)
  • Tested up to WooCommerce 9.0

v3.8.3-beta-2

17 May 13:59
Compare
Choose a tag to compare
v3.8.3-beta-2 Pre-release
Pre-release

What's Changed

  • Add editor settings and clean up code by @szepeviktor in #789
  • Add <p> tag to allowed tag of the wpo_wcpdf_sanitize_html_content() method by @MohamadNateqi in #796
  • Fix: the function get_extensions_license_data returning empty if no cached data found by @alexmigf in #799

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