Skip to content

Commit

Permalink
Version 0.12.65
Browse files Browse the repository at this point in the history
  • Loading branch information
oradwell committed Nov 16, 2022
1 parent 419e30d commit d9d4689
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions data.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ Note that this document was generated using the demo script 'readme.php' which c

1<Changelog>

3<0.12.65>
- Fix PHP 8.1 conversion from float deprecation #168

3<0.12.64>
- Compatibility with PHP 8.1 #164

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

3<0.12.58>

- Recovered $test option in addText() method #128
- Fixed broken PDF 1.3 standard when using callbacks
- Proper calculate full justification on last line

3<0.12.57>

- Fixed issue #134
- Set automated full justification to 90 %

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

#NP
Expand Down
Binary file modified readme.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion readme.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function dots($info)
// this code has been modified to use ezpdf.

$project_url = "https://github.com/rospdf/";
$project_version = "Version 0.12.64";
$project_version = "Version 0.12.65";

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

Expand Down

0 comments on commit d9d4689

Please sign in to comment.