CHANGELOG.txt 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513
  1. Metatag 8.x-1.7, 2018-08-31
  2. ---------------------------
  3. #2994979 by DamienMcKenna, dspachos, ynotpeanutbutter, oxy86, IT-Cru, kdeds,
  4. zenimagine: Fixed backwards compatibility break when support for multiple-
  5. value tags was added.
  6. #2990923 by th_tushar, DamienMcKenna: Fixed coding standards.
  7. Metatag 8.x-1.6, 2018-08-21
  8. ---------------------------
  9. #2961777 by thejimbirch, Baysaa: "Geographical position" (geo.position) should
  10. use semi-colon instead of comma.
  11. #2964626 by idebr: og:image:secure_url allows for multiple values.
  12. #2865267 by DamienMcKenna, okonvicka, aldibier: <title> tags empty after
  13. installing Metatag.
  14. #2962426 by dragonwize: Image URL double encoded.
  15. #2973277 by mvantuch, DamienMcKenna: Support for og:image:alt.
  16. #2977002 by DamienMcKenna, maxoid: Enable testing on the two og product meta
  17. tags.
  18. #2977545 by pmelab, bappa.sarkar, DamienMcKenna: GraphQL throws an error due to
  19. Metatag's use of a custom data structure.
  20. #2925714 by acbramley, vakulrai, Berdir, nkoporec: Replace deprecated
  21. BaseFieldDefinition ::setQueryable.
  22. #2957411 by pmelab: Field item empty check on empty arrays.
  23. #2958743 by DamienMcKenna, AdamEvertsson, StepanISK, trong.nguyen.tcec,
  24. chiefme, quixxel, rjg, CProfessionals: Ignore update.php requests when
  25. loading entities; error message when updating from 8.x-1.0 to 8.x-1.5.
  26. #2961918 by thejimbirch, Michelle: Add the site.webmanifest meta tag.
  27. #2895577 by plopesc, drupallogic: Error loading
  28. /admin/config/search/metatag?page=1.
  29. #2943954 by thejimbirch, DamienMcKenna: Document an approach to simplify
  30. overriding meta tags on a per-entity basis.
  31. #2968902 by DamienMcKenna, Berdir: Default user page title token should use
  32. [user:display-name].
  33. #2977197 by justin., DamienMcKenna: Allow modules to override the entity used
  34. for token replacements.
  35. #2691313 by KarenS, carstenG, DamienMcKenna, Michelle, marysmech: New option to
  36. control which meta tag groups are used on each form.
  37. #2563657 by plopesc, scotthooker, dawehner, ryanissamson, KevinVb, dobrzyns,
  38. PieterDC, peter.keppert, piggito, DamienMcKenna, Grayle, kunal.kursija,
  39. Citizen Dan, al0a, kaushashah, yohanaraujo07@gmail.com, markandrewsutton,
  40. fuzzyjared, igalafate, PascoS, rybchynski: Panels / Page Manager
  41. integration.
  42. #2989295 by JKerschner: Coding style improvements.
  43. #2987852 by Chris Burge: Allow meta tags to be altered before page attachment.
  44. #2989543 by JKerschner: Remove unused variables and imports.
  45. #2753595 by sinn, thejimbirch: W3C validation error on xmlns attribute.
  46. #2988072 by juanolalla: Allow contex entity to be overriden in alter hook.
  47. #2628934 by nikunjkotecha, smaz, e.escribano, idebr, DamienMcKenna,
  48. ZapevalovAnton, caspervoogt: Full support for meta tags that allow multiple
  49. values.
  50. #2987904 by thejimbirch: Remove groups redundantly stored in the main module.
  51. #2987107 by ziomizar: Add support for bubbeable metadata in the MetatagToken
  52. service.
  53. #2978106 by Rolf van de Krol: Translated metatags not showing in normalized
  54. entity representations (i.e. REST).
  55. #2799861 by kalpaitch, DamienMcKenna, dmitry.yankouski, ckaotik: Canonical links
  56. repeated when using Panels pages.
  57. #2532596 by alzz, DamienMcKenna, thejimbirch: Add new meta tag: google.
  58. Metatag 8.x-1.5, 2018-03-29
  59. ---------------------------
  60. #2932596 by yo30, Punk_UnDeaD: Wrong method in abstract class LinkSizesBase.
  61. #2933940 by DamienMcKenna: og:image must be at least 200x200 otherwise it is
  62. ignored by Facebook.
  63. #2936371 by gaurav.kapoor: Unused variable in metatag defaults class revert
  64. function.
  65. #2923080 by DamienMcKenna, pingwin4eg, pazhyn: Undefined offset: 1 in
  66. metatag_mobile_page_attachments_alter.
  67. #2930037 by smurrayatwork, rbayliss, moshe weitzman: Missing ampersand with
  68. drupal_static causes multiple calls to metatag_get_tags_from_route().
  69. #2899234 by DamienMcKenna, JeffM2001, twang, heddn, edurenye, ShaunDychko:
  70. Missing dependency (drupal:serialization) / Fatal error: Class NormalizerBase
  71. not found.
  72. #2945799 by DamienMcKenna, webfaqtory: Undefined variable: tag_id in
  73. MetatagManager->sortedGroupsWithTags().
  74. #2953313 by DamienMcKenna: Add a function for getting the meta tags in a human
  75. readable format - metatag_generate_entity_metatags().
  76. #2953635 by DamienMcKenna: MetatagStringTest has the wrong @group.
  77. #2937683 by prafullsranjan, DamienMcKenna: Further improve module's coding
  78. standards compliance.
  79. #2939608 by alberto56: Invalid argument supplied for foreach() in
  80. MetatagNormalizer.
  81. #2936876 by bonus, DamienMcKenna: Add support for Pinterest meta namespace.
  82. #2938025 by DamienMcKenna, Oliver Eyton-Williams: Incorrect rel attribute on
  83. hreflang tags.
  84. #2954214 by DamienMcKenna: composer.json improvements.
  85. #2908119 by LEalex, DamienMcKenna, jeffam, BenStallings: Set "link" HTTP header
  86. for canonical URL and shortlink tags.
  87. #2954169 by yasmeensalah, DamienMcKenna: Translations of description meta tags
  88. shouldn't be limited to 128 characters.
  89. #2897450 by edurenye: Add product:price:amount and product:price:currency OG
  90. tags.
  91. #2922581 by roborew: Metatag causes error when used with Replication Modules to
  92. deploy content.
  93. #2947493 by DamienMcKenna, kala4ek: Adding forms of custom entities are broken.
  94. #2828607 by pingevt, DamienMcKenna: Add OG book meta tags.
  95. #2954522 by DamienMcKenna: Correct spelling of "meta tags".
  96. #2809351 by DamienMcKenna, thejimbirch: Add the advanced Dublin Core meta tags.
  97. #2956199 by DamienMcKenna: Remove separate admin pages for Views integration.
  98. #2956227 by DamienMcKenna: Test improvements from 2883718-20.
  99. #2900368 by plopesc: Don't allow certain defaults to be removed.
  100. #2840751 by ocastle, ElegguaDP, Wim Leers, keopx, adamzimmermann:
  101. Protocol-relative URLs are broken.
  102. #2925974 by keopx, ocastle, DamienMcKenna, Wim Leers, mangy.fox: Twitter Cards
  103. (and others) require absolute URLs.
  104. Metatag 8.x-1.4, 2017-12-21
  105. ---------------------------
  106. #2882769 by DamienMcKenna: Added a hook_requirements() message about the
  107. Schema.org Metatag module.
  108. #2864079 by DamienMcKenna: Resolve coding standards violations.
  109. #2928394 by DamienMcKenna, mattlt: Error: Trait metatag_views\
  110. MetatagViewsValuesCleanerTrait not found.
  111. #2932110 by thejimbirch: Update Description's meta description to 320 chars
  112. (for 2018).
  113. #2932285 by DamienMcKenna, Sophie.SK: After updating Redirect to 1.0, config
  114. import fails: route does not exist.
  115. #2932316 by DamienMcKenna, Sophie.SK: Error on main defaults page if no config
  116. objects exist.
  117. #2932361 by DamienMcKenna: Improve coding standards on Metatag 8.x-1.x.
  118. #2930001 by Aurif3x, DamienMcKenna: New meta tag: Set-Cookie.
  119. #2810635 by DamienMcKenna: Automatically add hreflang meta tags for each enabled
  120. language.
  121. Metatag 8.x-1.3, 2017-09-29
  122. ---------------------------
  123. #2898975 by DamienMcKenna: Correct restui entry in composer.json.
  124. #2899045 by DamienMcKenna: Fixed problems in MetatagNodeTranslationTest.
  125. #2899234 by DamienMcKenna: Expand Devel/WebProfiler tests to make sure they work
  126. when a content type and node are present.
  127. #2898805 by DamienMcKenna: Small improvements to the test suite, working
  128. towards fixing the 8.4.x support.
  129. #2898805 by DamienMcKenna: Fixes to MetatagNodeTranslationTest to make it work
  130. with 8.4.x.
  131. By DamienMcKenna: Reenable \Drupal\metatag\Tests\MetatagFrontpageTest::
  132. testFrontPageMetatagsEnabledConfig().
  133. #2905925 by DamienMcKenna: The Normalizer shouldn't assume all meta tags have a
  134. 'content' attribute; also support the 'href' attribute.
  135. #2906312 by DamienMcKenna: Added the twitter:dnt meta tag.
  136. #2909390/2894868 by Perignon, StijnStroobants: Small typo in MetatagToken.
  137. #2903661 by DamienMcKenna: Don't output 403/404 page node's meta tags on
  138. 403/404 pages.
  139. #2905769 by DamienMcKenna: Improved defaults for the canonical URL meta tag.
  140. #2899752 by DamienMcKenna, huzooka, deepak_zyxware, samuel.mortenson, wanjee,
  141. giangi.vigazzola: Creating a new field bundle inside
  142. hook_entity_base_field_info_alter() is a bad idea and causes problems.
  143. #2906180 by John Lawter: Incorrect Wikipedia link for Advanced > Geographical
  144. position.
  145. #2859111 by acbramley, DamienMcKenna: Remove the second canonical tag on
  146. taxonomy term pages because of a bug in core.
  147. By DamienMcKenna: Changed codebase to only use short array syntax, fixed some
  148. comments.
  149. #2911435 by DamienMcKenna, AdamPS: Streamline the HTML output logic.
  150. #2860088 by AdamPS, DamienMcKenna: Comma separated list in og:image breaks if
  151. one component is empty.
  152. #2905769 by DamienMcKenna: Added tests for how default meta tags are displayed.
  153. #2872382 by Vlad_Bo, DamienMcKenna: Error if there is no node object (custom
  154. node view implementation).
  155. #2217549 by Alan D., Kuldeep K, DamienMcKenna: Integration with the Diff module.
  156. Metatag 8.x-1.2, 2017-07-31
  157. ---------------------------
  158. #2882954 by DamienMcKenna: Added Devel as a test dependency.
  159. #2882954, #2877737 by DamienMcKenna, René-Marc Simard, a.henry: Fixed
  160. compatibility with WebProfiler, added tests to ensure site still works when it
  161. or Devel is enabled.
  162. #2878158 by DamienMcKenna: Listed Context Metadata as a related module.
  163. #2894566 by StijnStroobants: Make all routes start with a leading slash.
  164. By DamienMcKenna: Use ComposerCat to update composer.json.
  165. By DamienMcKenna: Don't list Drupal core as a dependency in composer.json.
  166. #2636852 by hanoii, DamienMcKenna, Grayside, pcho, skorzh, fjgarlin, vincic:
  167. Make Metatag fields available as JSON.
  168. #2893448 by Sam152: Add correct meta tags to latest-version route to support
  169. content moderation.
  170. Metatag 8.x-1.1, 2017-05-31
  171. ---------------------------
  172. #2852737 by DamienMcKenna: Added CodeClimate config files.
  173. #2853252 by dawehner: Ensure the meta tags are ordered correctly.
  174. #2856454 by dbungard: Improvements to UI text, meta tag descriptions, etc.
  175. #2781485 by kalpaitch: Changed MetatagManager to use the instance name rather
  176. than plugin ID to identify plugin instances.
  177. By DamienMcKenna: Ensure all drupalPostForm() calls are preceeded by a
  178. drupalGet() call, and that all drupalGet() calls have an assertResponse().
  179. #2858057 by nicrodgers: Wrong default values are displayed in the node form when
  180. adding a translation.
  181. #2855445 by rocket.man: Replace deprecated functions (database functions,
  182. format_string()).
  183. #2851582 by mtodor: Filled out missing attributes on the default configuration.
  184. #2862277 by DamienMcKenna: Fixed filename of the MsapplicationStartUrl plugin.
  185. #2864524 by JamesK: Improve field description for the abstract meta tag.
  186. #2848353 by DamienMcKenna, grisendo: Only output one shortlink tag; extended tag
  187. tests to cover an example entity.
  188. #2706941 by ckaotik, monika.de, DamienMcKenna, mariancalinro, adinac: Allow
  189. translations to be longer than 128 characters for tags which use textarea
  190. fields.
  191. #2868750 by DamienMcKenna: List Metatag Cxense as a related module.
  192. #2563633 by ziomizar, DamienMcKenna, ruloweb: Add all of the Favicon meta tags.
  193. #2853515 by ohthehugemanatee: Add default handling to metatag manager.
  194. #2857544 by fjgarlin: Default values not returned on REST default routes.
  195. #2636852 by Greyside: MetatagToken::replace() options array shouldn't assume the
  196. 'clear' attribute is always needed.
  197. By DamienMcKenna: Allow MetatagJsonOutputTest to run.
  198. #2563633 by ziomizar: Misc fixes for the Favicon meta tags.
  199. #2563647 by delta, tom_ek, DamienMcKenna, monika.de, ckaotik, martins.bertins,
  200. cgmonroe, danquah, blazey, paulmckibben, stijn.blomme, danquah, Alex Bukah,
  201. guarav.goyal, kducharm: Views integration.
  202. #2882769 by DamienMcKenna: List Schema Metatag as a related module.
  203. #2856416 by DamienMcKenna: List Metatag Google Scholar as a related module.
  204. #2848543 by DamienMcKenna: Add missing people to README.txt.
  205. Metatag 8.x-1.0, 2017-01-31
  206. ---------------------------
  207. #2841139 by jmolivas: Relocated commands services registration to
  208. console.services.yml file.
  209. #2844429 by DamienMcKenna: There's only one hreflang meta tag so far and it does
  210. not yet support custom tokens like the D7 version does.
  211. #2844504 by DamienMcKenna: Add project names to all dependencies.
  212. #2563631 by DamienMcKenna: Added all AppLinks meta tags.
  213. #2841737 by DamienMcKenna: Renamed the DrupalConsole commands.
  214. #2838175 by dawehner: Allow supported entity routes to be changed through the
  215. new hook_metatag_route_entity().
  216. #2825867 by Grayside: Improve support for the Typed Data API.
  217. #2649592 by ziomizar, DamienMcKenna: Write tests to cover apostrophe handling.
  218. By DamienMcKenna: Shortened some verbose variable syntax.
  219. #2835752 by DamienMcKenna: Improved hook_help().
  220. #2789511 by DamienMcKenna: It is a known issue that all Metatag fields must be
  221. removed prior to uninstalling the module.
  222. #2809915 by nicxvan, DamienMcKenna: Document how to programmatically assign
  223. meta tags when creating entities.
  224. #2563645 by DamienMcKenna, Michelle: Improved documentation.
  225. Metatag 8.x-1.0-beta12, 2017-01-03
  226. ----------------------------------
  227. #2823811 by Michelle: metatag_open_graph_preprocess_html() was misspelled.
  228. #2654148 by penyaskito, DamienMcKenna: Not all entity.*.add paths are tied to a
  229. specific entity form, so don't assume they are; this fixes compatibility with
  230. the Lingotek module, possibly others.
  231. By DamienMcKenna: Fixed a typo in README.txt.
  232. #2824442 by jiff: image_src should be a 'link' tag.
  233. #2821476 by DamienMcKenna, Daniel_Rose: Added tests to confirm entity defaults
  234. inherit properly.
  235. #2836124 by DamienMcKenna: Fixed tests for the Dublin Core meta tags.
  236. #2786625 by DamienMcKenna: Added the hreflang=x-default meta tag.
  237. #2532588 by DamienMcKenna, renatog, cebasqueira: Added the Google CSE meta tags.
  238. #2563631 by DamienMcKenna: Added a placeholder to store the AppLinks meta tags.
  239. #2809351 by DamienMcKenna: Added a placeholder to store the DC Advanced meta
  240. tags.
  241. #2835925 by DamienMcKenna: Added a placeholder to store the OG Products meta
  242. tags.
  243. #2563633 by DamienMcKenna: Added a placeholder to store the favicon meta tags.
  244. #2532588 by DamienMcKenna: Follow-up to fix the group assignment of the Google
  245. CSE meta tags.
  246. #2786625 by DamienMcKenna: Follow-up to fix the group assignment of the hreflang
  247. x-default meta tag.
  248. #2563635 by jlbellido, DamienMcKenna: Ported all of the mobile meta tags to the
  249. new Metatag Mobile submodule.
  250. #2840222 by jmolivas: Update for Drupal Console rc13 namespace changes.
  251. Metatag 8.x-1.0-beta11, 2016-10-31
  252. ----------------------------------
  253. #2786795 by agoradesign, heddn: Temporarily disable the DrupalConsole
  254. integration.
  255. #2709985 by DamienMcKenna: Moved the two FB meta tags into a new submodule,
  256. Metatag Facebook, added the fb_pages meta tag.
  257. #2709985 by DamienMcKenna: Fixed the fb:pages meta tag description.
  258. By DamienMcKenna: Updated the description of content-language to clarify its
  259. usage and the fact that Bing may still use it.
  260. #1865228 by DamienMcKenna: Moved the Author meta tag into the GoolgePlus
  261. submodule.
  262. #2797069 by Internet, DamienMcKenna: Corrected the URL to Wikipedia's ICBM page.
  263. #2801023 by trobey: Provide namespaces in dependencies to avoid ambiguity.
  264. #2563627 by gaurav.goyal, DamienMcKenna, cilefen: Added all of the basic Dublin
  265. Core meta tags.
  266. #2795983 by dbungard: Improved help message on the main configuration page.
  267. #2786795 by -enzo-: Fixed Drupal Console integration; now requires rc1.
  268. #2663974 by dawehmer, DamienMcKenna: Added the og:video meta tags.
  269. #2819549 by chr.fritsch: Fixed entity API changes in metatag_update_8103.
  270. #2817309 by chr.fritsch, DamienMcKenna: Fixed default value handling for all
  271. entity forms. Greatly extended the entity field tests for nodes, terms, users
  272. and the entity_test entity.
  273. #2654148 by bmcclure, DamienMcKenna, miiimooo, JeroenT, agoradesign: Improved
  274. support for all entities, exclude certain core entity types, only support
  275. ContentEntityType entities that have 'links' defined.
  276. #2816553 by andyrigby: Renamed article:tags to be article:tag.
  277. #2796701 by jiff, DamienMcKenna: Added tests to cover XSS via meta tag values.
  278. #2796701 by DamienMcKenna: Added tests to cover XSS on the page title and entity
  279. values.
  280. Metatag 8.x-1.0-beta10, 2016-08-22
  281. ----------------------------------
  282. #2747793 by rajeshwari10, cilefen, DamienMcKenna: Removed the @file docblocks.
  283. #2764163 by chrisfree, markdorison: Allow the 'referrer' meta tag to not have a
  284. value selected.
  285. #2762981 by felribeiro, DamienMcKenna: Changed codebase to only use short array
  286. syntax.
  287. #2753595 by sylus: Moved the extra XML namespaces to the OpenGraph module.
  288. #2765137 by balsama: Don't display the installation message during site install,
  289. it looks funny.
  290. #2759843 by DamienMcKenna: Removed the Alexa verification tag.
  291. #2759855 by DamienMcKenna: Removed the Yahoo verification tag.
  292. #2759917 by Nikhilesh Gupta, cilefen: Remove unused imports / 'use' statements.
  293. #2759927 by Nikhilesh Gupta: Replace deprecated \Drupal::entityManager()
  294. with \Drupal::entityTypeManager().
  295. #2759919 by Nikhilesh Gupta: Replace deprecated entity->urlInfo() with
  296. entity->toUrl().
  297. #2755225 by jlbellido: Corrected the 'type' tag generator definition in
  298. tag.php.twig.
  299. #2759931 by Nikhilesh Gupta: Replace deprecated ConfigEntityListBuilder::
  300. getLabel() with entity->label().
  301. #2761231 by ashwin.shaharkar: Minor fix to image tag form selection logic.
  302. #2745177 by DamienMcKenna, cilefen: Added tests for each submodule to ensure
  303. they can be enabled and that each meta tag can be used.
  304. #2750705 by susannecoates, jalpesh: Updated description of the Google Play app
  305. ID meta tag.
  306. #2752239 by Saphyel, sylus, DamienMcKenna: Temporary fix for DrupalConsole
  307. integration.
  308. #2775245 by DamienMcKenna: Fix tests.
  309. #2776407 by cilefen: Module names must be wrapped in quotes if they contain
  310. certain characters.
  311. By DamienMcKenna: Renamed the custom routes module.
  312. #2745173 by jibellido: Tag generator now appends metatag_tag.schema.yml.
  313. #2673902 by DamienMcKenna: Confirm that forum posts can be loaded when the
  314. module is enabled and outputting meta tags.
  315. #2707791 by ashwin.shaharkar, DamienMcKenna, Shreya Shetty, MattDanger: Changed
  316. the Description and Abstract meta tags to use a textarea, matching the D7
  317. branch.
  318. #2780025 by DamienMcKenna: Basic tests for the output of every meta tag. Fixes
  319. the output of all Google Plus tags. Fixed the test route module.
  320. #2746031 by jalpesh, cilefen, DamienMcKenna, susannecoates: Fixed output of all
  321. Twitter Cards meta tags.
  322. #2780109 by DamienMcKenna: Always run drupalGet() before drupalPostForm() to
  323. ensure the form loads correctly.
  324. #2748615 by yannickoo, DamienMcKenna, agentrickard, SteffenR, paulmckibben: Try
  325. generating an empty entity on entity-add (e.g. node/add/*) so default values
  326. can be filled in.
  327. #2775441 by tom_ek, DamienMcKenna: Replace deprecated core entity APIs with the
  328. newer ones.
  329. #2762981 by DamienMcKenna: More codebase changes to only use short array syntax.
  330. #2774807 by DamienMcKenna, Berdir, hussainweb: Token browser showed items that
  331. were irrelevant, and didn't show the correct entities on default config forms.
  332. #2748615 by yannickoo, DamienMcKenna, SteffenR: The default configurations were
  333. not loading properly in entity form fields.
  334. #2752239 by DamienMcKenna: Fixes to Drupal:Console integration.
  335. #1865228 by DamienMcKenna, greggles: Added the Author meta tag.
  336. #2493711 by DamienMcKenna: Added the geographical meta tags.
  337. #1343914 by DamienMcKenna, Dave Reid: Added the (Google+) Publisher meta tag.
  338. By DamienMcKenna: Corrected the changelog comment for #2759927.
  339. Metatag 8.x-1.0-beta9, 2016-06-02
  340. ---------------------------------
  341. #2725895 by DamienMcKenna: Fixed the name of the Validation submodule to avoid
  342. YAML validation errors. Yes, somewhat ironic.
  343. #2725989 by dbt102, DamienMcKenna, neerusrijan: Improve hook_help().
  344. Metatag 8.x-1.0-beta8, 2016-05-14
  345. ---------------------------------
  346. #2723319 by itmaybejj: Fixed misspelling of 'its'.
  347. #2619450 by paulmckibben: Remove core's Canonical URL tag if Metatag is adding
  348. one.
  349. #2712277 by markdorison: Twitter Card Type meta tag wasn't updating.
  350. #2650408 by Raphael Apard, DamienMcKenna, gaurav.goyal, dpacassi, kyberman:
  351. A node's meta tags should not override the front page defaults unless the
  352. defaults are disabled/deleted.
  353. #2684479 by mikeyk, DamienMcKenna, aspilicious: Added 'secure' option as some
  354. meta tags require HTTPS URLs.
  355. #2699297 by DamienMcKenna: Added tests to ensure submodules can be enabled.
  356. #2663974 by IT-Cru, DamienMcKenna: Added the og 'article' meta tags.
  357. #2650848 by ivanjaros, DamienMcKenna: Only show appropriate entities in the
  358. token browser.
  359. #2705851 by vasi: Load field definitions, not field values, when getting a list
  360. of Metatag fields on an entity.
  361. #2708511 by DamienMcKenna: Added the referrer meta tag.
  362. #2563629 by Jim.M, DamienMcKenna: Added site verification tags.
  363. #2721857 by marvin_B8, DamienMcKenna: Added Google+ meta tags.
  364. Metatag 8.x-1.0-beta7, 2016-04-03
  365. ---------------------------------
  366. #2699173 by DamienMcKenna: Fixed OgUpdatedTime annotations.
  367. Metatag 8.x-1.0-beta6, 2016-04-02
  368. ---------------------------------
  369. #2689543 by kplanz: Fixed paths in image meta tags when the site is in a
  370. subdirectory.
  371. By DamienMcKenna: Added a CODE_OF_CONDUCT.txt file that references the Drupal
  372. code of conduct page.
  373. #2690973 by DamienMcKenna: Added schema.yml values for all meta tags to make
  374. them more easily translatable.
  375. #2688963 by DamienMcKenna: Added a note about the Yoast SEO module.
  376. #2696445 by DuaelFr, Simon Georges, DamienMcKenna: Added the twitter:image:alt
  377. meta tag.
  378. #2692117 by penyaskito, DamienMcKenna: Replaced the 'image' attribute with a
  379. general 'type' attribute.
  380. Metatag 8.x-1.0-beta5, 2016-03-11
  381. ---------------------------------
  382. #2563623/2674732/2675208 by DamienMcKenna, esclapes, NickWilde, achton: Quote
  383. submodule strings to avoid YAML compatibility problems.
  384. #2658242 by mr.baileys: Default meta tags were not translated into the entity's
  385. language.
  386. By DamienMcKenna: Added mr.baileys to the D8 contributors list :)
  387. #2664276 by DamienMcKenna, StevenPatz, rajeev_drupal: Wrong default base class
  388. for generated tag plugins.
  389. #2665790 by benjy, Sam152: Use StringTranslationTrait in MetaNameBase.
  390. #2666384 by mr.baileys, Rudrasis, danisha: Added 'configure' link to the module
  391. on the Extend page.
  392. #2563625 by mr.baileys, juliencarnot: All Twitter Cards have been ported.
  393. #2674078 by Raphael Apard: The Generator meta tag is a META tag, not a LINK tag.
  394. #2664448 by mr.baileys: DrupalConsole generator for meta tag groups.
  395. #2663650 by mr.baileys: Caught another small bug in the tag generator.
  396. #2672892 by borisson_: Replaced usage of LoggerChannelFactory with
  397. LoggerChannelFactoryInterface.
  398. #2678196 by mr.baileys: Simplified usage of isAdminRoute().
  399. #2631408 by mikeyk, juampynr, DamienMcKenna: Filter out HTML from meta tags and
  400. improve image meta tag handling.
  401. #2631826 by juampynr, DamienMcKenna, pguillard: Require the Token module.
  402. #2667850 by mikeyk: Token method was not renamed properly.
  403. By DamienMcKenna: Fixed group name on MetatagTranslationTest.
  404. #2684495 by mikeyk, DamienMcKenna: Fixed bug in translations that was causing
  405. the tests to fail. Also tidied up the tests a little.
  406. #2685355 by mikeyk: Fix image identification.
  407. Metatag 8.x-1.0-beta4, 2016-02-06
  408. ---------------------------------
  409. #2634844 by swentel: Only load entity meta tags on actual content entity pages.
  410. #2648752 by juampynr: Fixed the token browser integration.
  411. #2642430 by juampynr: Moved settings pages under admin/config.
  412. #2646706 by heykarthikwithu: Removed unused 'use' statements.
  413. #2645338 by Dane Powell: Fixed variable assumptions in MetatagFirehose.
  414. #2643370 by flocondetoile: Fixed hook_block().
  415. #2631408 by juampynr: Filter HTML from the meta tag output.
  416. #2653512 by DamienMcKenna, ivanjaros: Missing ampersand in drupal_static call.
  417. #2630068 by jaxxed, DamienMcKenna: Moved the meta tags fields into the
  418. 'advanced' section of the entity form.
  419. #2657142 by TravisCarden: Incorrect path in MetatagDefaults annotations.
  420. #2656494 by DamienMcKenna, webflo, cyb.tachyon, alexdmccabe: Added translation
  421. support for the default configs.
  422. #2634844 by mr.baileys: Ensure that the entity system doesn't break entity
  423. pages that don't have meta tags enabled.
  424. #2659854 by mr.baileys: The config inheritance info was displayed when not
  425. needed and was not translatable.
  426. #2624422 by mr.baileys: Added tests to confirm meta tag handling is loaded
  427. correctly when there is no default value available.
  428. #2658902 by swentel, DamienMcKenna: Renamed 'Add Metatag defaults' to something
  429. more easily understood.
  430. #2636348 by DamienMcKenna: Config entity not working correctly after updating
  431. from beta2.
  432. By DamienMcKenna: Note in the README.txt that Token is now required.
  433. #2663874 by mr.baileys: Fixed arguments to annotation translations for two
  434. Google meta tags.
  435. #2663650 by DamienMcKenna: Updated/fixed the DrupalConsole integration.
  436. #2663650 by mr.baileys: Further fixes to the DrupalConsole integration.
  437. #2563623 by DamienMcKenna: Moved OG tags to new submodule, added several more.
  438. Metatag 8.x-1.0-beta3, 2015-12-08
  439. ---------------------------------
  440. #2613654 by Michelle, DamienMcKenna: Automatically parse fields for images.
  441. #2563639 by juampynr, DamienMcKenna: Global configurations system.
  442. Metatag 8.x-1.0-beta2, 2015-11-23
  443. ---------------------------------
  444. #2572469 by Berdir, platinum1, rakesh.gectcr, DamienMcKenna: Fixed the
  445. composer.json file.
  446. Metatag 8.x-1.0-beta1, 2015-11-19
  447. ---------------------------------
  448. Initial port by Damien McKenna and Michelle Cox.
  449. #2563663 by kikoalonsob: Don't convert the title to a string.
  450. #2563621 by jmolivas: Fixed DrupalConsole integration.
  451. #2579865 by afi13: Fixed definition of MetatagEmptyFormatter::viewElements().
  452. #2563667 by vincic: MetatagManager should only be used for objects implementing
  453. ContentEntityInterface.
  454. #2569043 by Michelle: Field defaults weren't loading (core API change).
  455. #2579295 by Michelle: Fixed the field cardinality limitation.
  456. #2563667 by Michelle: Follow-up to add missing namespace.
  457. #2584835 by DamienMcKenna: Fixed double-HTML encoding of the page title.
  458. #2563637 by larowlan: Added some initial tests for the field type.
  459. #2596753 by Michelle: Don't encode apostrophes in the page title.
  460. #2576695 by Andrej Galuf, larowlan, DamienMcKenna: Double slashes in URLs were
  461. being replaced.
  462. #2603548 by DuaelFr: Clear our the head_title array to avoid the site name being
  463. added a second time.
  464. #2617192 by larowlan: Fixed tests due to a core API change.
  465. #2609138 by rakesh.gectcr: Removed unnecessary 'use' statements.
  466. #2593149 by larowlan: Inject dependencies into MetatagManager.
  467. #2593153 by larowlan: Inject dependencies into MetatagToken.
  468. #2593141 by larowlan: Add a MetatagManagerInterface to avoid type-hinting
  469. concrete implementation.
  470. #2581351 by Michelle, larowlan, DamienMcKenna: Don't save default values to the
  471. field, allow them to inherit from the default field settings.
  472. By DamienMcKenna: Updates to the README.txt file.
  473. #2572469 by rakesh.gectcr, DamienMcKenna, jaxxed, timmillwood: Added a
  474. composer.json file.
  475. By DamienMcKenna: Added a LICENSE.txt to enforce the license on git mirrors.