Downloads

Download nodewords-6.x-1.14-beta1.tar.gztar.gz 64 KB
MD5: 7f07722fc99f38578eb153dd19c34d9e
SHA-1: a51be8d1dfd2a82b37e6b67cf6407d520f6cb0a2
SHA-256: 6de1991fd53243ec59a00cd3d673cd5c0e79ab7d5af9333effe62a06bc139317
Download nodewords-6.x-1.14-beta1.zipzip 75.75 KB
MD5: adbae4c722ada2445f7850f07866cbed
SHA-1: 9bbe94571290e426ba4d1ff0e49f50715eb90f37
SHA-256: 0579ba14372bac82a7b49be675aa23f79cea157d6325aacc3224911b0d7430da

Release notes

Many improvements are included from the last stable release. This release is focused on bug fixes, usability improvements and rounding off the feature set.

Most important changes:

  • All tags are now automatically output, there's no need to manually select them from the settings page.
  • Output of the various title, description and URL tags has been standardized to default using the same values.
  • The meta tags have been given manually assigned form weights, to aid with grouping them logically based on their purpose.
  • Added the page title meta tag (deprecating the Page Title module), Standout, Syndication Source, Original Source and Logo tags.
  • URL tags (canonical URL, etc) how use the path alias by default.
  • API change - meta tags can now have multiple values by giving the "multiple" attribute the value TRUE. The dc.contribtor tag is the first to use this.
  • Default values are no longer automatically entered into edit forms, they are instead only assigned during output.
  • Initial support for importing data using the Migrate module.

A few more tasks still need to be done before 6.x-1.14 is released, along with additional testing.

Full release notes:

  • #1397530 by venutip: Missing permission definition for the DC Creator meta tag.
  • #1397520 by DamienMcKenna: Additional notes regarding API changes from the 6.x-1.12-x codebase that were reverted to make 6.x-1.13.
  • #1232498 by adamfranco: Static caching of all custom path data, to aid with performance.
  • #1406708 by DamienMcKenna: Removed CVS $Id$ strings.
  • #1343170 by DamienMcKenna: Improved explanation in README.txt on how to use the options for automatic generation of meta data for nodes.
  • #324825 by DamienMcKenna: Bumped the submit & delete button weights to 1000 and 1001 respectively to help ensure those buttons are always at the end for the forms.
  • #948342 by DamienMcKenna, Dave Reid: Page title support.
  • #1408540 by DamienMcKenna: Improved instructions regarding admins seeing all meta tag fields on edit forms.
  • #948342 by DamienMcKenna: Missing a permission value on the page title tag.
  • #948342 by DamienMcKenna: Renamed the page title tag to avoid any possible conflicts with other modules, make it clear that it isn't for an actual *meta* tag.
  • #948342 by DamienMcKenna: Basic module's API version needed updating to match the API.txt documentation regarding the new page title meta tag.
  • #1395326 by DamienMcKenna: Mistakenly placed parenthesis gives error when Nodeword OG is enabled.
  • #1422630 by DamienMcKenna: Added a missing nodewords_og_uninstall() to cleanup the database after that submodule is removed.
  • #948342 by hanoii: Incorrect variable name for the page title.
  • #1458864 by neclimdul: Improvements to user saving, remove anything that was inadvertently added to $user->data.
  • #1419172 by DamienMcKenna: Changed the default to use URL aliases for canonical URLs rather than the system path, this is what people would expect.
  • #1380362 by DamienMcKenna: Added a note about Token support.
  • #669272 by DamienMcKenna: Improvements to the message that shows if no submodules are enabled.
  • #1416346 by DamienMcKenna: Added a new settings page for customizing the forum module's main page's meta tags.
  • #589550 by DamienMcKenna: Mention that the option to use the path alias for the Canonical URL works best when the GlobalRedirect module is also used.
  • #1553356 by DamienMcKenna: Node descriptions should, by default, be automatically generated from the node teaser. This will not affect existing sites, but sets a better default for new sites.
  • #1420152 by DamienMcKenna: Major reorganization of the tag sorting - all tags now sort by purpose, (theoretically) making it easier to manage them & compare related values.
  • #1553494 by DamienMcKenna: All URL tags are no consistent with regards to which types of pages they can be used with.
  • #1553496 by DamienMcKenna: All title tags are no consistent with regards to which types of pages they can be used with.
  • #1553514 by DamienMcKenna: Allow dc.description to be edited.
  • #1426732 by DamienMcKenna: Updated the "Related modules" part of the README.
  • #1553554 by DamienMcKenna: Expand API to allow meta tags to have multiple values. The dc.contributor tag is the first to use this.
  • #1551054 by DamienMcKenna: Allow meta tag values to have single quotes.
  • #1563838 by DamienMcKenna: Made the Canonical URL path alias option a global setting usable by all submodules.
  • #1565016 by DamienMcKenna: Share code for the Canonical URL and og:url tags.
  • #1565030 by DamienMcKenna: Changed the og:type field to a selector. Only a few object types are currently supported, this will be expanded later.
  • #979618 by DamienMcKenna: Changed to automatically output all meta tags, use hook_nodewords_tags_output_alter() to modify this behavior if needed.
  • #1571072 by DamienMcKenna: Automatically set the og:title based on the page title if it is not manually assigned.
  • #1414174 by DamienMcKenna: Added a note about Nodewords Meta Title.
  • #751488 by DamienMcKenna: ShortURL values could not be entered, they would fail due to incorrect use of drupal_urlencode() during form validation.
  • #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.
  • #1601932 by DamienMcKenna: Set weights for all tabs on admin/content/nodewords.
  • #973770 by DamienMcKenna: Added the Standout, Syndication Source and Original Source tags.
  • #1587800 by DamienMcKenna: Added a new settings page for customizing the Blog module's main page's meta tags.
  • #1602274 by DamienMcKenna: Only load the forum page meta tags when the forum module is enabled.
  • #1602278 by DamienMcKenna: Simplified the allowed/denied rules.
  • #725794 by BrandTim, cedarm, DamienMcKenna: Initial Migrate support for nodes.
  • #983550 by quicksketch, DamienMcKenna: Fix custom regex handling for auto- generated description fields.
  • #1568772 by DamienMcKenna: Reload tags after saving them so all subsequent API interactions will receive the new data.
  • #1412970 by DamienMcKenna: Default values are no longer inserted into forms when editing the meta tags of a given object, instead they are only output during page generation. Also, most form elements will now show what the default value is on the edit form, so there is something to go from.
  • #1587758 by DamienMcKenna: Added the Logo meta tag.
  • #1412970 by DamienMcKenna: Follow-up patch for copy/paste mistake.
  • #1553554 by DamienMcKenna: Follow-up patch, it didn't properly check if the tag was supposed to allow multiple values during output.
  • #1151744 by DamienMcKenna: Added the geo.placename and geo.region meta tags, also improved the existing geo.position/icbm fields aka the Location fields.
  • #1359944 by DamienMcKenna: Option to automatically use the node author for the dc.creator tag.
  • Updated the README.txt to thank Dave Reid and Nate Haug for their many contributions.
  • #1630922 by DamienMcKenna: Errors when editing data with empty location values.
Created by: DamienMcKenna
Created on: 28 Jun 2012 at 15:40 UTC
Last updated: 1 Aug 2018 at 23:20 UTC
New features
Bug fixes
Insecure

Other releases