Este plugin no ha sido probado con ninguna las 3 últimas versiones principales de WordPress. Puede que ya no se mantenga o no tenga soporte, y puede que tenga problemas de compatibilidad cuando se utiliza con versiones más recientes de WordPress.

Product Version Info

Descripción

A simple plugin that helps you to manage and publish your product version, when you are using wordpress as product website CMS. This is particularly useful if your product is still in active development phase. To retrieve the version simply visit to http://<your.wordpress.site>/?versioninfo and result will be returned as JSON

Capturas de pantalla

Instalación

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to Settings -> Version Info to change the version number
  4. Hit http://<your.wordpress.site>/?versioninfo to see the result returned as JSON format. This step can be easily done via Javascript, PHP file_get_contetns(), cURL or any other known preference to hit a web service

FAQ

I am not getting JSON response

Most likely the response is there but need to be formatted manually as JSON object. For front end use jQuery.parseJSON(), server side PHP use json_decode()

Reseñas

No hay reseñas para este plugin.

Colaboradores & Desarrolladores

“Product Version Info” es software de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce “Product Version Info” 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 .

Historial de cambios

1.0

  • Initial release