Changeset 719964
- Timestamp:
- 05/29/2013 05:05:25 PM (13 years ago)
- File:
-
- 1 edited
-
carquery-api/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
carquery-api/trunk/readme.txt
r712527 r719964 39 39 40 40 = 0.1 = 41 * Initial release 41 * Initial release=== Plugin Name === 42 Contributors: carquery 43 Tags: car, vehicle, database, carquery, carqueryapi, dropdown, year, make, model, trim 44 Requires at least: 3.0 45 Tested up to: 3.5.1 46 Stable tag: 1.1 47 48 The CarQuery API plugin easily creates dependent vehicle year, make, model, and trim dropdowns and you can display the result as per selected drop down values. 49 50 == Description == 51 52 The CarQuery API plugin uses simple short codes to add dependent vehicle year, make, mode, and trim dropdowns in your post or page. 53 The vehicle dropdown menus use AJAX requests to auto-populate using the CarQuery API from http://www.carqueryapi.com 54 55 == Installation == 56 57 1. Download the plugin archive 58 1. Extract all files from the zip archive 59 1. Copy the carquery-api folder to the /wp-content/plugins directory 60 1. Activate the plugin through the 'Plugins' menu in WordPress 61 1. Use the shortcodes [cq-year] [cq-make] [cq-model] [cq-trim][cq-trim][cq-button] anywhere in your site to create automatically populated vehicle data dropdowns. 62 63 == Frequently Asked Questions == 64 65 = Where does this vehicle data come from? = 66 67 The plugin uses data from the [CarQuery API](http://www.carqueryapi.com "CarQuery API") 68 69 = What else can I use the CarQuery API for? = 70 71 There are many other things you can do with the CarQuery API outside of what the plugin enables. 72 Visit the [CarQuery documentation page](http://www.carqueryapi.com/documentation/ "CarQuery Documentation") for more details. 73 74 = Can I download the CarQuery source data? = 75 76 Yes, the CarQuery source data can be downloaded in CSV format. Just visit the [CarQuery Download page](http://www.carqueryapi.com/download/ "CarQuery Download")! 77 78 == Changelog == 79 80 = 1.0 = 81 * Improved preformatted code. 82 * Used latest Api for make and model search. 83 * Updated code is compatible with Wp version 3.0 to 3.5.1.
Note: See TracChangeset
for help on using the changeset viewer.