Skip to content

Commit

Permalink
[~TASK] bumped version number to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sprankhub committed Jan 27, 2014
1 parent 2e74ff7 commit 44a48e3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 8 deletions.
22 changes: 18 additions & 4 deletions FireGento_Pdf.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<_>
<form_key>UHEGCJE8d1TqZD1U</form_key>
<form_key>xqBmbFZHG5fYPXdK</form_key>
<name>FireGento_Pdf</name>
<channel>community</channel>
<version_ids>
Expand All @@ -9,9 +9,19 @@
<description>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.</description>
<license>OSL 3.0</license>
<license_uri/>
<version>1.1.0</version>
<version>1.2.0</version>
<stability>stable</stability>
<notes>Refactoring, New Feature configurable engines for shipment,creditmemo</notes>
<notes>- [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</notes>
<authors>
<name>
<name>FireGento Team</name>
Expand Down Expand Up @@ -40,7 +50,7 @@
<max/>
</max>
<files>
<files> </files>
<files> </files>
</files>
</package>
<extension>
Expand Down Expand Up @@ -87,4 +97,8 @@
<ignore/>
</ignore>
</contents>
<page>1</page>
<limit>200</limit>
<folder/>
<package/>
</_>
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -54,4 +54,4 @@ License

Copyright
---------
(c) 2013 FireGento Team
(c) 2013-2014 FireGento Team
2 changes: 1 addition & 1 deletion src/app/code/community/FireGento/Pdf/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<FireGento_Pdf>
<version>1.1.0</version>
<version>1.2.0</version>
</FireGento_Pdf>
</modules>
<global>
Expand Down

0 comments on commit 44a48e3

Please sign in to comment.