dealertrend / wordpress-plugin-inventory-api

This is the new WordPress plugin for DealerTrend, Inc. It will interface with their Automotive Information System's API.
http://www.dealertrend.com
GNU General Public License v2.0
22 stars 6 forks source link

Add auto update features. #63

Closed grok closed 13 years ago

grok commented 13 years ago

Need the ability for people to update the plugin from their wordpress install.

grok commented 13 years ago

Auto update feature is now added!

It integrates with a few wordpress hooks to allow us to have a custom change log from the WP and it allows for auto updating.

It pulls the latest tags from WordPress and everything works fine. The plugins all update from this file: https://github.com/downloads/dealertrend/wordpress-plugin-inventory-api/dealertrend-inventory-api.zip

Basically, we just need to bump the version number in the plugin file, then add a tag in the repo - push it all up AFTER the zip file has been updated with the latest "read only" copy, and it should all be good.