Skip to content

Commit

Permalink
replace invoice-pdf.php with more robust pdf-php library version
Browse files Browse the repository at this point in the history
  • Loading branch information
ole committed Aug 25, 2018
1 parent a1d9bc3 commit 00c6bd4
Show file tree
Hide file tree
Showing 8 changed files with 230 additions and 132 deletions.
5 changes: 4 additions & 1 deletion .gitignore
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
8 changes: 5 additions & 3 deletions .gitmodules
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
18 changes: 18 additions & 0 deletions composer.json
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.*"
}
}
89 changes: 89 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 00c6bd4

Please sign in to comment.