Changeset 1181776
- Timestamp:
- 06/16/2015 10:26:59 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
r1181761 r1181776 118 118 catch(CPDSearchUserNotRegisteredException $unre) { 119 119 header($_SERVER['SERVER_PROTOCOL'] . ' 401 Unauthorized', true, 401); 120 $response = $ e->getMessage();120 $response = $unre->getMessage(); 121 121 } 122 122 catch(Exception $e) { -
cpd-search/trunk/cpd-search.php
r1181761 r1181776 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. 57 Version: 3.3.6 8 8 Author: The CPD Team 9 9 Author URI: http://www.cpd.co.uk/ -
cpd-search/trunk/readme.txt
r1181761 r1181776 4 4 Requires at least: 3.6 5 5 Tested up to: 4.2.2 6 Stable tag: 3.3. 56 Stable tag: 3.3.6 7 7 8 8 Thin layer to provide custom themes and plugins with access to CPD's commercial property database. … … 24 24 == Changelog == 25 25 26 = 3.3. 5=26 = 3.3.6 = 27 27 * Fix 401 response when unregistered visitor registers interest using AJAX method. 28 28
Note: See TracChangeset
for help on using the changeset viewer.