With a new 6.0 (-dev) install, tried to use this module. Get module status that it is incompatible. "This version is incompatible with the 6.0-dev version of Drupal core."
With a new 6.0 (-dev) install, tried to use this module. Get module status that it is incompatible. "This version is incompatible with the 6.0-dev version of Drupal core."
Comments
Comment #1
kwikone commentedChecking in the .info file found the following
a) no core version indicated
b) the version indicates version = VERSION
In the additional info added by the packaging script found the following
a) no datestamp
b) no core version (core = ) line
Comment #2
kwikone commentedMaking the change noted previous - put a core = 6.x and a version = 6x-1.x-dev and a datestamp = (unix timestamp) into the info file and it does appear to work. Have not fully tested since I have no email send capabilities at present on my test system.
Comment #3
dave reidThis works now at of 6.x-1.3. Marking as fixed.