该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Version

描述

In some wordpress projects, customisation is an real IT developement project and not only a theme changing or plugin management.
This plugin allow you to manage and show on your footer the website version number currently running.

This number is NOT the WordPress version number.

安装

Please execute the following steps :

  1. Download the zip achive provided.
  2. Extract it to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Go on the version admin page and set your wanted parameters. You have 2 differents options for modifying/updating your version number :
    a. Set or change the number using the textboxes.
    b. Reach the number you want using the buttons (Incremental method, useful for the quick updates).
  5. Place <?php get_website_version(); ?> in your template, in the place you want the version number to appear.

常见问题

I just updated to the 1.5.0.0 version. The version displayed is not correctly formatted anymore.

That is normal… Before the 1.5.0.0, you may have add manually HTML code before and afteer the shortcode. You have now the option to do it directly in the admin option screen. So think to remove your hardcoded html code… Furthermore, the admin field “Text to display before the version number” may have an impact on your precedent hardwritten text. Don’t forget to transfer your text to this field !

评价

此插件暂无评价。

贡献者及开发者

“Version” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Version”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.0.1.0

  • First release of the plugin

1.0.5.0

  • Incremental update version method added.
  • Beginning of internationalization (French)

1.5.0.0

  • Change name of admin access link from “wp-version” to “S. website version” (“Show website version”)
  • Bug in version update incremental method corrected
  • Functionnality to add HTML code before and after version number added
  • Functionnality to add a text before the version number added
  • French localisation completed (I’m looking for contributors in other langages !)
  • Admin page fits to WordPress dashboard style
  • Author informations added