Beschrijving
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
Installatie
- Upload
plugin-name.phpto the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to Settings -> Version Info to change the version number
- 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()
Beoordelingen
Er zijn geen beoordelingen voor deze plugin.
Bijdragers & ontwikkelaars
“Product Version Info” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “Product Version Info” in je eigen taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
1.0
- Initial release
