diff --git a/FireGento_Pdf.xml b/FireGento_Pdf.xml index f17c5d9..d7a140b 100755 --- a/FireGento_Pdf.xml +++ b/FireGento_Pdf.xml @@ -1,5 +1,5 @@ <_> - UHEGCJE8d1TqZD1U + xqBmbFZHG5fYPXdK FireGento_Pdf community @@ -9,9 +9,19 @@ FireGento PDF overwrites standard PDF layouts for invoices, shipments and creditmemos. Anyway, you can still use the standard Magento layout, because the extension is highly configurable. OSL 3.0 - 1.1.0 + 1.2.0 stable - Refactoring, New Feature configurable engines for shipment,creditmemo + - [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 FireGento Team @@ -40,7 +50,7 @@ - + @@ -87,4 +97,8 @@ + 1 + 200 + + diff --git a/README.md b/README.md index a70306e..4904c6c 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ FireGento PDF overwrites standard PDF layouts for invoices, shipments and credit Facts ----- -- version: 1.1.0 +- version: 1.2.0 - extension key: FireGento_Pdf -- [extension on Magento Connect](http://www.magentocommerce.com/magento-connect/pdf-9999.html) +- [extension on Magento Connect](http://www.magentocommerce.com/magento-connect/firegento-pdf.html) - Magento Connect 2.0 extension key: http://connect20.magentocommerce.com/community/FireGento_Pdf - [extension on GitHub](https://github.com/firegento/firegento-pdf) - [direct download link](https://github.com/firegento/firegento-pdf/archive/master.zip) @@ -54,4 +54,4 @@ License Copyright --------- -(c) 2013 FireGento Team +(c) 2013-2014 FireGento Team diff --git a/src/app/code/community/FireGento/Pdf/etc/config.xml b/src/app/code/community/FireGento/Pdf/etc/config.xml index 782c1ed..33398ba 100644 --- a/src/app/code/community/FireGento/Pdf/etc/config.xml +++ b/src/app/code/community/FireGento/Pdf/etc/config.xml @@ -2,7 +2,7 @@ - 1.1.0 + 1.2.0