Plugin Directory

Changeset 1151817


Ignore:
Timestamp:
05/02/2015 03:49:18 PM (11 years ago)
Author:
carquery
Message:

Updated readme.txt

Location:
carquery-api
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • carquery-api/readme.txt

    r1151813 r1151817  
    3636Yes, the CarQuery source data can be downloaded in CSV format. Just visit the [CarQuery Download page](http://www.carqueryapi.com/download/  "CarQuery Download")!
    3737
     38
     39The 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
    3842== Changelog ==
    39 
    4043= 0.1 =
    4144* Initial release=== Plugin Name ===
     
    4649Stable tag: 1.1
    4750
    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 
    8051= 1.0 =
    8152* Improved preformatted code.
    8253* Used latest Api for make and model search.
    8354* Updated code is compatible with Wp version 3.0 to 3.5.1.
    84 
    85 == Changelog ==
    8655
    8756= 1.2 =
  • carquery-api/trunk/readme.txt

    r1151813 r1151817  
    3636Yes, the CarQuery source data can be downloaded in CSV format. Just visit the [CarQuery Download page](http://www.carqueryapi.com/download/  "CarQuery Download")!
    3737
     38
     39The 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
    3842== Changelog ==
    39 
    4043= 0.1 =
    4144* Initial release=== Plugin Name ===
     
    4649Stable tag: 1.1
    4750
    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 
    8051= 1.0 =
    8152* Improved preformatted code.
    8253* Used latest Api for make and model search.
    8354* Updated code is compatible with Wp version 3.0 to 3.5.1.
    84 
    85 == Changelog ==
    8655
    8756= 1.2 =
Note: See TracChangeset for help on using the changeset viewer.