Skip to content

Commit 47e8e3e

Browse files
committed
6.2.2 (2014-12-18)
- Fixed mispelled words. - Fixed version number.
1 parent 9e55652 commit 47e8e3e

19 files changed

+15652
-78
lines changed

CHANGELOG.TXT

+14-10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
6.2.2 (2014-12-18)
2+
- Fixed mispelled words.
3+
- Fixed version number.
4+
15
6.2.1 (2014-12-18)
26
- The constant K_TCPDF_THROW_EXCEPTION_ERROR is now set to false in the default configuration file.
37
- An issue with the _destroy() method was fixed.
@@ -43,7 +47,7 @@
4347

4448
6.0.093 (2014-09-02)
4549
- Security fix: some serialize/unserialize methods were replaced with json_encode/json_decode to avoid a potential object injection with user supplied content. Thanks to ownCloud Inc. for reporting this issue.
46-
- K_TIMEZONE constant was added to the default configuration to supress date-time warnings.
50+
- K_TIMEZONE constant was added to the default configuration to suppress date-time warnings.
4751

4852
6.0.092 (2014-09-01)
4953
- Bug item #956 "Monospaced fonts are not alignd at the baseline" was fixed.
@@ -398,7 +402,7 @@
398402
- Image method was improved.
399403

400404
5.9.208 (2013-03-15)
401-
- objclone fuction was patched to support old imagick extensions.
405+
- objclone function was patched to support old imagick extensions.
402406
- tcpdf_parser was improved to support Cross-Reference Streams and large streams.
403407

404408
5.9.207 (2013-03-04)
@@ -475,7 +479,7 @@
475479
- barcodes.php file was resynced.
476480
- Methods SetAbsX, SetAbsY, SetAbsXY where added to set the absolute pointer coordinates.
477481
- Method getCharBBox were added to get single character bounding box.
478-
- Signature of addTTFfont method was changed ($addcbbox paramter was added).
482+
- Signature of addTTFfont method was changed ($addcbbox parameter was added).
479483

480484
5.9.185 (2012-09-12)
481485
- Method _putfontwidths() was fixed.
@@ -877,7 +881,7 @@
877881

878882
5.9.080 (2011-05-17)
879883
- A problem related to file path calculation for images was fixed.
880-
- A problem related to unsupressed getimagesize() error was fixed.
884+
- A problem related to unsuppressed getimagesize() error was fixed.
881885

882886
5.9.079 (2011-05-16)
883887
- Footer() method was changed to use C128 barcode as default (instead of the previous C128B).
@@ -1231,7 +1235,7 @@
12311235
- Alignment problem on write2DBarcode was fixed.
12321236

12331237
5.8.015 (2010-08-24)
1234-
- A problem arised with the latest bugfix was fixed.
1238+
- A problem arose with the latest bugfix was fixed.
12351239

12361240
5.8.014 (2010-08-23)
12371241
- Method _getxobjectdict() was added for better compatibility with external extensions.
@@ -1693,7 +1697,7 @@
16931697
- Bug item #2938412 "Table related problems - thead, nobr, table width" was fixed.
16941698

16951699
4.8.026 (2010-01-19)
1696-
- The misspelled word "lenght" was replaced with "length" in some variables and comments.
1700+
- The misspelled word "length" was replaced with "length" in some variables and comments.
16971701

16981702
4.8.025 (2010-01-18)
16991703
- addExtGState() method was improved to reuse existing ExtGState objects.
@@ -1775,7 +1779,7 @@
17751779
4.8.006 (2009-09-23)
17761780
- Bug item #2864522 "No images if DOCUMENT_ROOT=='/'" was fixed.
17771781
- Support for text-indent CSS attribute was added.
1778-
- Method rollbackTransaction() was changed to support self-reassigment of previous object (check source code documentation).
1782+
- Method rollbackTransaction() was changed to support self-reassignment of previous object (check source code documentation).
17791783
- Support for the HTML "nobr" attribute was added to avoid splitting a table or a table row on two pages (i.e.: <tr nobr="true">...</tr>).
17801784

