Skip to content

Commit 8eb1add

Browse files
committed
6.2.7 (2015-04-28)
- Merged PR 17: Avoid warning when iterating a non-array variable. - Merged PR 16: Improve MuliCell param definition. - Improved column check (PR 15). - Merged PR 11: Use stream_is_local instead of limit to file://. - Merged PR 10: ImageMagick link on README.txt.
1 parent a2e8f5b commit 8eb1add

8 files changed

+2895
-17
lines changed

CHANGELOG.TXT

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
6.2.7 (2015-04-28)
2+
- Merged PR 17: Avoid warning when iterating a non-array variable.
3+
- Merged PR 16: Improve MuliCell param definition.
4+
- Improved column check (PR 15).
5+
- Merged PR 11: Use stream_is_local instead of limit to file://.
6+
- Merged PR 10: ImageMagick link on README.txt.
7+
18
6.2.6 (2015-01-28)
29
- Bug #1008 "UTC offset sing breaks PDF/A-1b compliance" was fixed.
310

README.TXT

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ http://sourceforge.net/donate/index.php?group_id=128076
88
------------------------------------------------------------
99

1010
Name: TCPDF
11-
Version: 6.2.6
12-
Release date: 2015-01-28
11+
Version: 6.2.7
12+
Release date: 2015-04-28
1313
Author: Nicola Asuni
1414

1515
Copyright (c) 2002-2015:
@@ -34,7 +34,7 @@ Main Features:
3434
* font subsetting;
3535
* methods to publish some XHTML + CSS code, Javascript and Forms;
3636
* images, graphic (geometric figures) and transformation methods;
37-
* supports JPEG, PNG and SVG images natively, all images supported by GD (GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM) and all images supported via ImagMagick (http: www.imagemagick.org/www/formats.html)
37+
* supports JPEG, PNG and SVG images natively, all images supported by GD (GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM) and all images supported via ImagMagick (http://www.imagemagick.org/script/formats.php)
3838
* 1D and 2D barcodes: CODE 39, ANSI MH10.8M-1983, USD-3, 3 of 9, CODE 93, USS-93, Standard 2 of 5, Interleaved 2 of 5, CODE 128 A/B/C, 2 and 5 Digits UPC-Based Extension, EAN 8, EAN 13, UPC-A, UPC-E, MSI, POSTNET, PLANET, RMS4CC (Royal Mail 4-state Customer Code), CBC (Customer Bar Code), KIX (Klant index - Customer index), Intelligent Mail Barcode, Onecode, USPS-B-3200, CODABAR, CODE 11, PHARMACODE, PHARMACODE TWO-TRACKS, Datamatrix, QR-Code, PDF417;
3939
* JPEG and PNG ICC profiles, Grayscale, RGB, CMYK, Spot Colors and Transparencies;
4040
* automatic page header and footer management;

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tecnick.com/tcpdf",
3-
"version": "6.2.6",
3+
"version": "6.2.7",
44
"homepage": "http://www.tcpdf.org/",
55
"type": "library",
66
"description": "TCPDF is a PHP class for generating PDF documents and barcodes.",

0 commit comments

Comments
 (0)