Aquesta extensió no s'ha provat en les darreres 3 versions majors del WordPress. Segurament no està mantinguda o suportada, i pot tenir problemes de compatibilitat quan s'usa en versions recents del WordPress.

Version

Descripció

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.

Instal·lació

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.

PMF

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 !

Ressenyes

No hi ha ressenyes per a aquesta extensió.

Col·laboradors i desenvolupadors

«Version» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.

Col·laboradors

Registre de canvis

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