Fedora 22 Update: drupal7-metatag-1.6-1.fc22

updates at fedoraproject.org updates at fedoraproject.org
Sun Jul 19 01:55:52 UTC 2015


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2015-11232
2015-07-10 16:31:12
--------------------------------------------------------------------------------

Name        : drupal7-metatag
Product     : Fedora 22
Version     : 1.6
Release     : 1.fc22
URL         : http://drupal.org/project/metatag
Summary     : Adds support and an API to implement meta tags
Description :
The Metatag module allows you to automatically provide structured metadata,
aka "meta tags", about your website. In the context of search engine
optimization, when people refer to meta tags they are usually referring to
the meta description tag and the meta keywords tag that may help improve
the rankings and display of your site in search engine results.

Meta tags have additional uses like the Open Graph Protocol used by Facebook,
specifying the canonical location of content across multiple URLs or domains.

This project is the designated Drupal 7 a from-the-ground-up rewrite and
successor of the Nodewords module.

This package provides the following Drupal modules:
* metatag
* metatag_context (requires drupal7-context)
* metatag_dc
* metatag_devel
* metatag_facebook
* metatag_google_plus
* metatag_opengraph
* metatag_panels (requires drupal7-ctools and drupal7-token, as well as
      manual install of panels)
* metatag_twitter_cards
* metatag_views (requires drupal7-views)

--------------------------------------------------------------------------------
Update Information:

## 7.x-1.6

This release includes a few important improvements:

* The entity selection logic added to v1.5 has been improved. All content types, vocabularies and the user entity will now automatically be enabled when the module is installed, while other entities are disabled; an update script is included that will enable meta tags for all content types, vocabularies and the user entity, other entity types are left as-is.
* An API improvement will automatically search values for image URLs that might happen to be embedded in formatted image links. This removes the need for other modules to get the URL for an image field, it can now be automatically extracted.
* The Open Graph Product meta tags were moved into a separate sub module, as were the Dublin Core Advanced meta tags.
* A few more meta tags were added, including Apple's new SVG favicon standard.

Full changelog since v7.x-1.5:

* Issue #2503089 by DamienMcKenna: Added support for the "any" favicon, used for SVG files in Safari 9.
* Issue #2499865 by DamienMcKenna: Improvements to entity selection, all sites will now automatically start off supporting news, terms and users.
* Issue #2503097 by DamienMcKenna: Added the theme-color meta tag.
* Issue #2503089 by jdanthinne, DamienMcKenna: Improved wording of the SVG favicon description.
* Issue #2499737 by DamienMcKenna: Moved the Dublin Core Additional Tags meta tags into a new submodule, metatag_dc_advanced.
* Issue #2499739 by DamienMcKenna: Moved the Open Graph Products meta tags into a new submodule, metatag_opengraph_products.
* Issue #2498173 by DamienMcKenna: Clarified the touch icon meta tags available by adding separate primary vs precomposed tags.
* Issue #2499739 by DamienMcKenna: Follow-up to fix a missing variable.
* Issue #2507025 by DamienMcKenna: Fixed Panels/Panelizer support for entities after changes in 1.5.
* Issue #2505051 by DamienMcKenna: Automatically check for image URLs in image meta tags; added a new 'image' attribute to meta tag specifications.
* Issue #2504561 by hanoii: Remove unused metatag_load_entity_from_path() function and corresponding hook.
* Issue #2222711 by hanoii, DamienMcKenna, andyg5000: Fixed Views support for entities after API changes in 1.5.
* Issue #2467587 by DamienMcKenna: Clear the Metatag cache when a node's state is changed via Workbench Moderation.
* Issue #2449425 by DamienMcKenna: Only process string values for token replacement.
* Issue #2265453 by zd123, DamienMcKenna: CTools keyword substitution for Panels integration.
* Issue #2512284 by DamienMcKenna: Missing token browser link on main Metatag fieldset.
* Issue #2513890 by DamienMcKenna: Added tests for taxonomy term integration.
* Issue #1404270 by JStanton, DamienMcKenna: Added the Refresh meta tag.
* Issue #2384673 by etroid, DamienMcKenna: Added the shortcut icon meta tag.
* Issue #2514852 by rrfegade: Spelling mistakes in README.txt files.
* Issue #2514878 by DamienMcKenna: Ignore admin pages on Views/CTools-driven entity pages.
* Issue #2514812 by david_garcia: Fix Views integration for ECK entities.
* Issue #2514572 by DamienMcKenna: Don't check if records exist when deleting them, just run the deletion query.

