Skip to content

Commit d9d4689

Browse files
committed
Version 0.12.65
1 parent 419e30d commit d9d4689

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

data.txt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ Note that this document was generated using the demo script 'readme.php' which c
2929

3030
1<Changelog>
3131

32+
3<0.12.65>
33+
- Fix PHP 8.1 conversion from float deprecation #168
34+
3235
3<0.12.64>
3336
- Compatibility with PHP 8.1 #164
3437

@@ -47,16 +50,10 @@ Note that this document was generated using the demo script 'readme.php' which c
4750
- Slighty improved *.afm font loading for compatibility reason
4851

4952
3<0.12.58>
50-
5153
- Recovered $test option in addText() method #128
5254
- Fixed broken PDF 1.3 standard when using callbacks
5355
- Proper calculate full justification on last line
5456

55-
3<0.12.57>
56-
57-
- Fixed issue #134
58-
- Set automated full justification to 90 %
59-
6057
Please refer to <c:alink:https://github.com/rospdf/pdf-php/releases>https://github.com/rospdf/pdf-php/releases</c:alink> for all previous changes
6158

6259
#NP

readme.pdf

0 Bytes
Binary file not shown.

readme.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function dots($info)
7070
// this code has been modified to use ezpdf.
7171

7272
$project_url = "https://github.com/rospdf/";
73-
$project_version = "Version 0.12.64";
73+
$project_version = "Version 0.12.65";
7474

7575
$pdf = new Creport('a4', 'portrait', 'none', null);
7676

0 commit comments

Comments
 (0)