Skip to content

Commit

Permalink
Merge pull request #369 from firegento/development
Browse files Browse the repository at this point in the history
new release
  • Loading branch information
sprankhub authored Mar 12, 2018
2 parents 63c85d5 + d9668e0 commit 4ac8a88
Show file tree
Hide file tree
Showing 448 changed files with 27,234 additions and 9,927 deletions.
22 changes: 22 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
language: php
sudo: false

php:
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm

env:
- MAGENTO_VERSION="magento-mirror-1.9.3.4"

matrix:
fast_finish: true
allow_failures:
- php: 7.0
- php: 7.1
- php: hhvm

script:
- curl -sSL https://raw.githubusercontent.com/AOEpeople/MageTestStand/master/setup.sh | bash
2 changes: 1 addition & 1 deletion FireGento_Pdf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<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>GPL-3.0</license>
<license_uri/>
<version>1.3.0</version>
<version>1.4.0</version>
<stability>stable</stability>
<notes>- [FEATURE] support for downloading invoice/creditmemo/shipping PDFs from the customer account page
- [FEATURE] support for downloadable items
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FireGento PDF
=============
[![Build Status](https://travis-ci.org/firegento/firegento-pdf.svg?branch=development)](https://travis-ci.org/firegento/firegento-pdf/)

FireGento PDF overwrites standard PDF layouts for invoices, shipments and creditmemos.

Facts
-----
- version: 1.3.0
- version: 1.4.0
- extension key: FireGento_Pdf
- [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 All @@ -17,7 +17,7 @@ FireGento PDF overwrites standard PDF layouts for invoices, shipments and credit

Requirements
------------
- PHP >= 5.2.0
- PHP >= 5.6.0
- Mage_Core
- Mage_Pdf
- Mage_Sales
Expand All @@ -28,11 +28,11 @@ Compatibility

Installation Instructions
-------------------------
1. Install the extension via Magento Connect with the key shown above or copy all the files into your document root.
1. Copy all the files into your document root.
2. Clear the cache, logout from the admin panel and then login again.
3. Configure the extension under System - Configuration - Sales - PDF Print-outs.

###Recommendation
### Recommendation
If you use this extension for an austrian shop or Austrian locale (de_AT), please make sure to install [Hackathon_LocaleFallback](https://github.com/magento-hackathon/Hackathon_LocaleFallback) as well, because we only maintain the strings which differ between German locales, so you need this plugin (or have to copy all the strings over).

Uninstallation
Expand All @@ -57,4 +57,4 @@ License

Copyright
---------
(c) 2013-2014 FireGento Team
(c) 2013-2018 FireGento Team
26 changes: 14 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "firegento/pdf",
"license": ["GPL-3.0"],
"type": "magento-module",
"description": "FireGento Pdf overwrites standard PDF layouts for invoices and shipments.",
"homepage": "https://github.com/firegento/firegento-pdf",
"suggest": {
"magento-hackathon/localefallback": "Allows fallback for locales, especially german, swiss/austria",
"magento-hackathon/magento-composer-installer": "Magento composer installer (or a replacement) is needed to install this packages"
},
"require-dev": {
"ivanchepurnyi/ecomdev_phpunit": "dev-dev"
}
"name": "firegento/pdf",
"license": [
"GPL-3.0-only"
],
"type": "magento-module",
"description": "FireGento Pdf overwrites standard PDF layouts for invoices and shipments.",
"homepage": "https://github.com/firegento/firegento-pdf",
"suggest": {
"magento-hackathon/localefallback": "Allows fallback for locales, especially german, swiss/austria",
"magento-hackathon/magento-composer-installer": "Magento composer installer (or a replacement) is needed to install this packages"
},
"require-dev": {
"ivanchepurnyi/ecomdev_phpunit": "dev-dev"
}
}
Binary file added configuration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4ac8a88

Please sign in to comment.