Yaffs site version 1.1
[yaffs-website] / web / modules / contrib / metatag / CHANGELOG.txt
1 Metatag 8.x-1.1, 2017-05-31
2 ---------------------------
3 #2852737 by DamienMcKenna: Added CodeClimate config files.
4 #2853252 by dawehner: Ensure the metatags are ordered correctly.
5 #2856454 by dbungard: Improvements to UI text, meta tag descriptions, etc.
6 #2781485 by kalpaitch: Changed MetatagManager to use the instance name rather
7   than plugin ID to identify plugin instances.
8 By DamienMcKenna: Ensure all drupalPostForm() calls are preceeded by a
9   drupalGet() call, and that all drupalGet() calls have an assertResponse().
10 #2858057 by nicrodgers: Wrong default values are displayed in the node form when
11   adding a translation.
12 #2855445 by rocket.man: Replace deprecated functions (database functions,
13   format_string()).
14 #2851582 by mtodor: Filled out missing attributes on the default configuration.
15 #2862277 by DamienMcKenna: Fixed filename of the MsapplicationStartUrl plugin.
16 #2864524 by JamesK: Improve field description for the abstract meta tag.
17 #2848353 by DamienMcKenna, grisendo: Only output one shortlink tag; extended tag
18   tests to cover an example entity.
19 #2706941 by ckaotik, monika.de, DamienMcKenna, mariancalinro, adinac: Allow
20   translations to be longer than 128 characters for tags which use textarea
21   fields.
22 #2868750 by DamienMcKenna: List Metatag Cxense as a related module.
23 #2563633 by ziomizar, DamienMcKenna, ruloweb: Add all of the Favicon meta tags.
24 #2853515 by ohthehugemanatee: Add default handling to metatag manager.
25 #2857544 by fjgarlin: Default values not returned on REST default routes.
26 #2636852 by Greyside: MetatagToken::replace() options array shouldn't assume the
27   'clear' attribute is always needed.
28 By DamienMcKenna: Allow MetatagJsonOutputTest to run.
29 #2563633 by ziomizar: Misc fixes for the Favicon meta tags.
30 #2563647 by delta, tom_ek, DamienMcKenna, monika.de, ckaotik, martins.bertins,
31   cgmonroe, danquah, blazey, paulmckibben, stijn.blomme, danquah, Alex Bukah,
32   guarav.goyal, kducharm: Views integration.
33 #2882769 by DamienMcKenna: List Schema Metatag as a related module.
34 #2856416 by DamienMcKenna: List Metatag Google Scholar as a related module.
35 #2848543 by DamienMcKenna: Add missing people to README.txt.
36
37
38 Metatag 8.x-1.0, 2017-01-31
39 ---------------------------
40 #2841139 by jmolivas: Relocated commands services registration to
41   console.services.yml file.
42 #2844429 by DamienMcKenna: There's only one hreflang meta tag so far and it does
43   not yet support custom tokens like the D7 version does.
44 #2844504 by DamienMcKenna: Add project names to all dependencies.
45 #2563631 by DamienMcKenna: Added all AppLinks meta tags.
46 #2841737 by DamienMcKenna: Renamed the DrupalConsole commands.
47 #2838175 by dawehner: Allow supported entity routes to be changed through the
48   new hook_metatag_route_entity().
49 #2825867 by Grayside: Improve support for the Typed Data API.
50 #2649592 by ziomizar, DamienMcKenna: Write tests to cover apostrophe handling.
51 By DamienMcKenna: Shortened some verbose variable syntax.
52 #2835752 by DamienMcKenna: Improved hook_help().
53 #2789511 by DamienMcKenna: It is a known issue that all Metatag fields must be
54   removed prior to uninstalling the module.
55 #2809915 by nicxvan, DamienMcKenna: Document how to programmatically assign
56   meta tags when creating entities.
57 #2563645 by DamienMcKenna, Michelle: Improved documentation.
58
59
60 Metatag 8.x-1.0-beta12, 2017-01-03
61 ----------------------------------
62 #2823811 by Michelle: metatag_open_graph_preprocess_html() was misspelled.
63 #2654148 by penyaskito, DamienMcKenna: Not all entity.*.add paths are tied to a
64   specific entity form, so don't assume they are; this fixes compatibility with
65   the Lingotek module, possibly others.
66 By DamienMcKenna: Fixed a typo in README.txt.
67 #2824442 by jiff: image_src should be a 'link' tag.
68 #2821476 by DamienMcKenna, Daniel_Rose: Added tests to confirm entity defaults
69   inherit properly.
70 #2836124 by DamienMcKenna: Fixed tests for the Dublin Core meta tags.
71 #2786625 by DamienMcKenna: Added the hreflang=x-default meta tag.
72 #2532588 by DamienMcKenna, renatog, cebasqueira: Added the Google CSE meta tags.
73 #2563631 by DamienMcKenna: Added a placeholder to store the AppLinks meta tags.
74 #2809351 by DamienMcKenna: Added a placeholder to store the DC Advanced meta
75   tags.
76 #2835925 by DamienMcKenna: Added a placeholder to store the OG Products meta
77   tags.
78 #2563633 by DamienMcKenna: Added a placeholder to store the favicon meta tags.
79 #2532588 by DamienMcKenna: Follow-up to fix the group assignment of the Google
80   CSE meta tags.
81 #2786625 by DamienMcKenna: Follow-up to fix the group assignment of the hreflang
82   x-default meta tag.
83 #2563635 by jlbellido, DamienMcKenna: Ported all of the mobile meta tags to the
84   new Metatag Mobile submodule.
85 #2840222 by jmolivas: Update for Drupal Console rc13 namespace changes.
86
87
88 Metatag 8.x-1.0-beta11, 2016-10-31
89 ----------------------------------
90 #2786795 by agoradesign, heddn: Temporarily disable the DrupalConsole
91   integration.
92 #2709985 by DamienMcKenna: Moved the two FB meta tags into a new submodule,
93   Metatag Facebook, added the fb_pages meta tag.
94 #2709985 by DamienMcKenna: Fixed the fb:pages meta tag description.
95 By DamienMcKenna: Updated the description of content-language to clarify its
96   usage and the fact that Bing may still use it.
97 #1865228 by DamienMcKenna: Moved the Author meta tag into the GoolgePlus
98   submodule.
99 #2797069 by Internet, DamienMcKenna: Corrected the URL to Wikipedia's ICBM page.
100 #2801023 by trobey: Provide namespaces in dependencies to avoid ambiguity.
101 #2563627 by gaurav.goyal, DamienMcKenna, cilefen: Added all of the basic Dublin
102   Core meta tags.
103 #2795983 by dbungard: Improved help message on the main configuration page.
104 #2786795 by -enzo-: Fixed Drupal Console integration; now requires rc1.
105 #2663974 by dawehmer, DamienMcKenna: Added the og:video meta tags.
106 #2819549 by chr.fritsch: Fixed entity API changes in metatag_update_8103.
107 #2817309 by chr.fritsch, DamienMcKenna: Fixed default value handling for all
108   entity forms. Greatly extended the entity field tests for nodes, terms, users
109   and the entity_test entity.
110 #2654148 by bmcclure, DamienMcKenna, miiimooo, JeroenT, agoradesign: Improved
111   support for all entities, exclude certain core entity types, only support
112   ContentEntityType entities that have 'links' defined.
113 #2816553 by andyrigby: Renamed article:tags to be article:tag.
114 #2796701 by jiff, DamienMcKenna: Added tests to cover XSS via meta tag values.
115 #2796701 by DamienMcKenna: Added tests to cover XSS on the page title and entity
116   values.
117
118
119 Metatag 8.x-1.0-beta10, 2016-08-22
120 ----------------------------------
121 #2747793 by rajeshwari10, cilefen, DamienMcKenna: Removed the @file docblocks.
122 #2764163 by chrisfree, markdorison: Allow the 'referrer' meta tag to not have a
123   value selected.
124 #2762981 by felribeiro, DamienMcKenna: Changed codebase to only use short array
125   syntax.
126 #2753595 by sylus: Moved the extra XML namespaces to the OpenGraph module.
127 #2765137 by balsama: Don't display the installation message during site install,
128   it looks funny.
129 #2759843 by DamienMcKenna: Removed the Alexa verification tag.
130 #2759855 by DamienMcKenna: Removed the Yahoo verification tag.
131 #2759917 by Nikhilesh Gupta, cilefen: Remove unused imports / 'use' statements.
132 #2759927 by Nikhilesh Gupta: Replace deprecated \Drupal::entityManager()
133   with \Drupal::entityTypeManager().
134 #2759919 by Nikhilesh Gupta: Replace deprecated entity->urlInfo() with
135   entity->toUrl().
136 #2755225 by jlbellido: Corrected the 'type' tag generator definition in
137   tag.php.twig.
138 #2759931 by Nikhilesh Gupta: Replace deprecated ConfigEntityListBuilder::
139   getLabel() with entity->label().
140 #2761231 by ashwin.shaharkar: Minor fix to image tag form selection logic.
141 #2745177 by DamienMcKenna, cilefen: Added tests for each submodule to ensure
142   they can be enabled and that each meta tag can be used.
143 #2750705 by susannecoates, jalpesh: Updated description of the Google Play app
144   ID meta tag.
145 #2752239 by Saphyel, sylus, DamienMcKenna: Temporary fix for DrupalConsole
146   integration.
147 #2775245 by DamienMcKenna: Fix tests.
148 #2776407 by cilefen: Module names must be wrapped in quotes if they contain
149   certain characters.
150 By DamienMcKenna: Renamed the custom routes module.
151 #2745173 by jibellido: Tag generator now appends metatag_tag.schema.yml.
152 #2673902 by DamienMcKenna: Confirm that forum posts can be loaded when the
153   module is enabled and outputting meta tags.
154 #2707791 by ashwin.shaharkar, DamienMcKenna, Shreya Shetty, MattDanger: Changed
155   the Description and Abstract meta tags to use a textarea, matching the D7
156   branch.
157 #2780025 by DamienMcKenna: Basic tests for the output of every meta tag. Fixes
158   the output of all Google Plus tags. Fixed the test route module.
159 #2746031 by jalpesh, cilefen, DamienMcKenna, susannecoates: Fixed output of all
160   Twitter Cards meta tags.
161 #2780109 by DamienMcKenna: Always run drupalGet() before drupalPostForm() to
162   ensure the form loads correctly.
163 #2748615 by yannickoo, DamienMcKenna, agentrickard, SteffenR, paulmckibben: Try
164   generating an empty entity on entity-add (e.g. node/add/*) so default values
165   can be filled in.
166 #2775441 by tom_ek, DamienMcKenna: Replace deprecated core entity APIs with the
167   newer ones.
168 #2762981 by DamienMcKenna: More codebase changes to only use short array syntax.
169 #2774807 by DamienMcKenna, Berdir, hussainweb: Token browser showed items that
170   were irrelevant, and didn't show the correct entities on default config forms.
171 #2748615 by yannickoo, DamienMcKenna, SteffenR: The default configurations were
172   not loading properly in entity form fields.
173 #2752239 by DamienMcKenna: Fixes to Drupal:Console integration.
174 #1865228 by DamienMcKenna, greggles: Added the Author meta tag.
175 #2493711 by DamienMcKenna: Added the geographical meta tags.
176 #1343914 by DamienMcKenna, Dave Reid: Added the (Google+) Publisher meta tag.
177 By DamienMcKenna: Corrected the changelog comment for #2759927.
178
179
180 Metatag 8.x-1.0-beta9, 2016-06-02
181 ---------------------------------
182 #2725895 by DamienMcKenna: Fixed the name of the Validation submodule to avoid
183   YAML validation errors. Yes, somewhat ironic.
184 #2725989 by dbt102, DamienMcKenna, neerusrijan: Improve hook_help().
185
186
187 Metatag 8.x-1.0-beta8, 2016-05-14
188 ---------------------------------
189 #2723319 by itmaybejj: Fixed misspelling of 'its'.
190 #2619450 by paulmckibben: Remove core's Canonical URL tag if Metatag is adding
191   one.
192 #2712277 by markdorison: Twitter Card Type meta tag wasn't updating.
193 #2650408 by Raphael Apard, DamienMcKenna, gaurav.goyal, dpacassi, kyberman:
194   A node's meta tags should not override the front page defaults unless the
195   defaults are disabled/deleted.
196 #2684479 by mikeyk, DamienMcKenna, aspilicious: Added 'secure' option as some
197   meta tags require HTTPS URLs.
198 #2699297 by DamienMcKenna: Added tests to ensure submodules can be enabled.
199 #2663974 by IT-Cru, DamienMcKenna: Added the og 'article' meta tags.
200 #2650848 by ivanjaros, DamienMcKenna: Only show appropriate entities in the
201   token browser.
202 #2705851 by vasi: Load field definitions, not field values, when getting a list
203   of Metatag fields on an entity.
204 #2708511 by DamienMcKenna: Added the referrer meta tag.
205 #2563629 by Jim.M, DamienMcKenna: Added site verification tags.
206 #2721857 by marvin_B8, DamienMcKenna: Added Google+ meta tags.
207
208
209 Metatag 8.x-1.0-beta7, 2016-04-03
210 ---------------------------------
211 #2699173 by DamienMcKenna: Fixed OgUpdatedTime annotations.
212
213
214 Metatag 8.x-1.0-beta6, 2016-04-02
215 ---------------------------------
216 #2689543 by kplanz: Fixed paths in image meta tags when the site is in a
217   subdirectory.
218 By DamienMcKenna: Added a CODE_OF_CONDUCT.txt file that references the Drupal
219   code of conduct page.
220 #2690973 by DamienMcKenna: Added schema.yml values for all meta tags to make
221   them more easily translatable.
222 #2688963 by DamienMcKenna: Added a note about the Yoast SEO module.
223 #2696445 by DuaelFr, Simon Georges, DamienMcKenna: Added the twitter:image:alt
224   meta tag.
225 #2692117 by penyaskito, DamienMcKenna: Replaced the 'image' attribute with a
226   general 'type' attribute.
227
228
229 Metatag 8.x-1.0-beta5, 2016-03-11
230 ---------------------------------
231 #2563623/2674732/2675208 by DamienMcKenna, esclapes, NickWilde, achton: Quote
232   submodule strings to avoid YAML compatibility problems.
233 #2658242 by mr.baileys: Default meta tags were not translated into the entity's
234   language.
235 By DamienMcKenna: Added mr.baileys to the D8 contributors list :)
236 #2664276 by DamienMcKenna, StevenPatz, rajeev_drupal: Wrong default base class
237   for generated tag plugins.
238 #2665790 by benjy, Sam152: Use StringTranslationTrait in MetaNameBase.
239 #2666384 by mr.baileys, Rudrasis, danisha: Added 'configure' link to the module
240   on the Extend page.
241 #2563625 by mr.baileys, juliencarnot: All Twitter Cards have been ported.
242 #2674078 by Raphael Apard: The Generator meta tag is a META tag, not a LINK tag.
243 #2664448 by mr.baileys: DrupalConsole generator for meta tag groups.
244 #2663650 by mr.baileys: Caught another small bug in the tag generator.
245 #2672892 by borisson_: Replaced usage of LoggerChannelFactory with
246   LoggerChannelFactoryInterface.
247 #2678196 by mr.baileys: Simplified usage of isAdminRoute().
248 #2631408 by mikeyk, juampynr, DamienMcKenna: Filter out HTML from meta tags and
249   improve image meta tag handling.
250 #2631826 by juampynr, DamienMcKenna, pguillard: Require the Token module.
251 #2667850 by mikeyk: Token method was not renamed properly.
252 By DamienMcKenna: Fixed group name on MetatagTranslationTest.
253 #2684495 by mikeyk, DamienMcKenna: Fixed bug in translations that was causing
254   the tests to fail. Also tidied up the tests a little.
255 #2685355 by mikeyk: Fix image identification.
256
257
258 Metatag 8.x-1.0-beta4, 2016-02-06
259 ---------------------------------
260 #2634844 by swentel: Only load entity meta tags on actual content entity pages.
261 #2648752 by juampynr: Fixed the token browser integration.
262 #2642430 by juampynr: Moved settings pages under admin/config.
263 #2646706 by heykarthikwithu: Removed unused 'use' statements.
264 #2645338 by Dane Powell: Fixed variable assumptions in MetatagFirehose.
265 #2643370 by flocondetoile: Fixed hook_block().
266 #2631408 by juampynr: Filter HTML from the meta tag output.
267 #2653512 by DamienMcKenna, ivanjaros: Missing ampersand in drupal_static call.
268 #2630068 by jaxxed, DamienMcKenna: Moved the meta tags fields into the
269   'advanced' section of the entity form.
270 #2657142 by TravisCarden: Incorrect path in MetatagDefaults annotations.
271 #2656494 by DamienMcKenna, webflo, cyb.tachyon, alexdmccabe: Added translation
272   support for the default configs.
273 #2634844 by mr.baileys: Ensure that the entity system doesn't break entity
274   pages that don't have meta tags enabled.
275 #2659854 by mr.baileys: The config inheritance info was displayed when not
276   needed and was not translatable.
277 #2624422 by mr.baileys: Added tests to confirm meta tag handling is loaded
278   correctly when there is no default value available.
279 #2658902 by swentel, DamienMcKenna: Renamed 'Add Metatag defaults' to something
280   more easily understood.
281 #2636348 by DamienMcKenna: Config entity not working correctly after updating
282   from beta2.
283 By DamienMcKenna: Note in the README.txt that Token is now required.
284 #2663874 by mr.baileys: Fixed arguments to annotation translations for two
285   Google meta tags.
286 #2663650 by DamienMcKenna: Updated/fixed the DrupalConsole integration.
287 #2663650 by mr.baileys: Further fixes to the DrupalConsole integration.
288 #2563623 by DamienMcKenna: Moved OG tags to new submodule, added several more.
289
290
291 Metatag 8.x-1.0-beta3, 2015-12-08
292 ---------------------------------
293 #2613654 by Michelle, DamienMcKenna: Automatically parse fields for images.
294 #2563639 by juampynr, DamienMcKenna: Global configurations system.
295
296
297 Metatag 8.x-1.0-beta2, 2015-11-23
298 ---------------------------------
299 #2572469 by Berdir, platinum1, rakesh.gectcr, DamienMcKenna: Fixed the
300   composer.json file.
301
302
303 Metatag 8.x-1.0-beta1, 2015-11-19
304 ---------------------------------
305 Initial port by Damien McKenna and Michelle Cox.
306 #2563663 by kikoalonsob: Don't convert the title to a string.
307 #2563621 by jmolivas: Fixed DrupalConsole integration.
308 #2579865 by afi13: Fixed definition of MetatagEmptyFormatter::viewElements().
309 #2563667 by vincic: MetatagManager should only be used for objects implementing
310   ContentEntityInterface.
311 #2569043 by Michelle: Field defaults weren't loading (core API change).
312 #2579295 by Michelle: Fixed the field cardinality limitation.
313 #2563667 by Michelle: Follow-up to add missing namespace.
314 #2584835 by DamienMcKenna: Fixed double-HTML encoding of the page title.
315 #2563637 by larowlan: Added some initial tests for the field type.
316 #2596753 by Michelle: Don't encode apostrophes in the page title.
317 #2576695 by Andrej Galuf, larowlan, DamienMcKenna: Double slashes in URLs were
318   being replaced.
319 #2603548 by DuaelFr: Clear our the head_title array to avoid the site name being
320   added a second time.
321 #2617192 by larowlan: Fixed tests due to a core API change.
322 #2609138 by rakesh.gectcr: Removed unnecessary 'use' statements.
323 #2593149 by larowlan: Inject dependencies into MetatagManager.
324 #2593153 by larowlan: Inject dependencies into MetatagToken.
325 #2593141 by larowlan: Add a MetatagManagerInterface to avoid type-hinting
326   concrete implementation.
327 #2581351 by Michelle, larowlan, DamienMcKenna: Don't save default values to the
328   field, allow them to inherit from the default field settings.
329 By DamienMcKenna: Updates to the README.txt file.
330 #2572469 by rakesh.gectcr, DamienMcKenna, jaxxed, timmillwood: Added a
331   composer.json file.
332 By DamienMcKenna: Added a LICENSE.txt to enforce the license on git mirrors.