Is there anything blocking a 7.x-1.3 release?

Comments

mcfilms’s picture

Status: Active » Reviewed & tested by the community

Can I just say that the dev version seems to be working great and has the bonus effect of eliminating the Attempt to assign property of non-object that many people have experienced. I can at least anecdotally review this dev and say that this version is ready to be a 1.3 release.

tim.plunkett’s picture

Status: Reviewed & tested by the community » Fixed
hswong3i’s picture

Status: Fixed » Needs review

GIT tag 7.x-1.3 is now out-sync with 7.x-1.x, see:

This cause we can't fetch latest patch from GIT checkout directly, and can fixed by:

git clone --branch 7.x-1.x http://git.drupal.org/project/ctools.git
cd ctools
git rebase 9d092ccef990c50b19391a3170eca75e1424737e
git push
tim.plunkett’s picture

Status: Needs review » Fixed

Wow! I didn't know that git could do that.

What I did:

git apply
git commit
git tag 7.x-1.3
git push --tags

I never did git push origin 7.x-1.x! Thanks @hswong3i, http://drupalcode.org/project/ctools.git/shortlog/refs/tags/7.x-1.3 and http://drupalcode.org/project/ctools.git/shortlog/refs/heads/7.x-1.x match now.

hswong3i’s picture

Welcome ;-)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.