HTMLy v3.0.8

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 Bootstrap 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

  • Update edit-content.html.php by @EmiliTX in #898
  • Update add-content.html.php by @EmiliTX in #899
  • Update zh_TW.ini by @XD9527 in #907

New Contributors

  • @EmiliTX made their first contribution in #898

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

Tags: