Changeset 511354
- Timestamp:
- 02/27/2012 07:44:10 PM (14 years ago)
- Location:
- indeed-api/trunk
- Files:
-
- 2 edited
-
indeed-api.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
indeed-api/trunk/indeed-api.php
r504103 r511354 3 3 Plugin Name: indeed.com API web service 4 4 Plugin URI: 5 Version: 0. 45 Version: 0.5 6 6 Description: A Plugin that provides tools to utilize the indeed.com web services. 7 7 Author: Bryan Nielsen … … 197 197 $apiurl = "http://api.indeed.com/ads/apisearch?"; 198 198 199 $apiurl .= "co=" . $country . "&"; 199 200 $apiurl .= "publisher=" . $publisher . "&"; 200 201 $apiurl .= "q=".urlencode($q)."&"; -
indeed-api/trunk/readme.txt
r504055 r511354 131 131 appearance. 132 132 Changed the admin settings page to make it easier to understand the settings. 133 134 = 0.5 = 135 Country code was not used in the API URL so the plugin was not functioning for non-US countries. 136 Sorry about that. 137 133 138 134 139 … … 139 144 140 145 141
Note: See TracChangeset
for help on using the changeset viewer.