## 7.x-1.5

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:

* API change for how Metatag identifies compatible entities
* Change in how Metatag loads entity info

Full changelog since v7.x-1.5-beta1:

* Issue #2442183 by DamienMcKenna, jwilson: Mention the Image URL Formatter module in the README.txt file.
* Issue #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.
* Issue #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.
* Issue #2460791 by DamienMcKenna: Allow the page region used to trigger output to be changed; see the advanced settings page for details.
* Issue #2462117 by DamienMcKenna: Allow the included default configurations to be disabled.
* Issue #2454499 by Dmitriy.trt: metatag_config_is_enabled() returned FALSE for empty config, when checked with defaults.
* Issue #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().
* Issue #2429091 by deviantintegral, DamienMcKenna: Add support for applinks.org tags.
* Issue #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.
* Issue #2473459 by DamienMcKenna: Updated all links to d.o.
* Issue #2479325 by DamienMcKenna: Require Token 1.6.
* Issue #1491562 by jonathan_hunt, knalstaaf: Add instructions to README.txt explaining how to configure meta tags for entity bundles.
* Issue #2449425 by DamienMcKenna: Refactored select_or_other usage, API addition.
* Issue #2487179 by DamienMcKenna: Allow longer cache IDs to reduce conflicts.
* Issue #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.
* Issue #2474427 by DamienMcKenna: Added an advanced option to disable the output cache.
* Issue #2432517 by undertext, DamienMcKenna: Check all CTools contexts, not just the first one.
* Issue #2449425 by DamienMcKenna: Follow-up for select_or_other bug.
* Issue #2415983 by ciss, DamienMcKenna: Core elements not removed when no metatag substitute provided.
* Issue #2490846 by DamienMcKenna: Using [metatag] tokens failed if the value was empty.
* Issue #2466629 by DamienMcKenna, rupertj: Ensure entity is an object before checking its language code.
* Issue #2081717 by DamienMcKenna: Added Admin Menu item for flush the Metatag caches.
* By DamienMcKenna: Noted that the 'shortlink' meta tag replaces 'shorturl'.
* Issue #2493711 by akoe, DamienMcKenna: Added geo.position, geo.placename, geo.region and icbm meta tags.
* Issue #2493395 by das-peter: Google+ itemtype meta tag malformatted.
* Issue #1915926 by DamienMcKenna: Allow multiple fb:admins values.
* Issue #2494271 by DamienMcKenna: og:street_address, og:postal_code, og:country_name are incorrect.
* Issue #1498762 by DamienMcKenna: Added the Rating meta tag.
* Issue #2451271 by DamienMcKenna: Added the Referrer meta tag.
* Issue #1285946 by DamienMcKenna: Added metatag_mobile submodule with a few mobile -related meta tags.
* Issue #2475147 by MatthewHager, DamienMcKenna: Fixed Feeds integration after its API changed.
* Issue #2070821 by DamienMcKenna, pounard: Major re-architecture to how supported entities are handled.
* Issue #2495877 by DamienMcKenna: Added a Context global config instance.
* Issue #2495875 by DamienMcKenna: Added a Panels global config instance.
* Issue #1281138 by jantoine, DamienMcKenna, drupalninja99, stuart.crouch, subhojit777, KarlShea: Metatag:Importer submodule for importing data from Nodewords (D6).
* Issue #2376921 by DamienMcKenna: Trigger an entity cache clear when meta tags are saved or deleted.
* Issue #2496487 by DamienMcKenna: The function is called entity_get_info(), not entity_info().
* Issue #2103321 by mistermoper, DamienMcKenna: Added 24 more Open Graph meta tags for managing product information.
* Issue #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.
* Issue #2408211 by infinet, MatthewHager: Context substitution added to Metatag: Panels output.
* Issue #2156653 by mitsuroseba, undertext, asgorobets, DamienMcKenna: Added a custom pane for adding the meta tags fieldset to a node form customized via Panels.
* Issue #2496487 by DamienMcKenna: Follow-up on previous commit, remove unneeded function_exists() call.

