Couldn't see this in the issues queue.
Not sure if it is just me, but I could not find anywhere in the admin settings of the dev version that allowed the update of the following site variable "nodewords_first_keywords".
The closest I could find was "Global keywords - first group:" which has a new variable "nodewords_global_keywords_1" not seen in older versions. This was not updated during the update.
I have had to manually delete the "nodewords_first_keywords" from the site as it was still being used to generate the keyword meta tag. In addition any keywords I enter into "nodewords_global_keywords_1" are not being included in the keyword list. Before I look into fixing this and issuing a patch I just wanted to ensure that I was correct in how this should work?
Comments
Comment #1
jonathan_hunt commentedI also found the nodewords_global_keywords_1 token not being populated, so not appearing via Page Title module. That's because the nodewords_tokens_token_values() is matching on the incorrect variable name, AFAIK.
Comment #2
dave reidLooks like this has already been addressed in the latest code.