= 1.3.2 - December 21, 2021 =
* Modified templates: `invoice-contacts.php`, `invoice-company.php` (new), `invoice-customer.php` (new).
* New: Introduced `edd_invoices_after_company_details` and `edd_invoices_after_customer_details` hooks.
* Improvement: Split the `invoice-contacts.php` template into two separate templates: one for company information and one for customer information.
* Fix: Revert PDF library to an earlier version, which addresses a spacing problem.
* Fix: Table headings on purchase history page are incorrect when used in conjunction with Software Licensing.

= 1.3.1 - November 30, 2021 =
* Modified templates: `invoice-contacts.php`
* New: Added a Company Name field when generating invoice.
* Refactor: Invoice settings have been moved to the "Payments" tab.
* Fix: Customer's last name not appearing on invoice.
* Fix: Display issue with custom order number prefixes.
* Fix: Deprecation in PHP 8.1.
* Dev: Update PDF library.
* Dev: Refactor how licensing is initialized.
* Dev: Refactor how extension is loaded.

= 1.3 - November 8, 2021 =
* New: Added a button to download the invoice as a PDF.
* New: Added invoice style settings.
* New: Added an option to prevent customers from editing their invoice address / billing details.
* New: Added "View Invoice" links on admin payment history page and individual payment page.
* New: Added the {edd_invoice} email tag to add a "View Invoice" invoice link to purchase receipts.
* New: Guests can now view invoices for their purchases via secure URLs.
* Improvement: The links to view an invoice now take you straight to the invoice itself instead of the generation form. If enabled, editing fields can still be done via an "Update" button on the invoice itself.
* Refactor: The company address setting is now a textarea, allowing for more freeform input. (Existing address details are migrated automatically.)
* Fix: Prevent unnecessary files from being deployed.

= 1.2.2 - July 12, 2021 =
* Modified templates: invoice-table.php
* New: Invoices can now be generated for refunded payments.
* Improvement: Software Licensing renewal discounts are now shown on invoices.
* Fix: Invoice not using the name entered in the generation form.
* Dev: Use new order history hook in EDD 3.0.

= 1.2.1 =
* New: The tax rate percentage is now shown on the invoice.
* Fix: Fatal error on WordPress versions lower than 5.1.

= 1.2 =
* New: The invoice template can now be overridden. If you want to customize the template, ceate a folder called `edd_templates` inside of your active theme's directory. Then copy the template(s) you want to override from `edd-invoices/templates/` into your theme's directory.
* New: Various hooks have been added to the invoice template, which will allow you to add custom code without overriding the entire template.
* New: Added an "Additional Text" setting, which allows site admins to add text that will appear on each invoice.
* New: A "Generate Invoice" link is now available on the purchase confirmation page.
* New: A "Print" button has been added to invoices.
* Improvement: The invoice HTML and CSS has been refactored and modernized. Appearance-wise it still looks very much the same; we've just refactored the code.
* Improvement: The "Paid" image has been replaced with plain text and CSS so it can be translated. It's also been moved to the invoice header.
* Improvement: The purchase date has been moved to the invoice header.
* Improvement: Tax IDs have been moved up to be right under the billing addresses.
* Improvement: The order "Subtotal" is now included.
* Improvement: Variable priced option names are now displayed for applicable invoice items.
* Fix: Invoice date format not using WordPress date format settings.
* Fix: Invoice page not created on initial activation.
* Fix: Undefined index error if user generating the invoice do esn't have a country set.
* Tweak: Plugin author name updated to "Sandhills Development, LLC".
* Dev: Introduced a new function `edd_invoices_get_invoice_url()`.
* Dev: The invoice template has been updated to follow WPCS.
* Dev: Added support for EDD 3.0.

= 1.1.6 =
* Fix: PHP notices when viewing invoice for customer without an address stored
* Fix: Incorrect currency code shown on invoice when using multiple currency plugins

= 1.1.5 =
* Fix: Date not showing properly for subscription renewal payments

= 1.1.4 =
* Fix: Invalid HTML structure

= 1.1.3 =
* Fix: Don't show Generate Invoice links for invalid payments.
* Fix: Move to using EDD_Payment for increased accuracy.
* Fix: Check if edd_get_setting exists before using it on activation.
* Fix: Prevent PHP errors when a payment does not contain billing address information.
* Fix: Fix asset URL to paid image.
* Tweak: Add classes to generate invoice submit button.

= 1.1 =
* Fix: Fees not displayed on invoices

= 1.0.9 =
* Fixed incorrect company tax label

= 1.0.6 =
* Added translation support

= 1.0.2 =
* Fixed a bug that would cause css to be loaded over http on an https site

= 1.0.1 =
* Fixed a bug that would cause duplicate pages to be created

= 1.0 =
* First release.
