Changeset 1151817
- Timestamp:
- 05/02/2015 03:49:18 PM (11 years ago)
- Location:
- carquery-api
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
carquery-api/readme.txt
r1151813 r1151817 36 36 Yes, the CarQuery source data can be downloaded in CSV format. Just visit the [CarQuery Download page](http://www.carqueryapi.com/download/ "CarQuery Download")! 37 37 38 39 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. 40 41 38 42 == Changelog == 39 40 43 = 0.1 = 41 44 * Initial release=== Plugin Name === … … 46 49 Stable tag: 1.1 47 50 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.com54 55 == Installation ==56 57 1. Download the plugin archive58 1. Extract all files from the zip archive59 1. Copy the carquery-api folder to the /wp-content/plugins directory60 1. Activate the plugin through the 'Plugins' menu in WordPress61 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 51 = 1.0 = 81 52 * Improved preformatted code. 82 53 * Used latest Api for make and model search. 83 54 * Updated code is compatible with Wp version 3.0 to 3.5.1. 84 85 == Changelog ==86 55 87 56 = 1.2 = -
carquery-api/trunk/readme.txt
r1151813 r1151817 36 36 Yes, the CarQuery source data can be downloaded in CSV format. Just visit the [CarQuery Download page](http://www.carqueryapi.com/download/ "CarQuery Download")! 37 37 38 39 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. 40 41 38 42 == Changelog == 39 40 43 = 0.1 = 41 44 * Initial release=== Plugin Name === … … 46 49 Stable tag: 1.1 47 50 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.com54 55 == Installation ==56 57 1. Download the plugin archive58 1. Extract all files from the zip archive59 1. Copy the carquery-api folder to the /wp-content/plugins directory60 1. Activate the plugin through the 'Plugins' menu in WordPress61 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 51 = 1.0 = 81 52 * Improved preformatted code. 82 53 * Used latest Api for make and model search. 83 54 * Updated code is compatible with Wp version 3.0 to 3.5.1. 84 85 == Changelog ==86 55 87 56 = 1.2 =
Note: See TracChangeset
for help on using the changeset viewer.