-
Fixed error with in metatag_metatags_load_multiple() that prevented data from being loaded.
-
If $entity->metatags is empty, then do not write a record to the metatag table since we do not need it.
-
Issue #1504188: Fixed undefind variable $class in metatag_get_instance().
-
Issue #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.
-
Issue #1361722: Fixed trim() is sometimes an undefined method, so use $.trim() instead.
-
Issue #1323692: Fixed do not use the [user:picture:url] token for og:image default if user pictures are not enabled.
-
Add translatable flag to the {metatag_config} table. -
Issue #1344284: Fixed the {metatag_config}.cid column should not be NULL.
-
Issue #1281624: Merged metatag_ui.module back into metatag.module.