Hi,
Willing to work on 6.x version, i did a : git clone --branch 6.x-1.x http://git.drupal.org/project/iframe.git
and got 6.x-1.7 version.
then tried to get 6.x-1.8 version, but couldn't via git fetch
git branch -v
* 6.x-1.x c065e28 commit current state; seems before a lot missed during cvs-to-git-change
On master, i got a wrong version :
version = 0.0.1
core = 7.x
Could you check the git repo please?

Comments

neffets’s picture

git clone --branch 6.x-1.x http://git.drupal.org/project/iframe.git
cd iframe

takes you straight to the current version 1.8
(you will see version = 1.7 and then again version = 1.8)
I missed to drop the 1.7 refrence before committing, drupal will allways use the last mentioned version string.

neffets’s picture

Status: Active » Closed (works as designed)

info: this "a lot missed during cvs-to-git-change" is a comment from me, becaus the drupal-maintainers removed the whole translation dir and they migrated an old version of cvs to git, so I had to recommit a lot of changes from former versions again.