Changelog
Invoice Iconic
Version 2.2.3, March 10, 2025- Bug: Don't cast the product key to an integer (allows third party plugins to dynamically add new products)
- Bug: Don't treat negative line items as a discount unless using Gravity Wiz eCommerce Perk
- Housekeeping: Add gfpdf_post_invoice_line_item_description hook
- Housekeeping: Add product ID to order details array
- Feature: When Tax Column is hidden from the Product Table, products, shipping, and subtotals display their tax-inclusive price
- Feature: Add support for EU VAT for Gravity Forms plugin
- Feature: Add support for Gravity Wiz's Deduct Deposit code snippet
- Bug: When doing tax-inclusive calculations, deduct any coupons evenly from product totals
- Bug: Don't round the calculated pricing / tax / shipping values until prices are displayed in the invoice (more accurate tax total).
- Bug: Change the default Invoice Creation Date value to {date_created:format:Y-m-d} to fix sites that use d/m/Y in the WordPress Date Format setting
- Bug: Only add tax rate if it is not found in the tax label
- Feature: Add Invoice Creation Date setting which allows the entry submission date used as the invoice date to be overridden
- Bug: Fix display tax inclusive line item column when Gravity Perks eCommerce Fields enabled
N/A
Version 2.0.0, July 26, 2023
- Feature: Per-Product Tax Inclusive Pricing
- Feature: Gravity Perks eCommerce Fields Support (Tax Exclusive Pricing)
- Feature: Discount / Coupon Support (grouped or itemized)
- Feature: New date format options, plus localized dates
- Feature: Free Trial Gravity Forms subscription support
- Bug: Fix tax rate calculation when not using whole numbers (e.g 12.5%)
- Bug: Pass $args to our do_action calls instead of undefined $data variable
- Bug: Fix up undefined variable PHP notices when taxes are not enabled
- Bug: Fixed tax rate display issue / PHP notice when tax rate set to 0%
- Initial Release