Skip to content

Commit

Permalink
Merge pull request #101 from juchi/update_version
Browse files Browse the repository at this point in the history
update information for v4.6.1
  • Loading branch information
juchi committed Apr 5, 2016
2 parents 3f3e845 + 8e4891c commit 4898439
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
HTML2PDF v4.6.0 - 2016-03-30
HTML2PDF v4.6.1 - 2016-04-05
============================

License:
Expand Down
3 changes: 3 additions & 0 deletions _changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
4.6.1 (2016-04-05)
Fix lowercase check on font-family value

4.6.0 (2016-03-30)
Support 'start' attribute for ordered list
Enable RTL languages support
Expand Down
4 changes: 2 additions & 2 deletions html2pdf.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ public function getVersionAsArray()
{
return array(
'major' => 4,
'minor' => 5,
'revision' => 0,
'minor' => 6,
'revision' => 1,
);
}

Expand Down

0 comments on commit 4898439

Please sign in to comment.