Changeset 1181761
- Timestamp:
- 06/16/2015 10:15:46 AM (11 years ago)
- Location:
- cpd-search/trunk
- Files:
-
- 3 edited
-
cpd-search-ajax.php (modified) (1 diff)
-
cpd-search.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cpd-search/trunk/cpd-search-ajax.php
r852402 r1181761 116 116 ); 117 117 } 118 catch(CPDSearchUserNotRegisteredException $unre) { 119 header($_SERVER['SERVER_PROTOCOL'] . ' 401 Unauthorized', true, 401); 120 $response = $e->getMessage(); 121 } 118 122 catch(Exception $e) { 119 123 header($_SERVER['SERVER_PROTOCOL'] . ' 500 Internal Server Error', true, 500); -
cpd-search/trunk/cpd-search.php
r1148839 r1181761 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. 47 Version: 3.3.5 8 8 Author: The CPD Team 9 9 Author URI: http://www.cpd.co.uk/ -
cpd-search/trunk/readme.txt
r1148839 r1181761 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. 06 Stable tag: 3.3. 45 Tested up to: 4.2.2 6 Stable tag: 3.3.5 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.5 = 27 * Fix 401 response when unregistered visitor registers interest using AJAX method. 25 28 26 29 = 3.3.4 =
Note: See TracChangeset
for help on using the changeset viewer.