WordPress plugin not showing latest version after SVN execution

Just yesterday I tried to commit multiple versions like before in my plugin. However, I kept the new tags in the tags folder, but the changes don't seem to reflect.

I've already updated to version 1.4.6, but the repo still shows 1.4.3.

At first I thought it might be due to recent bugs in the repo, however it still doesn't show up after 2 days.

Does anyone know what is going on or what I am doing wrong? Thanx

Note. The plugin is updated in the svn repo in the chests and tags folder. Changes are not reflected in WP Repo.

Check: https://plugins.svn.wordpress.org/inactive-logout/

Plugin link: https://wordpress.org/plugins/inactive-logout/

+3


source to share


2 answers


You are using the wrong version of the stable tag in the Readme.txt file. This should be your plugin version (1.4.6), not WP (4.7).



See the documentation for "New Release Tag": https://developer.wordpress.org/plugins/wordpress-org/how-to-use-subversion/

+1


source


I had the same problem last week. It seems to be some kind of delay. I went back last weekend and my WordPress plugin page was updated this morning.



0


source







All Articles