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