Plugin Directory

Changeset 511354


Ignore:
Timestamp:
02/27/2012 07:44:10 PM (14 years ago)
Author:
bnielsen
Message:

Fixed bug where country was not specified in the API URL even though it was set in the options.

Location:
indeed-api/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • indeed-api/trunk/indeed-api.php

    r504103 r511354  
    33Plugin Name: indeed.com API web service
    44Plugin URI:
    5 Version: 0.4
     5Version: 0.5
    66Description: A Plugin that provides tools to utilize the indeed.com web services.
    77Author: Bryan Nielsen
     
    197197  $apiurl = "http://api.indeed.com/ads/apisearch?";
    198198
     199  $apiurl .= "co=" . $country . "&";
    199200  $apiurl .= "publisher=" . $publisher . "&";
    200201  $apiurl .= "q=".urlencode($q)."&";
  • indeed-api/trunk/readme.txt

    r504055 r511354  
    131131appearance. 
    132132Changed the admin settings page to make it easier to understand the settings. 
     133 
     134= 0.5 = 
     135Country code was not used in the API URL so the plugin was not functioning for  non-US countries. 
     136Sorry about that. 
     137
    133138
    134139
     
    139144
    140145
    141 
Note: See TracChangeset for help on using the changeset viewer.