## 7.x-1.5-beta1

This release contains several bug fixes and a few improvements since the last release.

Full changelog since v7.x-1.4:

* Issue #2362639 by DamienMcKenna: Improved defaults for Google+ meta tags.
* Issue #2318985 by DamienMcKenna: Indicate that Open Graph tags are used on Pinterest.
* Issue #2362639 by DamienMcKenna: Added itemtype default values for Google+ meta tags.
* Issue #2358137 by DamienMcKenna: Added a submodule for managing site verification meta tags, the first of which is for Google.
* Issue #2358131 by DamienMcKenna: Support for the Pinterest verification meta tag.
* Issue #1848338 by larowlan, DamienMcKenna: Added more tests, especially one for checking the editorial process on a node.
* Issue #2362893 by ipo4ka704: Don't assume the first Panels context is an object.
* Issue #2363591 by DamienMcKenna: Added a default for the 'image' meta tag on user entity pages.
* Issue #1967856 by duozersk: Fixed a minor mistake in the previous commit.
* Issue #2370943 by Simon George: Removed redundant comment.
* Issue #2373189 by nmillin: Added support for the Bing verification code.
* Issue #2358139 by nmillin: Added support for the Yandex verification code.
* Issue #2378127 by DamienMcKenna: Support for rel="alternate" hreflang="x" link tag.
* Issue #2376915 by jenlampton, DamienMcKenna: Added the og:image:url meta tag.
* Issue #1978708 by DamienMcKenna, scor: Updated warning about compatibility with the RDF module in Drupal core before 7.33.
* Issue #2385265 by mikemiles86: Correctly flatten Metatag form fieldsets in Context integration.
* Issue #2370439 by potop, DamienMcKenna: Work around hook_entity_load() problems by loading entity info in metatag_entity_supports_metatags() on demand.
* Issue #1868460 by preshetin: Added the rel=prev and rel=next meta tags.
* Issue #2388339 by das-peter: Fix select_or_other integration for Metatag:GooglePlus, add the missing element_validator.
* Issue #2391975 by Spleshka: Support scenarios where the entity is possibly blank or has no entity_id assigned yet, e.g. Profile2 pages.
* Issue #2400241 by greggles: Typo in description of robots-notranslate option.
* Issue #2400529 by greggles: Add support for OG product price:amount, price:currency.
* Issue #2411607 by liberatr, DamienMcKenna: README.txt note about using the field_multiple_types module to control how many items are output.
* Issue #2415025 by DamienMcKenna: l() in metatag_metatag_info() creates recursion bug.
* Issue #2411477 by betz, DamienMcKenna: $form[#entity] doesn't work for all entities.
* Issue #2411549 by maijs: Language is lost during migration.
* Issue #2198669 by D2ev: Using metatag tokens can easily cause an infinite loop.
* Issue #2411477 by DamienMcKenna, betz: Follow-up to last change.
--------------------------------------------------------------------------------
ChangeLog:

* Mon Jul  6 2015 Shawn Iwinski <shawn.iwinski at gmail.com> - 1.6-1
- Updated to 1.6 (RHBZ #1226487)
- Keep documentation where end-users expect it
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #1226487 - drupal7-metatag-1.6 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=1226487
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use
su -c 'yum update drupal7-metatag' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list