govCMS / GovCMS7

Current stable release of the main Drupal 7 GovCMS distribution, with releases mirrored at https://www.drupal.org/project/govcms
https://www.govcms.gov.au/
GNU General Public License v2.0
113 stars 76 forks source link

[GOVCMSD7-127] Update metatag 7.x-1.25 (from 7.x-1.21) #822

Closed suhyeonh closed 5 years ago

suhyeonh commented 5 years ago

https://www.drupal.org/project/metatag/releases/7.x-1.25

Release notes This is a minor but important release that fixes a glaring bug that shows on any form where the metatag fields are shown. Sorry :-\ Updating is recommended for all sites.

Contributors: (2) DamienMcKenna, didierlebouc

Issues: 2 issues resolved.

Full changelog Changes since 7.x-1.24:

Bug

2958362 by DamienMcKenna, didierlebouc: Undefined index error in 7.x-1.24

Task

2958208 by DamienMcKenna: Bug in count() statement in metatag.metatag.inc

https://www.drupal.org/project/metatag/releases/7.x-1.24

Release notes This fixes a critical issue in 7.x-1.23 that would trigger on pages which had a pager. Sorry about that.

Contributors: (1) joelpittet

Issues: 1 issues resolved.

Full changelog Changes since 7.x-1.23:

Bug

2958279 by joelpittet: Fatal error: Call to undefined function int_val()

https://www.drupal.org/project/metatag/releases/7.x-1.23

Release notes This release includes a whole bunch of improvements and bug fixes, and is recommended for all sites.

Notable improvements:

All "string" meta tags can be automatically trimmed to certain lengths, which can help avoid problems of giant paragraphs being dumped to meta tags via tokens. Working importers are now for Page Title, Nodewords and Meta Tags Quick. The hreflang meta tags now work with core's Content Moderation system, not just Entity Translation. Lots of other small fixes and improvements. A huge thanks to everyone who contributed to this release!

Contributors: (41) DamienMcKenna, jalpesh, zhouhana, L-four, angrytoast, kpaxman, Mike Lewis, rodrigoaguilera, nmillin, John_B, David Hernández, ctarres, cmseasy, computerbarry, skein, erwangel, espurnes, zmove, jenstechs, alexpott, ron_s, ocastle, Les Lim, iamEAP, osopolar, victoriachan, malcomio, HyperGlide, Murz, dandaman, klokie, jenlampton, bkosborne, thejimbirch, volkswagenchick, porkloin, bpleduc, drunken monkey, thirdender, davidthou, Chris Charlton

Issues: 26 issues resolved.

Full changelog Changes since /releases/7.x-1.22">7.x-1.22:

Bug

2853251 by kpaxman: Code to use only first item doesn't work if first item is blank

2924181 by Mike Lewis: Default Value for Robots on config form does not reflect stored configuration

2958206 by DamienMcKenna: Fix hreflang tags for entity_translation.

2956465 by DamienMcKenna, alexpott: Make sure $_GET['page'] is an integer.

2945589 by ron_s: Apostrophe encoded in page title when using Panels substitutions

2933194 by ocastle: Issue with URL Decoding panel substitutions.

2950652 by Les Lim: metatag_favicons_get_mime_type() is mostly wrong.

2872206 by jenlampton: Drush command for importing from Page Title throws fatal

2903980 by DamienMcKenna, Chris Charlton: Undefined index in metatag_token_info.

Feature

1624266 by L-four, angrytoast: Add support views bulk operations for mass updating metatags

2309017 by DamienMcKenna, rodrigoaguilera, nmillin, John_B, David Hernández, ctarres, cmseasy, computerbarry, skein, erwangel, espurnes, zmove: Automatically trim meta tag lengths.

2832101 by DamienMcKenna, jenstechs: hreflang tokens should support Content Translation

2932401 by DamienMcKenna: New tag: Set-Cookie.

1282806 by DamienMcKenna, iamEAP, osopolar, victoriachan, malcomio, HyperGlide, Murz, dandaman, klokie: Upgrade script for Meta Tags Quick.

2932110 by thejimbirch: Update Description's meta description to 320 chars (for 2018).

2143979 by bpleduc, drunken monkey, DamienMcKenna, thirdender, davidthou: Allow Views meta tags to "Use replacement tokens from the first row".

2906312 by DamienMcKenna: Added the twitter:dnt meta tag.

Task

2854539 by DamienMcKenna, jalpesh, zhouhana: http://drupal.org instead of https://www.drupal.org in default generator tag

2864078 by DamienMcKenna: Improve coding standards on Metatags 7.x-1.x.

2872446 by DamienMcKenna, jenlampton: Complete the drush command for importing nodewords meta tags.

2946145 by DamienMcKenna, bkosborne: Remove usage of deprecrated each() function for PHP 7.2+ future proofing.

2933940 by DamienMcKenna: og:image must be at least 200x200 otherwise it is ignored by Facebook.

2931744 by DamienMcKenna: Fix tests for the 7.x-1.x branch, testXssMetatagConfig has a regression.

2929487 by volkswagenchick, porkloin: Typo in metatag_dc.install, aka "Dublin" misspelled by the guy from Ireland.

2882769 by DamienMcKenna: List Schema Metatag as a related module.

https://www.drupal.org/project/metatag/releases/7.x-1.22

Release notes This resolves a few minor issues.

Known issues:

Due to a bug in core, the dependency definitions conflict with installation profiles, meaning that Metatag cannot currently be installed via an installation profile. Changes since 7.x-1.21:

2853699 by DamienMcKenna: Drupal core 7.40 is the minimum version supported.

2857982 by arosboro: Fixed tests due to changes in Entity Translation.

2864524 by JamesK: Improve field description for the abstract meta tag.

2868750 by DamienMcKenna: List Metatag Cxense as a related module.

2882048 by jyraya: i18n integration shouldn't assume a tag has a group.

2882703 by smustgrave: module_load_include() doesn't work quite as intended if the module is not installed.

2864834 by DamienMcKenna: Added a note to update script 7114 to note that output caching has been disabled.

2297647 by greggles, DamienMcKenna: Run views_invalidate_cache() when metatag_views is disabled.

2857088 by arosboro: Fixed parsing of percentages in URLs in Metatag:Panels.