How to show active version on wordpress.org of a published plugin?
I have published a plugin, first time, on wordpress.org.
The problem I have is that it doesn't show the stats of active version
and only option for download is a Development Version
.
My svn structure is,
/assets/
(plugin image assets)
/branches/
(empty)
/tags/2.3.0/
(plugin files)
/trunk/
(plugin files)
Note: For Development purposes and version control, the initial version of the plugin is 2.3.0 and its the same as in the trunk
folder.
The readme file of the plugin:
=== XXXXX ===
Contributors:
Donate link:
Tags:
Requires at least: 3.0.1
Tested up to: 4.7.3
Stable tag: 2.3.0
License: GPLv2
== Description ==
= Requirements =
= Documentation Support =
== Installation ==
= Usage =
== Screenshots ==
== Upgrade Notice ==
*
== Changelog ==
= 2.3.0 2017.02.16 =
*
== Frequently Asked Questions ==
I have removed the name of the plugin as well as the redundant parts.
This readme.txt
is validated from the WordPress readme validatior.
Topic readme svn plugin-development Wordpress
Category Web