Acest modul nu a fost testat cu ultimele 3 versiuni importante ale WordPress. S-ar putea să nu mai fie întreținut sau susținut și ar putea avea probleme de compatibilitate când este folosit cu versiuni recente ale WordPress.

Version

Descriere

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.

Instalare

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.

Întrebări frecvente

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 !

Recenzii

Nu există nicio verificare pentru acest modul.

Contributori și dezvoltatori

„Version” este un software open-source. La acest modul au contribuit următoarele persoane.

Contributori

Tradu „Version” în limba ta.

Te interesează dezvoltarea?

Răsfoiește codul, vezi depozitarul SVN, sau abonează-te la jurnalul de dezvoltare prin RSS.

Istoric modificări

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