8000 Release HTMLy v3.0.8 · danpros/htmly · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

HTMLy v3.0.8

Latest
Compare
Choose a tag to compare
@danpros danpros released this 22 Apr 22:43
· 1 commit to master since this release

What's New:

  • Now the $metatags variable also includes title, description, and canonical
  • Improve toolbar and menu
  • Fix deprecated warning in PHP 8.4 (urlify and portable-ascii)
  • Fix Bootstr 4C4B ap 5 dropdown menu
  • Language update

Note for $metatags

If you are using a custom theme or themes that are not included in the package, simply delete below lines from layout.html.php and leave the $metatags intact:

<title><?php echo $title;?></title>
<meta name="description" content="<?php echo $description; ?>"/>
<link rel="canonical" href="<?php echo $canonical; ?>" />

What's Changed

New Contributors

Full Changelog: v3.0.7...v3.0.8

0