Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Version

Descripción

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.

Instalación

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.

Preguntas frecuentes

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 !

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce "Version" a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

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