Releases: wpovernight/woocommerce-pdf-invoices-packing-slips
Releases · wpovernight/woocommerce-pdf-invoices-packing-slips
v3.7.0
- New: adds
payment_date()
function to be used in templates - New: adds UBL as additional output format for documents
- New: bump min required PHP version to 7.2
- New: bump min required WordPress version to 4.4 (which was already implicitly by the minimum required WooCommerce version)
- Tweak: switch
wpo_wcpdf_before_html
andwpo_wcpdf_before_html
hooks positions - Tweak: hide next Invoice number if displaying order number
- Tweak: removed legacy
normalize_path
functions and replaced withwp_normalize_path
- Fix: bug with HTML output using pretty links. Improved endpoint.
- Fix: potential fatal error if document is
false
in order list action buttons - Fix: error when calling order ID on
null
underoutput_number_date_edit_fields
method - Fix: bug when displaying the Invoice number/date columns, causing significant drop of performance
- Fix: my account PDF link conflict with Jetpack analytics module
- Fix: PHP error on calling
get_title()
document method onbool
- Fix:
strpos()
andstr_replace()
null
parameter deprecated warnings - Tested up to WooCommerce 8.2 & WordPress 6.4
v3.7.0-beta-5
What's Changed
- Remove
target="_blank"
from UBL settings links by @YordanSoares in #622 - Switch 'wpo_wcpdf_before_html' and 'wpo_wcpdf_before_html' hooks posi… by @YordanSoares in #624
- Fix: error when calling order ID on null under
output_number_date_edit_fields
method by @alexmigf in #626 - Fix: potential fatal error if document is
false
in order list action buttons by @alexmigf in #628
Full Changelog: v3.7.0-beta-4...v3.7.0-beta-5
v3.7.0-beta-4
v3.7.0-beta-4
v3.7.0-beta-3
v3.7.0-beta-3
v3.7.0-beta-2
- Tweak: hide next Invoice number if displaying order number
- Fix: output HTML URL query string not working
v3.7.0-beta-1
- New: adds UBL as additional output format for Invoice
- New: bump min required PHP version to 7.2
- Fix: PHP error on calling
get_title()
document method on bool - Fix:
strpos()
andstr_replace()
null parameter deprecated warnings - Translations: Updated translation template (POT)
- Tested up to WooCommerce 8.1
v3.6.3
- New: adds Invoice Number column to the orders export of WooCommerce Analytics
- New: adds a document access denied redirect page setting
- New: hooks before and after debug tools:
wpo_wcpdf_before_debug_tools
,wpo_wcpdf_after_debug_tools
- Tweak: add a note to make clear that updating the number format only affects new orders
- Tweak: removes legacy mode & textdomain from debug settings
- Fix: undefined WC PageController method
is_admin_page
bug and replace it withis_admin_or_embed_page
v3.6.3-beta-1
- Fix: undefined WC PageController method
is_admin_page
bug and replace it withis_admin_or_embed_page
- Tweak: removes legacy mode & textdomain from debug settings
v3.6.2
- New
wcpdf_document_link
shortcode - New: parameters to download PDF shortcode
- New: adds notice for the upcoming PHP 7.2 requirement
- New: filter hook to strip HTML tags from Shipping Notes
wpo_wcpdf_shipping_notes_strip_all_tags
- Fix: bug of passing the wrong variable for the filtered order emails
- Fix: remove old temporary directory when generating new one from status tool
- Fix: displays always the Generate random temporary directory tool
- Fix: issue with Shipping Notes line breaks