Releases: firegento/firegento-pdf
Releases · firegento/firegento-pdf
v1.4.0
- [FEATURE] added French translation
- [FEATURE] possibility to show shipment and creditmemo comments
- [FEATURE] possibility to display barcode on invoice
- [FEATURE] possibility to show VAT ID
- [FEATURE] added notes based on shipping country
- [FEATURE] shipping and tracking information on shipment PDF
- [FEATURE] payment method on creditmemo PDF
- [FEATURE] configurable colours
- [BUGFIX] various fixes
- [MISC] various improvements
- [MISC] code style according to EQP
v1.3.0
- [FEATURE] support for downloading invoice/creditmemo/shipping PDFs from the customer account page
- [FEATURE] support for downloadable items
- [FEATURE] added Swiss locale
- [FEATURE] possibility to upload custom fonts
- [FEATURE] possibility to swap position of customer address and invoice details
- [FEATURE] possibility to define custom filename patterns for invoice, creditmemo and shipping PDFs
- [FEATURE] added event
firegento_pdf_imprint_load_after
to change certain imprint data - [FEATURE] possibility to resize the logo
- [FEATURE] added more fields to imprint which are provided by MageSetup
- [BUGFIX] fixed tax display which was wrong in certain cases
- [BUGFIX] fixed custom column order when used with bundle products
- [BUGFIX] fixed number format of tax rates (with bad black magic, improvements are welcome!) (#101)
- [MISC] improved wording in system.xml
- [MISC] changed mage-hackathon-installer from required to suggestion, because there are more installers out there
- [MISC] updated autogenerated documentation
- [MISC] corrected code style
- [MISC] implemented a few first unit tests
- [MISC] add recommendation for Mage_LocaleFallback in readme
v1.2.0
1.2.0
- [FEATURE] 1.8 compatibility
- [FEATURE] added possibility to print order ID barcodes on shipment PDFs
- [FEATURE] added possibility to print shipment type on shipment PDFs
- [FEATURE] added universal event, so that developers can add custom stuff anywhere they want via observers
- [FEATURE] added possibility to use a full-width logo
- [FEATURE] configuration option whether to print the customer number
- [FEATURE] possibility to add invoice comments on invoice PDF
- [FEATURE] dutch translation
- [BUGFIX] fixed error when there is no country in the imprint
- [BUGFIX] print shipping address instead of invoice address on shipment PDF
- [MISC] respect FireGento coding guidelines