Hi,
Until 6.x-1.3, the version number in 'Reports>Available updates' is always the same : 6.x-1.2 (see file nodewords.jpg).
In the .info file, all seems to be OK :
; $Id: nodewords.info,v 1.3.2.9 2009/11/09 11:26:52 kiam Exp $
name = Nodewords
description = Allows users to add meta tags, e.g. keywords or description. This module doesn't actually implement any metatags,
but requires other modules to implement them.
package = Meta tags
core = 6.x
recommends[] = checkall
recommends[] = vertical_tabs
; Information added by drupal.org packaging script on 2009-12-29
version = "6.x-1.10"
core = "6.x"
project = "nodewords"
datestamp = "1262080249"
Thanks for your help!
Bye
| Comment | File | Size | Author |
|---|---|---|---|
| nodewords.jpg | 25.09 KB | brulain |
Comments
Comment #1
avpadernoNo module is able to alter the version reported in the update page, if not (maybe) implementing a hook used by project.module, which is not something Nodewords does.
Delete all the Nodewords files (without to uninstall Nodewords modules), then copy the version 6.x-1.10 files. Also, check you don't have multiple copy of Nodewords; this is the main cause of the updates page reporting the wrong version.
Comment #2
brulain commentedThanks a lot for your answer. I have deleted all Nodewords directories and files, then copied the 1.10 version : it works fine!
There were old directories and .info files mentionning the 6.x-1.2 version.
Happy new year!