This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Product Version Info

Description

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

Screenshots

  • Configuration Page

Installation

  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()

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Product Version Info” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Product Version Info” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0

  • Initial release