How to download old versions of plugins? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third party plugins and themes are off topic, they are better asked about at their developers’ support routes. Closed 5 … Read more

Properly licensing a plugin that uses Apache 2.0 licensed code

Am developing a plugin that I would like to submit to the WordPress.org repo. It’s dependent on Apache License 2.0 code, so I know I should license my plugin with GPLv3 – it’s allowed. So, how do I properly license my plugin? Obviously I should include License: GPLv3 in my plugin’s header, but it feels … Read more

plugin wants to update to wrong plugin

I get a “update available” notification for my custom plugin “breadcrumbs trail nav” (not hosted in the official repo). Point is that there’s a) no update available and b) it wants to get updated to version whatever from the yoast-breadcrumb plugin. Case: local install. My plugin header comment: /* Plugin Name: Breadcrumbs Trail Nav. Plugin … Read more

Plugin screenshots not showing in the repository

I’m having major trouble getting the screenshots to show in my plugin. I have validated the readme file and placed the screenshots in both the /trunk and /tags/1.0 directories (1.0 is stable). I have looked at many search results and quite a few existing plugins to see what I’m doing different but I’m failing to … Read more

How are plugins in the WordPress plugin directory ranked?

When searching the plugin directory on wordpress.org how are the results ranked? It seems the main components are number of downloads and rating, or is there actually a full blown algorithm behind it taking many different statistics into account? I have searched Google, but all I get are WordPress plugins for SEO instead of information … Read more

Is there a faster way to git-svn clone a wordpress plugin from the subversion repository?

When cloning a SVN repo with git-svn it searches laboriously through every revision for changes that are relevant (at least as I understand it). Is there anyway to make this process quicker? I found this link: https://stackoverflow.com/questions/747075/how-to-git-svn-clone-the-last-n-revisions-from-a-subversion-repository that suggests it is possible to limit the number of revisions, just need to figure out how far … Read more