Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
196.4 KB
MD5: 2a3f0624095a24700ef63d918abc548b
SHA-1: 9ed2952ccd297941a3900a2d90e364a19e3d431c
SHA-256: 73b20be1574668db3cd88418dde9a469bc2e84e9312230deb46d7e54c663749d
Download zip
279.44 KB
MD5: 869c6d6b1180216697bb8a64d0a144d9
SHA-1: 52579bb283ee9efeaadaea3679aa04c607ccfe0a
SHA-256: 86315bc3d48229a524be8689924ad10ec56d3771b7b9d09652a23fe1fd78be5f
Release notes
This is primarily a bugfix release, the main feature change is related to fixing & improving the mask-icon meta tag. It is a recommended update for all sites.
Full changelog since v7.x-1.16:
- #2748627 by jalpesh: Corrected twitter:app:id:googleplay description.
- #2752319 by DamienMcKenna: Fixed output of the mask-icon meta tag.
- #2752319 by DamienMcKenna: Added the mask-icon 'color' attribute, the new 'url' option for meta tag definitions, and tests for the mask-icon meta tag.
- #2754263 by DamienMcKenna: Meta tags with multiple values should still be returned as a string from metatag_get_value().
- #1953080 by DamienMcKenna: Don't output language/locale meta tags if they are equal to LANGUAGE_NONE/"und".
- #2659906 by DamienMcKenna: Rewrote update 7040 to use less memory and work better.
- #2720723 by IRuslan: Allow config instance names to be changed.
- #2669592 by DamienMcKenna: Fix for possible problem with removal of meta tags that Metatag is already outputting.
- #2162397 by DamienMcKenna: Added test dependency for Profile2.
- #2162397 by roderick, DamienMcKenna, hideaway: Fixed loading multiple entities on the same path when at least one of them is not enabled for use with Metatag and gets in the way of the one which is enabled.