Normal svn ci fails to update latest version on plugin download page
-
Retina Stripper Plugin svn update seems to have failed in some way.
Plugin version was bumping from 1.4 to 1.5 with only minor changes.
The 1.5 download links work as expected…
https://downloads.www.ads-software.com/plugin/retina-stripper.1.5.zip
The Download Version button still shows 1.4 as version.
The Compatibility block shows 1.4 as current version + 1.5 appears under other versions.
Very simple plugin with single .php file + readme.
_______
Requesting an svn guru let me know how to fix this. The svn command sequence I used, is same as all other times I’ve checked in a new version…
1) cd svn (name of my code directory)
2) svn cp trunk tags/1.5
3) cd tags/1.5
4) make changes
Change .php file to reflect Version: 1.5 as new version.
Change readme file Stable tag: 1.5 + other minor changes.
5) svn ci -m “tagging version 1.5”
Input user + pass + received successful update.
Help appreciated. Thanks.
- The topic ‘Normal svn ci fails to update latest version on plugin download page’ is closed to new replies.