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