Changeset 1317141
- Timestamp:
- 12/28/2015 05:50:39 AM (10 years ago)
- Location:
- cpd-search/trunk
- Files:
-
- 2 edited
-
cpd-search.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cpd-search/trunk/cpd-search.php
r1268149 r1317141 5 5 Plugin URI: http://www.cpd.co.uk/wordpress-plugins/ 6 6 Description: Provides a thin layer to the CPD REST API, via PHP/AJAX methods. 7 Version: 3.3. 77 Version: 3.3.8 8 8 Author: The CPD Team 9 9 Author URI: http://www.cpd.co.uk/ … … 301 301 $info = curl_getinfo($curl); 302 302 curl_close($curl); 303 if($info['http_code'] == 404) { 304 return false; 305 } 303 306 if($info['http_code'] != 200) { 304 307 throw new Exception("Server connection failed: ".$info['http_code']); -
cpd-search/trunk/readme.txt
r1268149 r1317141 3 3 Tags: commercial, property, database, search, office, shop, restaurant, retail, industrial, warehouse 4 4 Requires at least: 3.6 5 Tested up to: 4. 2.26 Stable tag: 3.3. 75 Tested up to: 4.4.0 6 Stable tag: 3.3.8 7 7 8 8 Thin layer to provide custom themes and plugins with access to CPD's commercial property database. … … 23 23 24 24 == Changelog == 25 26 = 3.3.8 = 27 * Return 'false' instead of exception on resetting password of unknown e-mail address. 25 28 26 29 = 3.3.7 =
Note: See TracChangeset
for help on using the changeset viewer.