-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace invoice-pdf.php with more robust pdf-php library version
- Loading branch information
ole
committed
Aug 25, 2018
1 parent
a1d9bc3
commit 00c6bd4
Showing
8 changed files
with
230 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
# ignore visual studio code configuration | ||
.vscode | ||
# ignore .svn | ||
.svn | ||
.svn | ||
|
||
# ignore composer vendor path | ||
vendor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
[submodule "pdf-php"] | ||
path = pdf-php | ||
url = https://github.com/rospdf/pdf-php.git | ||
branch = experimental-src | ||
path = vendor/rospdf/pdf-php | ||
url = https://github.com/rospdf/pdf-php | ||
[submodule "vendor/rospdf/pdf-php"] | ||
path = vendor/rospdf/pdf-php | ||
url = https://github.com/rospdf/pdf-php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "ole1986/wc-invoice-pdf", | ||
"type": "", | ||
"description": "WC Recurring Invoice Pdf plugin for wordpress", | ||
"homepage": "https://github.com/ole1986/wc-invoice-pdf", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Ole Koeckemann", | ||
"email": "[email protected]", | ||
"role": "Project Head / Developer" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.4.0", | ||
"rospdf/pdf-php": "0.12.*" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.