Skip to content

Commit

Permalink
Updates to use latest mPdf library fixes #45 fixes #51
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Jun 17, 2017
1 parent 17fda1c commit 99f672a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
16 changes: 11 additions & 5 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
Change Log: `yii2-mpdf`
=======================

## Version 1.0.2

**Date:** 17-Jun-2017

- (enh #45, #51): Updates dependency to use latest mPdf 7.x development branch.

## Version 1.0.1

**Date:** 14-Jan-2017

- (enh #12): New `tempPath` property to allow setting temporary folder for mpdf font data.
- (enh #13): Default mode setting for Asian Languages via `Pdf::MODE_ASIAN`.
- (enh #14): Initialize with default mPDF configuration options.
- Update mpdf source to use repo https://github.com/mpdf/mpdf.
- Add branch alias for dev-master latest release.
- Add github contribution and issue/PR logging templates.
- Add branch alias for dev-master latest release.
- Update mpdf source to use repo https://github.com/mpdf/mpdf.
- (enh #14): Initialize with default mPDF configuration options.
- (enh #13): Default mode setting for Asian Languages via `Pdf::MODE_ASIAN`.
- (enh #12): New `tempPath` property to allow setting temporary folder for mpdf font data.

## Version 1.0.0

Expand Down
2 changes: 1 addition & 1 deletion Pdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2017
* @package yii2-mpdf
* @version 1.0.1
* @version 1.0.2
*/

namespace kartik\mpdf;
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
],
"require": {
"mpdf/mpdf": "<7.0"
"mpdf/mpdf": "~7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 99f672a

Please sign in to comment.