Questions that are too localized (such as syntax errors, code with restricted access, hacked sites, hosting or support issues) are not in scope. See how do I ask a good question?
Closed 5 years ago.
Improve this questionI am a WordPress plugin developer, I SVNed the latest plugin then the translation page goes like below:
How can I prevent the "Development" version to appare? I just want a stable version here.
In newest README.txt:
=== Corona Virus Data ===
Contributors: freeduke
Donate link: /
Tags: ncov19, coronavirus, covid-19, Corona virus,
Requires at least: 3.0.1
Tested up to: 5.4
Stable tag: 1.2.2
Requires PHP: 7.2
License: GPLv2 or later
License URI: .0.html
and the plugin file I worte:
* Plugin Name: Corona Virus Data
* Plugin URI: /
* Description: This plugin use an api to display the "Corona virus" data in whole world and country you care through a shortcode [cov2019] or [cov2019all] in your WordPress post or page.
* Version: 1.2.2
* Author: Duke Yin
* Author URI:
* License: GPL-2.0+
* License URI: .0.txt
* Text Domain: corona-virus-data
* Domain Path: /languages
Also I've put the older version 1.2.0 into the "tags" folder in SVN.
Is there anything I can do to have only one stable version without a "development version"?