Cristi Burcă
Cristi Burcă
You probably need to set `"minimum-stability": "dev"`, like [here](https://github.com/scribu/wp-posts-to-posts/blob/master/composer.json#L6).
If by that you mean "Is it possible to connect posts between different blogs in a multisite install?" the answer is no.
But now that we are not limited to post ids anymore, it's feasible: http://scribu.net/wordpress/posts-to-posts/p2p-1-1.html
The minor updates you saw were all done by contributors (I just pushed them to wordpress.org), so there are at least people who continue to use it.
> do you have any vested interest in seeing the plugin live on? No, not really. I would like it if someone found it useful enough to take over maintenance...
> Related to this, which file holds the mySQL creating? That would be `core/query.php`. Also see https://github.com/scribu/wp-posts-to-posts/wiki/Class-diagrams
Hey, so I looked at the link you posted and I don't see a way to approve those strings. Here's what I'm seeing: 
Also, I would like to add you as a validator, but I don't know how to do that.
> If you click "details" doesn't it say "Approve" or something like that? Nope: 
After only a quick look, the code looks alright. I will do some actual testing when you say it's ready. Due to #449, in order to be able to merge...