Plugin Directory

Changeset 1567552


Ignore:
Timestamp:
01/04/2017 01:35:00 AM (9 years ago)
Author:
carquery
Message:

Updating to 1.4

Location:
carquery-api
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • carquery-api/readme.txt

    r1320075 r1567552  
    33Tags: car, vehicle, database, carquery, carqueryapi, dropdown, year, make, model, trim
    44Requires at least: 3.0
    5 Tested up to: 4.4
    6 Stable tag: 1.3
     5Tested up to: 4.7
     6Stable tag: 1.4
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    1010Use simple short codes to display auto-populating dropdowns for vehicle Year, Make, Model, and trim on your site from CarQuery API database.
     11
    1112== Description ==
    1213The CarQuery API Vehicle Data plugin uses simple short codes to add dependent vehicle year, make, mode, and trim dropdowns in your post or page.
     
    5556* Used latest API for make and model search.
    5657* 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  
    44Plugin URI: http://www.carqueryapi.com/wordpress-plugin/
    55Description: The CarQuery API Plugin easily creates dependent vehicle year, make, model, and trim dropdowns.
    6 Version: 1.3
     6Version: 1.4
    77Author: CarQueryAPI
    88Author URI: http://www.carqueryapi.com
    99License: GPL2
    1010
    11 Copyright 2016 CarQueryAPI  (email : contact@carqueryapi.com)
     11Copyright 2017 CarQueryAPI  (email : contact@carqueryapi.com)
    1212
    1313This program is free software; you can redistribute it and/or modify
     
    165165     carquery.year_select_min=1941;
    166166     
    167      carquery.year_select_max=2015;
     167     carquery.year_select_max=2017;
    168168 
    169169     //Optional: initialize search interface elements.
  • carquery-api/trunk/readme.txt

    r1320078 r1567552  
    33Tags: car, vehicle, database, carquery, carqueryapi, dropdown, year, make, model, trim
    44Requires at least: 3.0
    5 Tested up to: 4.4
    6 Stable tag: 1.3
     5Tested up to: 4.7
     6Stable tag: 1.4
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5656* Used latest API for make and model search.
    5757* 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.