metatag.info 718 B

12345678910111213141516171819202122232425262728
  1. name = Metatag
  2. description = "Adds support and an API to implement meta tags."
  3. package = SEO
  4. core = 7.x
  5. ; This requires Drupal 7.28 or newer as it fixes the [node:summary] token that
  6. ; was previously broken.
  7. dependencies[] = system (>= 7.28)
  8. ; CTools is required.
  9. dependencies[] = ctools
  10. ; Must have this release of Token to avoid a bug with tokens that contain the
  11. ; colon symbol, as used in OG meta tags.
  12. dependencies[] = token (>= 1.6)
  13. configure = admin/config/search/metatags
  14. files[] = metatag.inc
  15. files[] = metatag.migrate.inc
  16. files[] = metatag.test
  17. ; Information added by Drupal.org packaging script on 2015-05-01
  18. version = "7.x-1.5-beta1+22-dev"
  19. core = "7.x"
  20. project = "metatag"
  21. datestamp = "1430441289"