Skip to content

Commit

Permalink
[TASK] Update TCPDF 6.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liayn authored and maechler committed Jan 15, 2023
1 parent 617a102 commit 7d503e7
Show file tree
Hide file tree
Showing 88 changed files with 232 additions and 9 deletions.
5 changes: 5 additions & 0 deletions Resources/Private/PHP/tcpdf/CHANGELOG.TXT
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
6.6.2 (2022-12-17)
- Ensure pregSplit return type is always array.
- Add ability to run tests on various operating systems (#566)
- Avoid a deprecated error from PHP8.1 (#573)

6.6.1 (2022-12-12)
- Add PHPStan and fix level 1 errors (#307)

Expand Down
2 changes: 1 addition & 1 deletion Resources/Private/PHP/tcpdf/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.6.1
6.6.2
2 changes: 1 addition & 1 deletion Resources/Private/PHP/tcpdf/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"barcodes"
],
"homepage": "http://www.tcpdf.org/",
"version": "6.6.1",
"version": "6.6.2",
"license": "LGPL-3.0-only",
"authors": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
* @package com.tecnick.tcpdf
* @author Nicola Asuni
* @version 1.0.000
* @group barcode
* @group 1d
* @group html
* @group comparable
*/

// include 1D barcode class (search for installation path)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
* @package com.tecnick.tcpdf
* @author Nicola Asuni
* @version 1.0.000
* @group barcode
* @group 1d
* @group png
*/

// include 1D barcode class (search for installation path)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
* @package com.tecnick.tcpdf
* @author Nicola Asuni
* @version 1.0.000
* @group barcode
* @group 1d
* @group svg
* @group comparable
*/

// include 1D barcode class (search for installation path)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
* @package com.tecnick.tcpdf
* @author Nicola Asuni
* @version 1.0.000
* @group barcode
* @group 1d
* @group svg
* @group comparable
*/

// include 1D barcode class (search for installation path)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
* @package com.tecnick.tcpdf
* @author Nicola Asuni
* @version 1.0.009
* @group barcode
* @group datamatrix
* @group html
* @group comparable
*/

// include 2D barcode class (search for installation path)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
* @package com.tecnick.tcpdf
* @author Nicola Asuni
* @version 1.0.009
* @group barcode
* @group datamatrix
* @group png
*/

// include 2D barcode class (search for installation path)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
* @package com.tecnick.tcpdf
* @author Nicola Asuni
* @version 1.0.009
* @group barcode
* @group datamatrix
* @group svg
* @group comparable
*/

// include 2D barcode class (search for installation path)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
* @package com.tecnick.tcpdf
* @author Nicola Asuni
* @version 1.0.009
* @group barcode
* @group datamatrix
* @group svg
* @group comparable
*/

// include 2D barcode class (search for installation path)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
* @package com.tecnick.tcpdf
* @author Nicola Asuni
* @version 1.0.009
* @group barcode
* @group pdf417
* @group html
* @group comparable
*/

// include 2D barcode class (search for installation path)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
* @package com.tecnick.tcpdf
* @author Nicola Asuni
* @version 1.0.009
* @group barcode
* @group pdf417
* @group png
*/

// include 2D barcode class (search for installation path)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
* @package com.tecnick.tcpdf
* @author Nicola Asuni
* @version 1.0.009
* @group barcode
* @group pdf417
* @group svg
* @group comparable
*/

// include 2D barcode class (search for installation path)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
* @package com.tecnick.tcpdf
* @author Nicola Asuni
* @version 1.0.009
* @group barcode
* @group pdf417
* @group svg
* @group comparable
*/

// include 2D barcode class (search for installation path)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
* @package com.tecnick.tcpdf
* @author Nicola Asuni
* @version 1.0.009
* @group barcode
* @group qrcode
* @group html
*/

// include 2D barcode class (search for installation path)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
* @package com.tecnick.tcpdf
* @author Nicola Asuni
* @version 1.0.009
* @group barcode
* @group qrcode
* @group png
*/

// include 2D barcode class (search for installation path)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
* @package com.tecnick.tcpdf
* @author Nicola Asuni
* @version 1.0.009
* @group barcode
* @group qrcode
* @group svg
*/

// include 2D barcode class (search for installation path)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
* @package com.tecnick.tcpdf
* @author Nicola Asuni
* @version 1.0.009
* @group barcode
* @group qrcode
* @group svg
*/

// include 2D barcode class (search for installation path)
Expand Down
4 changes: 4 additions & 0 deletions Resources/Private/PHP/tcpdf/examples/example_001.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
* @abstract TCPDF - Example: Default Header and Footer
* @author Nicola Asuni
* @since 2008-03-04
* @group header
* @group footer
* @group page
* @group pdf
*/

// Include the main TCPDF library (search for installation path).
Expand Down
4 changes: 4 additions & 0 deletions Resources/Private/PHP/tcpdf/examples/example_002.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
* @abstract TCPDF - Example: Removing Header and Footer
* @author Nicola Asuni
* @since 2008-03-04
* @group header
* @group footer
* @group page
* @group pdf
*/

// Include the main TCPDF library (search for installation path).
Expand Down
4 changes: 4 additions & 0 deletions Resources/Private/PHP/tcpdf/examples/example_003.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
* @abstract TCPDF - Example: Custom Header and Footer
* @author Nicola Asuni
* @since 2008-03-04
* @group header
* @group footer
* @group page
* @group pdf
*/

// Include the main TCPDF library (search for installation path).
Expand Down
2 changes: 2 additions & 0 deletions Resources/Private/PHP/tcpdf/examples/example_004.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
* @abstract TCPDF - Example: Cell stretching
* @author Nicola Asuni
* @since 2008-03-04
* @group cell
* @group pdf
*/

// Include the main TCPDF library (search for installation path).
Expand Down
2 changes: 2 additions & 0 deletions Resources/Private/PHP/tcpdf/examples/example_005.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
* @abstract TCPDF - Example: Multicell
* @author Nicola Asuni
* @since 2008-03-04
* @group cell
* @group pdf
*/

// Include the main TCPDF library (search for installation path).
Expand Down
3 changes: 3 additions & 0 deletions Resources/Private/PHP/tcpdf/examples/example_006.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
* @abstract TCPDF - Example: WriteHTML and RTL support
* @author Nicola Asuni
* @since 2008-03-04
* @group html
* @group rtl
* @group pdf
*/

// Include the main TCPDF library (search for installation path).
Expand Down
4 changes: 4 additions & 0 deletions Resources/Private/PHP/tcpdf/examples/example_007.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
* @abstract TCPDF - Example: Two independent columns with WriteHTMLCell()
* @author Nicola Asuni
* @since 2008-03-04
* @group column
* @group cell
* @group html
* @group pdf
*/

// Include the main TCPDF library (search for installation path).
Expand Down
4 changes: 3 additions & 1 deletion Resources/Private/PHP/tcpdf/examples/example_008.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
* @abstract TCPDF - Example: Include external UTF-8 text file
* @author Nicola Asuni
* @since 2008-03-04
* @group unicode
* @group pdf
*/

// Include the main TCPDF library (search for installation path).
Expand Down Expand Up @@ -75,7 +77,7 @@
// add a page
$pdf->AddPage();

// get esternal file content
// get external file content
$utf8text = file_get_contents('data/utf8test.txt', false);

// set color for text
Expand Down
2 changes: 2 additions & 0 deletions Resources/Private/PHP/tcpdf/examples/example_009.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
* @abstract TCPDF - Example: Test Image
* @author Nicola Asuni
* @since 2008-03-04
* @group image
* @group pdf
*/

// Include the main TCPDF library (search for installation path).
Expand Down
2 changes: 2 additions & 0 deletions Resources/Private/PHP/tcpdf/examples/example_010.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
* @abstract TCPDF - Example: Text on multiple columns
* @author Nicola Asuni
* @since 2008-03-04
* @group column
* @group pdf
*/

// Include the main TCPDF library (search for installation path).
Expand Down
3 changes: 3 additions & 0 deletions Resources/Private/PHP/tcpdf/examples/example_011.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
* @abstract TCPDF - Example: Colored Table
* @author Nicola Asuni
* @since 2008-03-04
* @group table
* @group color
* @group pdf
*/

// Include the main TCPDF library (search for installation path).
Expand Down
2 changes: 2 additions & 0 deletions Resources/Private/PHP/tcpdf/examples/example_012.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
* @abstract TCPDF - Example: Graphic Functions
* @author Nicola Asuni
* @since 2008-03-04
* @group drawing
* @group pdf
*/

// Include the main TCPDF library (search for installation path).
Expand Down
2 changes: 2 additions & 0 deletions Resources/Private/PHP/tcpdf/examples/example_013.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
* @abstract TCPDF - Example: Graphic Transformations
* @author Nicola Asuni
* @since 2008-03-04
* @group drawing
* @group pdf
*/

// Include the main TCPDF library (search for installation path).
Expand Down
3 changes: 3 additions & 0 deletions Resources/Private/PHP/tcpdf/examples/example_014.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
* @abstract TCPDF - Example: Javascript Form and user rights (only works on Adobe Acrobat)
* @author Nicola Asuni
* @since 2008-03-04
* @group javascript
* @group form
* @group pdf
*/


Expand Down
3 changes: 3 additions & 0 deletions Resources/Private/PHP/tcpdf/examples/example_015.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
* @abstract TCPDF - Example: Bookmarks (Table of Content)
* @author Nicola Asuni
* @since 2008-03-04
* @group toc
* @group bookmark
* @group pdf
*/

// Include the main TCPDF library (search for installation path).
Expand Down
2 changes: 2 additions & 0 deletions Resources/Private/PHP/tcpdf/examples/example_016.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
* @abstract TCPDF - Example: Document Encryption / Security
* @author Nicola Asuni
* @since 2008-03-04
* @group security
* @group pdf
*/

// Include the main TCPDF library (search for installation path).
Expand Down
3 changes: 3 additions & 0 deletions Resources/Private/PHP/tcpdf/examples/example_017.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
* @abstract TCPDF - Example: Two independent columns with MultiCell
* @author Nicola Asuni
* @since 2008-03-04
* @group column
* @group cell
* @group pdf
*/

// Include the main TCPDF library (search for installation path).
Expand Down
2 changes: 2 additions & 0 deletions Resources/Private/PHP/tcpdf/examples/example_018.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
* @abstract TCPDF - Example: RTL document with Persian language
* @author Nicola Asuni
* @since 2008-03-06
* @group rtl
* @group pdf
*/

// Include the main TCPDF library (search for installation path).
Expand Down
2 changes: 2 additions & 0 deletions Resources/Private/PHP/tcpdf/examples/example_019.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
* @abstract TCPDF - Example: Non unicode with alternative config file
* @author Nicola Asuni
* @since 2008-03-04
* @group unicode
* @group pdf
*/

// Include the main TCPDF library (search for installation path).
Expand Down
3 changes: 3 additions & 0 deletions Resources/Private/PHP/tcpdf/examples/example_020.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
* @abstract TCPDF - Example: Two columns composed by MultiCell of different heights
* @author Nicola Asuni
* @since 2008-03-04
* @group cell
* @group column
* @group pdf
*/

// Include the main TCPDF library (search for installation path).
Expand Down
Loading

0 comments on commit 7d503e7

Please sign in to comment.