17811785
4.8.005 (2009-09-17)
@@ -1946,7 +1950,7 @@
19461950
- WARNING: THIS VERSION CHANGES THE BEHAVIOUR OF $x and $y parameters for several TCPDF methods:
19471951
zero coordinates for $x and $y are now valid coordinates;
19481952
set $x and $y as empty strings to get the current value.
1949-
- Some error caused by 'empty' funtion were fixed.
1953+
- Some error caused by 'empty' function were fixed.
19501954
- Default color for convertHTMLColorToDec() method was changed to white and the return value for invalid color is false.
19511955
- HTML on footer bug was fixed.
19521956
- The following examples were fixed: 5,7,10,17,19,20,21,33,42,43.
@@ -1965,8 +1969,8 @@
19651969
C128A : CODE 128 A
19661970
C128B : CODE 128 B
19671971
C128C : CODE 128 C
1968-
EAN2 : 2-Digits UPC-Based Extention
1969-
EAN5 : 5-Digits UPC-Based Extention
1972+
EAN2 : 2-Digits UPC-Based Extension
1973+
EAN5 : 5-Digits UPC-Based Extension
19701974
EAN8 : EAN 8
19711975
EAN13 : EAN 13
19721976
UPCA : UPC-A

README.TXT

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

1010
Name: TCPDF
11-
Version: 6.2.1
11+
Version: 6.2.2
1212
Release date: 2014-12-18
1313
Author: Nicola Asuni
1414

@@ -35,7 +35,7 @@ Main Features:
3535
* methods to publish some XHTML + CSS code, Javascript and Forms;
3636
* images, graphic (geometric figures) and transformation methods;
3737
* 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)
38-
* 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 Extention, 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;
38+
* 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;
4141
* document encryption up to 256 bit and digital signature certifications;

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.1",
3+
"version": "6.2.2",
44
"homepage": "http://www.tcpdf.org/",
55
"type": "library",
66
"description": "TCPDF is a PHP class for generating PDF documents and barcodes.",

examples/config/tcpdf_config_alt.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
define('K_TCPDF_CALLS_IN_HTML', true);
214214

215215
/**
216-
* If true adn PHP version is greater than 5, then the Error() method throw new exception instead of terminating the execution.
216+
* If true and PHP version is greater than 5, then the Error() method throw new exception instead of terminating the execution.
217217
*/
218218
define('K_TCPDF_THROW_EXCEPTION_ERROR', false);
219219

examples/example_014.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
$pdf->CheckBox('newsletter', 5, true, array(), array(), 'OK');
131131

132132
$pdf->Ln(10);
133-
// Adress
133+
// Address
134134
$pdf->Cell(35, 5, 'Address:');
135135
$pdf->TextField('address', 60, 18, array('multiline'=>true, 'lineWidth'=>0, 'borderStyle'=>'none'), array('v'=>'Lorem ipsum dolor sit amet, consectetur adipiscing elit.', 'dv'=>'Lorem ipsum dolor sit amet, consectetur adipiscing elit.'));
136136
$pdf->Ln(19);

examples/example_027.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -209,14 +209,14 @@
209209
// add a page ----------
210210
$pdf->AddPage();
211211

212-
// 5-Digits UPC-Based Extention
213-
$pdf->Cell(0, 0, '5-Digits UPC-Based Extention', 0, 1);
212+
// 5-Digits UPC-Based Extension
213+
$pdf->Cell(0, 0, '5-Digits UPC-Based Extension', 0, 1);
214214
$pdf->write1DBarcode('51234', 'EAN5', '', '', '', 18, 0.4, $style, 'N');
215215

216216
$pdf->Ln();
217217

218-
// 2-Digits UPC-Based Extention
219-
$pdf->Cell(0, 0, '2-Digits UPC-Based Extention', 0, 1);
218+
// 2-Digits UPC-Based Extension
219+
$pdf->Cell(0, 0, '2-Digits UPC-Based Extension', 0, 1);
220220
$pdf->write1DBarcode('34', 'EAN2', '', '', '', 18, 0.4, $style, 'N');
221221

222222
$pdf->Ln();

examples/example_046.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
*/
8888

