forked from spipu/html2pdf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Tag regex doesn't match some valid tags tags like <div key= "value"> While valid html do not get matched by the regex because of the newline between the = and the "value" * Update basic.md * fix param list to call write2DBarcode() * Update CHANGELOG.md * Update README.md I like to update * Create ja.csv (with english content for now) * Add ja locale * added LT locale support * Update Path.php Fixes issue spipu#618 * Adapt path preparation for e notation * Update dependency version of tecnickcom/tcpdf * Update Html2Pdf.php add support for BASE64 encoded images also for backimg tag in page * Use multibyte aware substr when setting newline position * update chanlog from last merged MR * Update install.md * Spell Correction Spell Correction Exemple => Example for english document version. * prepare the next release * Update CHANGELOG.md Prepare the next release * prepare the next release * Update .travis.yml * Update README.md * revert fix multibyte aware substr when setting newline position - it causes pbs on some specific cases * better code quality * add security on scheme of css and image paths * add security on scheme of css and image paths * prepare release 5.2.4 * add cve id on changelog Co-authored-by: Adrien Foulon <6115458+Tofandel@users.noreply.github.com> Co-authored-by: Antoine Makdessi <amakdessi@me.com> Co-authored-by: Francois RAOULT <fra.raoult@gmail.com> Co-authored-by: Laurent MINGUET <spipu@users.noreply.github.com> Co-authored-by: Anas Raza Khan <70201063+codeanas@users.noreply.github.com> Co-authored-by: Alexis <alexis.urien@free.fr> Co-authored-by: pionell <skypeon@gmail.com> Co-authored-by: Christian Budde <Christian@savioursofsoul.de> Co-authored-by: humancopy <147451+humancopy@users.noreply.github.com> Co-authored-by: berengan <berengan@users.noreply.github.com> Co-authored-by: Andy Ford <andrew.ford@mayden.co.uk> Co-authored-by: Punit Patel <pintupatel05@gmail.com> Co-authored-by: Interduo <jkl@interduo.pl> Co-authored-by: Laurent Minguet <laurent@spareka.com>
- Loading branch information
1 parent
9a8c20d
commit b54015f
Showing
17 changed files
with
4,352 additions
and
4,127 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 |
---|---|---|
|
@@ -7,6 +7,7 @@ php: | |
- 7.2 | ||
- 7.3 | ||
- 7.4 | ||
- 8.0 | ||
|
||
before_script: | ||
- composer selfupdate | ||
|
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
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
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
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
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
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
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
Oops, something went wrong.