The resolves some bugs in 6.x-1.14-beta2, improves the Dublin Core integration and includes a fix for a non-critical security issue. It is recommended to review the release notes for v6.x-1.14-beta1 and beta2 prior to upgrading from 6.x-1.13 as there are several important changes. See also SA-CONTRIB-2012-173 - Nodewords: Information disclosure
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.
This is the first stable release since 6.x-1.11, exactly two years ago. All users should update to this version, which fixes many problems in the last several releases and adds a few new features.
This represents a preliminary release of what will be the first stable release of Nodewords since 2009. The wildly unnecessary and over-engineered rewrite of 6.x-1.12 has been reverted and now we present a continuation of the 6.x-1.11 code with many bugfixes and the good parts from the rewrite.
This 6.x-2.0-alpha1 is what used to be 6.x-1.12-beta/rc. We have decided to move the current 6.x-1.x code to the 6.x-2.x branch as it contains several major architecture and functional changes from the 6.x-1.11 release. The upcoming 6.x-1.12 release will not contain any major changes from 6.x-1.11 besides bug fixes.
By kiam: Corrected the reference to a mistyped constant.
This release is supposed to be used to allow updating to version 6.x-1.12 and higher (or to version 6.x-12-beta9 and higher); it is not supposed to be installed to be regularly used.
By kiam: Corrected the return value of nodewords_admin_update_6100().
This release is supposed to be used to allow updating to version 6.x-1.12 and higher (or to version 6.x-12-beta9 and higher); it is not supposed to be installed to be regularly used.
This release is supposed to be used to allow updating to version 6.x-1.12 and higher (or to version 6.x-12-beta9 and higher); it is not supposed to be installed to be regularly used.
This release is supposed to be used to allow updating to version 6.x-1.12 and higher (or to version 6.x-12-beta6 and higher); it is not supposed to be installed to be regularly used.
This release was supposed to be used to allow updating to version 6.x-1.12 (or to version 6.x-12-beta5 or higher); it was not supposed to be installed to be regularly used.
By KiamLaLuno: Corrected the code of the function nodewords_update_6113(), which now deletes the table nodewords, and renames the table nodewords_tmp as nodewords also when the table contains no rows.
By KiamLaLuno: Changed nodewords_update_6113() to back up the content of the table nodewords in nodewords_10; changed the code that now doesn't add two new indexes if nodewords_update_6113() has been already executed.
This release fixes a security vulnerability, all users of Meta tags 6.x-1.0 or any 6.x-1.x-dev snapshot from before 2009-09-23 are urged to upgrade. For more details, see SA-CONTRIB-2009-060.
If you use image-5.x-2.0alpha2 nodewords-5.x-1.10 gave an error due to a bug in the image module. Version 1.11 fixes this. See: #294475: array-flip not array-flipping. Other then that, no changes.
#241099 : Bio.module nodes not supported. If you have enabled bio module and override the user profile pages (user/XX) with bio nodes, then the meta tags assigned to this bio node are now used. Thanks jpsalter!
#235695 : Can I remove D.C. Title?. You can now disable the DC.Title tag on admin/content/nodewords, just like any other tag. Thanks supervova!
Straightforward port of nodewords-5.x-1.8-rc1 to Drupal 6.x.
It currently does not have support for views or panels. If you use views or panels, reopen this issue when a stable or -rc release of those modules is available, we will then readd support for them.
5.x-1.6 contained a stupid last-minute, not-enough-testing mistake which even opened security holes if you allow users to specify the alt attribute of an image in a node. See SA-2008-008 - Meta tags - Arbitrary code execution for the advisory.