Changeset 1567552
- Timestamp:
- 01/04/2017 01:35:00 AM (9 years ago)
- Location:
- carquery-api
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
trunk/carquery-api.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
carquery-api/readme.txt
r1320075 r1567552 3 3 Tags: car, vehicle, database, carquery, carqueryapi, dropdown, year, make, model, trim 4 4 Requires at least: 3.0 5 Tested up to: 4. 46 Stable tag: 1. 35 Tested up to: 4.7 6 Stable tag: 1.4 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 10 Use simple short codes to display auto-populating dropdowns for vehicle Year, Make, Model, and trim on your site from CarQuery API database. 11 11 12 == Description == 12 13 The CarQuery API Vehicle Data plugin uses simple short codes to add dependent vehicle year, make, mode, and trim dropdowns in your post or page. … … 55 56 * Used latest API for make and model search. 56 57 * Updated code is compatible with Wp version 4.4 58 59 = 1.4 = 60 * Used latest API for make and model search. 61 * Updated code is compatible with Wp version 4.7 -
carquery-api/trunk/carquery-api.php
r1320069 r1567552 4 4 Plugin URI: http://www.carqueryapi.com/wordpress-plugin/ 5 5 Description: The CarQuery API Plugin easily creates dependent vehicle year, make, model, and trim dropdowns. 6 Version: 1. 36 Version: 1.4 7 7 Author: CarQueryAPI 8 8 Author URI: http://www.carqueryapi.com 9 9 License: GPL2 10 10 11 Copyright 201 6CarQueryAPI (email : contact@carqueryapi.com)11 Copyright 2017 CarQueryAPI (email : contact@carqueryapi.com) 12 12 13 13 This program is free software; you can redistribute it and/or modify … … 165 165 carquery.year_select_min=1941; 166 166 167 carquery.year_select_max=201 5;167 carquery.year_select_max=2017; 168 168 169 169 //Optional: initialize search interface elements. -
carquery-api/trunk/readme.txt
r1320078 r1567552 3 3 Tags: car, vehicle, database, carquery, carqueryapi, dropdown, year, make, model, trim 4 4 Requires at least: 3.0 5 Tested up to: 4. 46 Stable tag: 1. 35 Tested up to: 4.7 6 Stable tag: 1.4 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 56 56 * Used latest API for make and model search. 57 57 * Updated code is compatible with Wp version 4.4 58 59 = 1.4 = 60 * Used latest API for make and model search. 61 * Updated code is compatible with Wp version 4.7
Note: See TracChangeset
for help on using the changeset viewer.