Closed (fixed)
Project:
Metatag
Version:
7.x-1.x-dev
Component:
Twitter Cards
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Aug 2015 at 10:33 UTC
Updated:
21 Nov 2015 at 01:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
damienmckennaThis is basically reverting #2267501: Replace twitter:image with twitter:image:src.
Comment #3
mgzrobles commented+1
Comment #4
damienmckenna*sigh*
This needs to be in the next release.
Comment #5
damienmckennaThis renames the meta tags and updates the configuration.
Comment #6
damienmckennaCommitted.
Comment #10
dave reid@DamienMcKenna: We should make metatag_update_7024() and metatag_update_7030() a no-op, and avoid unnecessary changing of records. Especially since the new updates to fix it are not guaranteed to run after the problematic update hooks, since hook_update_dependencies() was not implemented.
Comment #11
dave reidPatch to remove the update hooks no longer necessary.
Comment #12
damienmckennaCommitted. Thanks Dave!