最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

How can I prevent my plugin go development trunk

programmeradmin1浏览0评论
Closed. This question is off-topic. It is not currently accepting answers.

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 question

I 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"?

发布评论

评论列表(0)

  1. 暂无评论