diff --git a/data.txt b/data.txt index d0b2b4b..25060fc 100644 --- a/data.txt +++ b/data.txt @@ -29,6 +29,9 @@ Note that this document was generated using the demo script 'readme.php' which c 1 +3<0.12.63> +- Merged PR #146 + 3<0.12.62> - Fixed repeating background image when using ezColumnsStart @@ -51,11 +54,6 @@ Note that this document was generated using the demo script 'readme.php' which c - Fixed issue #134 - Set automated full justification to 90 % -3<0.12.56> - -- Fixed addTextWrap method -- Fixed issue #132 - Please refer to https://github.com/rospdf/pdf-php/releases for all previous changes #NP diff --git a/readme.pdf b/readme.pdf index f9e5f9d..e65c2e8 100644 Binary files a/readme.pdf and b/readme.pdf differ diff --git a/readme.php b/readme.php index 5e2ace4..1400818 100644 --- a/readme.php +++ b/readme.php @@ -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.62"; +$project_version = "Version 0.12.63"; $pdf = new Creport('a4', 'portrait', 'none', null);