8989
/*
90-
// You can autmatically add SOFT HYPHENS to your text using
90+
// You can automatically add SOFT HYPHENS to your text using
9191
// the hyphenateText() method, but this requires either an
9292
// hyphenation pattern array of a hyphenation pattern TEX file.
9393
// You can download hyphenation TEX patterns from:

examples/example_064.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171

7272

7373
// define some html content for testing
74-
$txt = '<p style="text-align:justify;color:blue;font-size:12pt;"><span style="color:red;font-size:14pt;font-weight:bold;">TEST PAGE REGIONS:</span> <span style="color:green;">A no-write region is a portion of the page with a rectangular or trapezium shape that will not be covered when writing text or html code. A region is always aligned on the left or right side of the page ad is defined using a vertical segment. You can set multiple regions for the same page. You can combine several adjacent regions to aproximate curved shapes.</span> Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sed imperdiet lectus. Phasellus quis velit velit, non condimentum quam. Sed neque urna, ultrices ac volutpat vel, laoreet vitae augue. Sed vel velit erat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Cras eget velit nulla, eu sagittis elit. Nunc ac arcu est, in lobortis tellus. Praesent condimentum rhoncus sodales. In hac habitasse platea dictumst. Proin porta eros pharetra enim tincidunt dignissim nec vel dolor. Cras sapien elit, ornare ac dignissim eu, ultricies ac eros. Maecenas augue magna, ultrices a congue in, mollis eu nulla. Nunc venenatis massa at est eleifend faucibus. Vivamus sed risus lectus, nec interdum nunc.
74+
$txt = '<p style="text-align:justify;color:blue;font-size:12pt;"><span style="color:red;font-size:14pt;font-weight:bold;">TEST PAGE REGIONS:</span> <span style="color:green;">A no-write region is a portion of the page with a rectangular or trapezium shape that will not be covered when writing text or html code. A region is always aligned on the left or right side of the page ad is defined using a vertical segment. You can set multiple regions for the same page. You can combine several adjacent regions to approximate curved shapes.</span> Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sed imperdiet lectus. Phasellus quis velit velit, non condimentum quam. Sed neque urna, ultrices ac volutpat vel, laoreet vitae augue. Sed vel velit erat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Cras eget velit nulla, eu sagittis elit. Nunc ac arcu est, in lobortis tellus. Praesent condimentum rhoncus sodales. In hac habitasse platea dictumst. Proin porta eros pharetra enim tincidunt dignissim nec vel dolor. Cras sapien elit, ornare ac dignissim eu, ultricies ac eros. Maecenas augue magna, ultrices a congue in, mollis eu nulla. Nunc venenatis massa at est eleifend faucibus. Vivamus sed risus lectus, nec interdum nunc.
7575
Fusce et felis vitae diam lobortis sollicitudin. Aenean tincidunt accumsan nisi, id vehicula quam laoreet elementum. Phasellus egestas interdum erat, et viverra ipsum ultricies ac. Praesent sagittis augue at augue volutpat eleifend. Cras nec orci neque. Mauris bibendum posuere blandit. Donec feugiat mollis dui sit amet pellentesque. Sed a enim justo. Donec tincidunt, nisl eget elementum aliquam, odio ipsum ultrices quam, eu porttitor ligula urna at lorem. Donec varius, eros et convallis laoreet, ligula tellus consequat felis, ut ornare metus tellus sodales velit. Duis sed diam ante. Ut rutrum malesuada massa, vitae consectetur ipsum rhoncus sed. Suspendisse potenti. Pellentesque a congue massa.
7676
Integer non sem eget neque mattis accumsan. Maecenas eu nisl mauris, sit amet interdum ipsum. In pharetra erat vel lectus venenatis elementum. Nulla non elit ligula, sit amet mollis urna. Morbi ut gravida est. Mauris tincidunt sem et turpis molestie malesuada. Curabitur vel nulla risus, sed mollis erat. Suspendisse vehicula accumsan purus nec varius. Donec fermentum lorem id felis sodales dictum. Quisque et dolor ipsum. Nam luctus consectetur dui vitae fermentum. Curabitur sodales consequat augue, id ultricies augue tempor ac. Aliquam ac magna id ipsum vehicula bibendum. Sed elementum congue tristique. <img src="images/image_demo.jpg" width="5mm" height="5mm" /> Phasellus vel lorem eu lectus porta sodales. Etiam neque tortor, sagittis id pharetra quis, laoreet vel arcu.
7777
Cras quam mi, ornare laoreet laoreet vel, vehicula at lacus. Maecenas a lacus accumsan augue convallis sagittis sed quis odio. Morbi sit amet turpis diam, dictum convallis urna. Cras eget interdum augue. Cras eu nisi sit amet dolor faucibus porttitor. Suspendisse potenti. Nunc vitae dolor risus, at cursus libero. Suspendisse bibendum tellus non nibh hendrerit tristique. Mauris eget orci elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam porta libero non ante laoreet semper. Proin volutpat sodales mi, ac fermentum erat sagittis in. Vivamus at viverra felis. Ut pretium facilisis ante et pharetra.

fonts/ae_fonts_2.0/ChangeLog

+1-1
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@
494494

495495
2007-07-21 20:05 Afief Halumi <[email protected]>
496496

497-
* Makefile: Commited the Makefile. Hope you like it.
497+
* Makefile: Committed the Makefile. Hope you like it.
498498

499499
2007-07-21 19:11 Khaled Hosny <[email protected]>
500500

0 commit comments

Comments
 (0)