Did you change to a higher version number in both the main php file and the readme?
Yes. I also included a new plugin so version numbers should not be the problem.
What subversion commands are you using?
I am using SVN Tortoise, commit changes.
The files on the server, the archive of the plugin when downloaded contains the new files. But the plugin page on wordpress repository shows old date, old version and the plugin is not lsited in recently updated etc.
What is your SVN plugin url?
Here is the plugin that was updated to version 1.8 ten days ago
http://svn.wp-plugins.org/smart-youtube/
Repository page still says 1.6 though http://wordpress.org/extend/plugins/smart-youtube/
Because there is no “1.8” folder in your /tags/ folder. Your readme.txt specified the stable to be 1.8.
Take a look at mine. http://dev.wp-plugins.org/browser/wp-polls
Thanks for that. Shouldn’t Tortoise SVN be doing that automatically? HOw do you manage updates?
Manually creating the folder in /tags/ after each release and that is why I only have 2 releases per year normally or the most 3. lol
There is something strange going on there. Because some plugins don’t have tags structure and still get updated. Like mine did until a bout a month ago.
Secondly when using tags, your download link is changed to have the version number at the end which means you need to update all download links on your site manually.
Obviously that is not good. Is there a way to force it to work differently?
yea that is right, the download link must change. If not use “trunk” as the stable tag (without the quotes)
I’m experiencing the same problem , but I’m sure I’m doing things right with SVN and readme.txt.
I’m using TortoiseSVN to mantain dregister plugin.
I’m desperately tryng to upload version 1.0.1 , you can check the repository here:
http://plugins.trac.wordpress.org/browser/dregister
As you can see, the official plugin page still shows Version 1.0, but gives you as download 1.0.1
http://wordpress.org/extend/plugins/dregister/
Under “Other releases” it shows a non-existing 1.0 version and a Development version.
Any clue??