Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bsweeney committed Jun 21, 2022
1 parent 36be0c2 commit 79573d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
$Format:<%h>$
2.0.0

2 comments on commit 79573d8

@PaolaRuby
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bsweeney all the deprecated code was not deleted again

dompdf/src/Dompdf.php

Lines 324 to 326 in 71a1e1d

* @deprecated
*/
public function load_html_file($file)

dompdf/src/Dompdf.php

Lines 497 to 499 in 71a1e1d

* @deprecated
*/
public static function remove_text_nodes(DOMNode $node)

@bsweeney
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed, though deprecation is not indication of when the functionality will be removed those probably should have been removed with this release. I'll try to remember to review deprecated functionality in more detail for the next major release.

Please sign in to comment.