I had trouble upgrading a site from D6 to D7. I found the problem and fixed it, and was going to file an issue until I found that the issue had already been created ... and fixed! #1371100: Updates 7001 thru 7004 in feeds_tamper.install cause errors in D6 to D7 upgrade

So, why does beta4 still have this problem? It turns out that it is exactly the same as beta3. I checked it out using git:

$ git show-ref 7.x-1.0-beta3 7.x-1.0-beta4
49ea6f9895eb05e31b0c3bc1aebdc4419415661f refs/tags/7.x-1.0-beta3
49ea6f9895eb05e31b0c3bc1aebdc4419415661f refs/tags/7.x-1.0-beta4
$ git diff 7.x-1.0-beta3 7.x-1.0-beta4
$ 
CommentFileSizeAuthor
#1 1812792-beta3-equals-beta4.png111.6 KBmegachriz

Comments

megachriz’s picture

StatusFileSize
new111.6 KB

If you go the Repository viewer of Feeds Tamper and then to the 7.x-1.x head, it can be seen on that page that 7.x-1.0-beta3 and 7.x-1.0-beta4 are equal indeed. See also the attached image.

The solution would be using the latest dev if the problem you have is already fixed there. Or the maintainer should create a new release.

twistor’s picture

Status: Active » Closed (fixed)

Beta 5 is out, so this is obsolete.