Skip to content

Commit 4ac8a88

Browse files
authored
Merge pull request #369 from firegento/development
new release
2 parents 63c85d5 + d9668e0 commit 4ac8a88

File tree

448 files changed

+27234
-9927
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

448 files changed

+27234
-9927
lines changed

.travis.yml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
language: php
2+
sudo: false
3+
4+
php:
5+
- 5.5
6+
- 5.6
7+
- 7.0
8+
- 7.1
9+
- hhvm
10+
11+
env:
12+
- MAGENTO_VERSION="magento-mirror-1.9.3.4"
13+
14+
matrix:
15+
fast_finish: true
16+
allow_failures:
17+
- php: 7.0
18+
- php: 7.1
19+
- php: hhvm
20+
21+
script:
22+
- curl -sSL https://raw.githubusercontent.com/AOEpeople/MageTestStand/master/setup.sh | bash

FireGento_Pdf.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<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>
1010
<license>GPL-3.0</license>
1111
<license_uri/>
12-
<version>1.3.0</version>
12+
<version>1.4.0</version>
1313
<stability>stable</stability>
1414
<notes>- [FEATURE] support for downloading invoice/creditmemo/shipping PDFs from the customer account page
1515
- [FEATURE] support for downloadable items

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
FireGento PDF
22
=============
3+
[![Build Status](https://travis-ci.org/firegento/firegento-pdf.svg?branch=development)](https://travis-ci.org/firegento/firegento-pdf/)
4+
35
FireGento PDF overwrites standard PDF layouts for invoices, shipments and creditmemos.
46

57
Facts
68
-----
7-
- version: 1.3.0
9+
- version: 1.4.0
810
- extension key: FireGento_Pdf
9-
- [extension on Magento Connect](http://www.magentocommerce.com/magento-connect/firegento-pdf.html)
10-
- Magento Connect 2.0 extension key: http://connect20.magentocommerce.com/community/FireGento_Pdf
1111
- [extension on GitHub](https://github.com/firegento/firegento-pdf)
1212
- [direct download link](https://github.com/firegento/firegento-pdf/archive/master.zip)
1313

@@ -17,7 +17,7 @@ FireGento PDF overwrites standard PDF layouts for invoices, shipments and credit
1717

1818
Requirements
1919
------------
20-
- PHP >= 5.2.0
20+
- PHP >= 5.6.0
2121
- Mage_Core
2222
- Mage_Pdf
2323
- Mage_Sales
@@ -28,11 +28,11 @@ Compatibility
2828

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

35-
###Recommendation
35+
### Recommendation
3636
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).
3737

3838
Uninstallation
@@ -57,4 +57,4 @@ License
5757

5858
Copyright
5959
---------
60-
(c) 2013-2014 FireGento Team
60+
(c) 2013-2018 FireGento Team

composer.json

+14-12
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
2-
"name": "firegento/pdf",
3-
"license": ["GPL-3.0"],
4-
"type": "magento-module",
5-
"description": "FireGento Pdf overwrites standard PDF layouts for invoices and shipments.",
6-
"homepage": "https://github.com/firegento/firegento-pdf",
7-
"suggest": {
8-
"magento-hackathon/localefallback": "Allows fallback for locales, especially german, swiss/austria",
9-
"magento-hackathon/magento-composer-installer": "Magento composer installer (or a replacement) is needed to install this packages"
10-
},
11-
"require-dev": {
12-
"ivanchepurnyi/ecomdev_phpunit": "dev-dev"
13-
}
2+
"name": "firegento/pdf",
3+
"license": [
4+
"GPL-3.0-only"
5+
],
6+
"type": "magento-module",
7+
"description": "FireGento Pdf overwrites standard PDF layouts for invoices and shipments.",
8+
"homepage": "https://github.com/firegento/firegento-pdf",
9+
"suggest": {
10+
"magento-hackathon/localefallback": "Allows fallback for locales, especially german, swiss/austria",
11+
"magento-hackathon/magento-composer-installer": "Magento composer installer (or a replacement) is needed to install this packages"
12+
},
13+
"require-dev": {
14+
"ivanchepurnyi/ecomdev_phpunit": "dev-dev"
15+
}
1416
}

configuration.png

429 KB
Loading

0 commit comments

Comments
 (0)