HTMLy 2.9.5: Metatags Improvements
Posted in Updates by danpros on 15 March 2024
What's new:
- Open Graph and simplified Twitter card
- Allow to change the meta title formats using shortcode. Visit
admin/config/metatags
- Favicon and default image options
- New language added: Croatian (hr_HR)
Note:
- For metatags. There is new variable
$metatags
and this must be added to HTML head tag to generate the Open Graph and Twitter card metatag. If you are using a theme that has not been updated or a custom theme, add below code in layout.html.php
<?php echo $metatags; ?>
What's Changed
- Translation options for the summary options introduced in the last update by @sb0001 in https://github.com/danpros/htmly/pull/697
- Update it_IT.ini by @eagleman in https://github.com/danpros/htmly/pull/698
- Update it_IT.ini by @eagleman in https://github.com/danpros/htmly/pull/700
- Croatian language (hr_HR) by @m4rcus8 in https://github.com/danpros/htmly/issues/699
Full Changelog: https://github.com/danpros/htmly/compare/v2.9.4...v2.9.5
Tags: Feature Release