Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
115.11 KB
MD5: 8b34c2ce3bca509ca5fb2a5e2969ceb0
SHA-1: 4cdc9a2f64a8440c4a265cb45619749777be6f75
SHA-256: 32d748ba95fcef9c6deaa47b0a45b2954891ae8744d9740006d5c4cd34ba4c20
Download zip
152.68 KB
MD5: 4da8116310483c2fdf921f6765eaafb5
SHA-1: eba6d8f0b60a50ee6289ea359c6c5fca4da53966
SHA-256: de998d59b6b7f55e2f782e886c665b1e6c0cb303705d61ec123392b2013a692f
Release notes
This release includes a huge number of improvements. The primary changes are:
- All entities (that are not configuration entities and have view modes) can have meta tags added to them, it's no longer necessary to change anything in hook_entity_info().
- The settings page (admin/config/search/metatags/settings) provides full control over which entities may have meta tags added to them.
- It's now possible to change the theme region used to trigger meta tag output, which will allow sites to work around problems with meta tags not being output.
- Using tokens to replicate one meta tag into another works correctly now.
- An import program is provided for sites upgrading from Nodewords and Drupal 6.
- Almost 250 meta tags are now supported, including App Links, 29 more Dublin Core tags, Open Graph product tags, mobile tags, favicon tags, etc.
There are two change notices for this release:
Full changelog since v7.x-1.5-beta1:
- #2442183 by DamienMcKenna, jwilson: Mention the Image URL Formatter module in the README.txt file.
- #2451231 by DamienMcKenna: Fixed the Devel:Generate integration.
- By DamienMcKenna: Rearranged og:type select_or_other integration code to be after the og:type tag definition.
- By DamienMcKenna: Removed duplicate description for video:writer meta tag.
- By DamienMcKenna: Standardized structure of all theme functions.
- #2452985 by DamienMcKenna: Added 39 additional Dublin Core meta tags.
- By DamienMcKenna: Removed duplicate dcterms.rights tag.
- By DamienMcKenna: Updated new 'date' dcterms tags to use 'date' generator.
- #2460791 by DamienMcKenna: Allow the page region used to trigger output to be changed; see the advanced settings page for details.
- #2462117 by DamienMcKenna: Allow the included default configurations to be disabled.
- #2454499 by Dmitriy.trt: metatag_config_is_enabled() returned FALSE for empty config, when checked with defaults.
- #2407477 by greggles: Provide support for Twitter app tags without having to use an "app" type.
- By DamienMcKenna: Fixed a small mistake in output of metatag_update_7011().
- #2429091 by deviantintegral, DamienMcKenna: Add support for applinks.org tags.
- #2417155 by dobe: Feeds import fails because of placement of entity_type.
- By DamienMcKenna: Minor text improvements per D8 branch.
- By DamienMcKenna: Clarified compatibility with Workbench Moderation.
- #2473459 by DamienMcKenna: Updated all links to d.o.
- #2479325 by DamienMcKenna: Require Token 1.6.
- #1491562 by jonathan_hunt, knalstaaf: Add instructions to README.txt explaining how to configure meta tags for entity bundles.
- #2449425 by DamienMcKenna: Refactored select_or_other usage, API addition.
- #2487179 by DamienMcKenna: Allow longer cache IDs to reduce conflicts.
- #2473107 by DamienMcKenna: Added a warning about having more og:image:type values than there are og:image values, it can lead to Facebook validation errors.
- #2474427 by DamienMcKenna: Added an advanced option to disable the output cache.
- #2432517 by undertext, DamienMcKenna: Check all CTools contexts, not just the first one.
- #2449425 by DamienMcKenna: Follow-up for select_or_other bug.
- #2415983 by ciss, DamienMcKenna: Core elements not removed when no metatag substitute provided.
- #2490846 by DamienMcKenna: Using [metatag] tokens failed if the value was empty.
- #2466629 by DamienMcKenna, rupertj: Ensure entity is an object before checking its language code.
- #2081717 by DamienMcKenna: Added Admin Menu item for flush the Metatag caches.
- By DamienMcKenna: Noted that the 'shortlink' meta tag replaces 'shorturl'.
- #2493711 by akoe, DamienMcKenna: Added geo.position, geo.placename, geo.region and icbm meta tags.
- #2493395 by das-peter: Google+ itemtype meta tag malformatted.
- #1915926 by DamienMcKenna: Allow multiple fb:admins values.
- #2494271 by DamienMcKenna: og:street_address, og:postal_code, og:country_name are incorrect.
- #1498762 by DamienMcKenna: Added the Rating meta tag.
- #2451271 by DamienMcKenna: Added the Referrer meta tag.
- #1285946 by DamienMcKenna: Added metatag_mobile submodule with a few mobile -related meta tags.
- #2475147 by MatthewHager, DamienMcKenna: Fixed Feeds integration after its API changed.
- #2070821 by DamienMcKenna, pounard: Major re-architecture to how supported entities are handled.
- #2495877 by DamienMcKenna: Added a Context global config instance.
- #2495875 by DamienMcKenna: Added a Panels global config instance.
- #1281138 by jantoine, DamienMcKenna, drupalninja99, stuart.crouch, subhojit777, KarlShea: Metatag:Importer submodule for importing data from Nodewords (D6).
- #2376921 by DamienMcKenna: Trigger an entity cache clear when meta tags are saved or deleted.
- #2496487 by DamienMcKenna: The function is called entity_get_info(), not entity_info().
- #2103321 by mistermoper, DamienMcKenna: Added 24 more Open Graph meta tags for managing product information.
- #2085747 by DamienMcKenna: Added twelve favicon varieties to a new submodule, Metatag: Favicons.
- By DamienMcKenna: Removed message from metatag_opengraph_install() warning about compatibility with the RDF module, which is no longer applicable.
- #2408211 by infinet, MatthewHager: Context substitution added to Metatag: Panels output.
- #2156653 by mitsuroseba, undertext, asgorobets, DamienMcKenna: Added a custom pane for adding the meta tags fieldset to a node form customized via Panels.
- #2496487 by DamienMcKenna: Follow-up on previous commit, remove unneeded function_exists() call.