Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / metatag / CHANGELOG.txt
index e8b71f9ceb3c4e77c93036c337e37bcefeff4bc0..70faf127e210407da3c1bb430a7488e0bbfcc49d 100644 (file)
@@ -1,7 +1,127 @@
+Metatag 8.x-1.5, 2018-03-29
+---------------------------
+#2932596 by yo30, Punk_UnDeaD: Wrong method in abstract class LinkSizesBase.
+#2933940 by DamienMcKenna: og:image must be at least 200x200 otherwise it is
+  ignored by Facebook.
+#2936371 by gaurav.kapoor: Unused variable in metatag defaults class revert
+  function.
+#2923080 by DamienMcKenna, pingwin4eg, pazhyn: Undefined offset: 1 in
+  metatag_mobile_page_attachments_alter.
+#2930037 by smurrayatwork, rbayliss, moshe weitzman: Missing ampersand with
+  drupal_static causes multiple calls to metatag_get_tags_from_route().
+#2899234 by DamienMcKenna, JeffM2001, twang, heddn, edurenye, ShaunDychko:
+  Missing dependency (drupal:serialization) / Fatal error: Class NormalizerBase
+  not found.
+#2945799 by DamienMcKenna, webfaqtory: Undefined variable: tag_id in
+  MetatagManager->sortedGroupsWithTags().
+#2953313 by DamienMcKenna: Add a function for getting the meta tags in a human
+  readable format - metatag_generate_entity_metatags().
+#2953635 by DamienMcKenna: MetatagStringTest has the wrong @group.
+#2937683 by prafullsranjan, DamienMcKenna: Further improve module's coding
+  standards compliance.
+#2939608 by alberto56: Invalid argument supplied for foreach() in
+  MetatagNormalizer.
+#2936876 by bonus, DamienMcKenna: Add support for Pinterest meta namespace.
+#2938025 by DamienMcKenna, Oliver Eyton-Williams: Incorrect rel attribute on
+  hreflang tags.
+#2954214 by DamienMcKenna: composer.json improvements.
+#2908119 by LEalex, DamienMcKenna, jeffam, BenStallings: Set "link" HTTP header
+  for canonical URL and shortlink tags.
+#2954169 by yasmeensalah, DamienMcKenna: Translations of description meta tags
+  shouldn't be limited to 128 characters.
+#2897450 by edurenye: Add product:price:amount and product:price:currency OG
+  tags.
+#2922581 by roborew: Metatag causes error when used with Replication Modules to
+  deploy content.
+#2947493 by DamienMcKenna, kala4ek: Adding forms of custom entities are broken.
+#2828607 by pingevt, DamienMcKenna: Add OG book meta tags.
+#2954522 by DamienMcKenna: Correct spelling of "meta tags".
+#2809351 by DamienMcKenna, thejimbirch: Add the advanced Dublin Core meta tags.
+#2956199 by DamienMcKenna: Remove separate admin pages for Views integration.
+#2956227 by DamienMcKenna: Test improvements from 2883718-20.
+#2900368 by plopesc: Don't allow certain defaults to be removed.
+#2840751 by ocastle, ElegguaDP, Wim Leers, keopx, adamzimmermann:
+  Protocol-relative URLs are broken.
+#2925974 by keopx, ocastle, DamienMcKenna, Wim Leers, mangy.fox: Twitter Cards
+  (and others) require absolute URLs.
+
+
+Metatag 8.x-1.4, 2017-12-21
+---------------------------
+#2882769 by DamienMcKenna: Added a hook_requirements() message about the
+  Schema.org Metatag module.
+#2864079 by DamienMcKenna: Resolve coding standards violations.
+#2928394 by DamienMcKenna, mattlt: Error: Trait metatag_views\
+  MetatagViewsValuesCleanerTrait not found.
+#2932110 by thejimbirch: Update Description's meta description to 320 chars
+  (for 2018).
+#2932285 by DamienMcKenna, Sophie.SK: After updating Redirect to 1.0, config
+  import fails: route does not exist.
+#2932316 by DamienMcKenna, Sophie.SK: Error on main defaults page if no config
+  objects exist.
+#2932361 by DamienMcKenna: Improve coding standards on Metatag 8.x-1.x.
+#2930001 by Aurif3x, DamienMcKenna: New meta tag: Set-Cookie.
+#2810635 by DamienMcKenna: Automatically add hreflang meta tags for each enabled
+  language.
+
+
+Metatag 8.x-1.3, 2017-09-29
+---------------------------
+#2898975 by DamienMcKenna: Correct restui entry in composer.json.
+#2899045 by DamienMcKenna: Fixed problems in MetatagNodeTranslationTest.
+#2899234 by DamienMcKenna: Expand Devel/WebProfiler tests to make sure they work
+  when a content type and node are present.
+#2898805 by DamienMcKenna: Small improvements to the test suite, working
+  towards fixing the 8.4.x support.
+#2898805 by DamienMcKenna: Fixes to MetatagNodeTranslationTest to make it work
+  with 8.4.x.
+By DamienMcKenna: Reenable \Drupal\metatag\Tests\MetatagFrontpageTest::
+  testFrontPageMetatagsEnabledConfig().
+#2905925 by DamienMcKenna: The Normalizer shouldn't assume all meta tags have a
+  'content' attribute; also support the 'href' attribute.
+#2906312 by DamienMcKenna: Added the twitter:dnt meta tag.
+#2909390/2894868 by Perignon, StijnStroobants: Small typo in MetatagToken.
+#2903661 by DamienMcKenna: Don't output 403/404 page node's meta tags on
+  403/404 pages.
+#2905769 by DamienMcKenna: Improved defaults for the canonical URL meta tag.
+#2899752 by DamienMcKenna, huzooka, deepak_zyxware, samuel.mortenson, wanjee,
+  giangi.vigazzola: Creating a new field bundle inside
+  hook_entity_base_field_info_alter() is a bad idea and causes problems.
+#2906180 by John Lawter: Incorrect Wikipedia link for Advanced > Geographical
+  position.
+#2859111 by acbramley, DamienMcKenna: Remove the second canonical tag on
+  taxonomy term pages because of a bug in core.
+By DamienMcKenna: Changed codebase to only use short array syntax, fixed some
+  comments.
+#2911435 by DamienMcKenna, AdamPS: Streamline the HTML output logic.
+#2860088 by AdamPS, DamienMcKenna: Comma separated list in og:image breaks if
+  one component is empty.
+#2905769 by DamienMcKenna: Added tests for how default meta tags are displayed.
+#2872382 by Vlad_Bo, DamienMcKenna: Error if there is no node object (custom
+  node view implementation).
+#2217549 by Alan D., Kuldeep K, DamienMcKenna: Integration with the Diff module.
+
+
+Metatag 8.x-1.2, 2017-07-31
+---------------------------
+#2882954 by DamienMcKenna: Added Devel as a test dependency.
+#2882954, #2877737 by DamienMcKenna, RenĂ©-Marc Simard, a.henry: Fixed
+  compatibility with WebProfiler, added tests to ensure site still works when it
+  or Devel is enabled.
+#2878158 by DamienMcKenna: Listed Context Metadata as a related module.
+#2894566 by StijnStroobants: Make all routes start with a leading slash.
+By DamienMcKenna: Use ComposerCat to update composer.json.
+By DamienMcKenna: Don't list Drupal core as a dependency in composer.json.
+#2636852 by hanoii, DamienMcKenna, Grayside, pcho, skorzh, fjgarlin, vincic:
+  Make Metatag fields available as JSON.
+#2893448 by Sam152: Add correct meta tags to latest-version route to support
+  content moderation.
+
+
 Metatag 8.x-1.1, 2017-05-31
 ---------------------------
 #2852737 by DamienMcKenna: Added CodeClimate config files.
-#2853252 by dawehner: Ensure the metatags are ordered correctly.
+#2853252 by dawehner: Ensure the meta tags are ordered correctly.
 #2856454 by dbungard: Improvements to UI text, meta tag descriptions, etc.
 #2781485 by kalpaitch: Changed MetatagManager to use the instance name rather
   than plugin ID to identify plugin instances.