-
Issue #1601932 by DamienMcKenna: Set weights for all tabs on admin/content/nodewords.
-
Moved nodewords_uninstall() to right after nodewords_install().
-
Issue #1586122 by DamienMcKenna: Bug in how menus were enabled, should work now.
-
Issue #1571082 by DamienMcKenna: Improved the logic for generating the 'description' meta tag, extended the logic to also cover the 'dc.description' and 'og:description' meta tags.
-
Issue #751488 by DamienMcKenna: ShortURL values could not be entered, they would fail due to incorrect use of drupal_urlencode() during form validation.
-
Issue #1414174 by DamienMcKenna: Added a note about Nodewords Meta Title.
-
Issue #1571072 by DamienMcKenna: Automatically set the og:title based on the page title if it is not manually assigned.
-
Issue #979618 by DamienMcKenna: Changed to automatically output all meta tags, use hook_nodewords_tags_output_alter() to modify this behavior if needed.
-
Issue #979618 by DamienMcKenna: Option to automatically output all non-empty meta tags. This is the new default, if this is not your desired intention then change the option on the main settings page.
-
Issue #1565030 by DamienMcKenna: Changed the og:type field to a selector. Only a few object types are currently supported, this will be expanded later.