Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
25.49 KB
MD5: 5a16a1e4b34f9ec84a0e80d484066569
SHA-1: 77fec0a921cbb70c0bc247c73da97caaa3935780
SHA-256: fef84a28db4fdf49809fe8ceed1daf9277ba9fce66c04ea090ae1232fca7e42c
Download zip
31.73 KB
MD5: 6bea746801b8976fa41b8e56c6271399
SHA-1: 53fecf2852fca2c4501b4d4be5f385f787c1b4fb
SHA-256: acf87e375d048f04a74346e4bf470b096baf8af9c0d69ab3a54f183bedba53cc
Release notes
Changes since 7.x-1.0-alpha4:
- If $entity->metatags is empty, then do not write a record to the metatag table since we do not need it.
- #1504188: Fixed undefind variable $class in metatag_get_instance().
- #1448324 by Pedro Lozano, DamienMcKenna, Dave Reid: Fixed entities with string IDs cannot be supported.
- Improved caching CID for meta tag output so that it will be compatible with domain and multiple languages.
- #1361722: Fixed trim() is sometimes an undefined method, so use $.trim() instead.