Plugin Directory

Changeset 1181776


Ignore:
Timestamp:
06/16/2015 10:26:59 AM (11 years ago)
Author:
rossigee
Message:

Apply latest patches from github repository (https://github.com/commpropdb/cpd-search).

Location:
cpd-search/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cpd-search/trunk/cpd-search-ajax.php

    r1181761 r1181776  
    118118        catch(CPDSearchUserNotRegisteredException $unre) {
    119119            header($_SERVER['SERVER_PROTOCOL'] . ' 401 Unauthorized', true, 401);
    120             $response = $e->getMessage();
     120            $response = $unre->getMessage();
    121121        }
    122122        catch(Exception $e) {
  • cpd-search/trunk/cpd-search.php

    r1181761 r1181776  
    55Plugin URI: http://www.cpd.co.uk/wordpress-plugins/
    66Description: Provides a thin layer to the CPD REST API, via PHP/AJAX methods.
    7 Version: 3.3.5
     7Version: 3.3.6
    88Author: The CPD Team
    99Author URI: http://www.cpd.co.uk/
  • cpd-search/trunk/readme.txt

    r1181761 r1181776  
    44Requires at least: 3.6
    55Tested up to: 4.2.2
    6 Stable tag: 3.3.5
     6Stable tag: 3.3.6
    77
    88Thin layer to provide custom themes and plugins with access to CPD's commercial property database.
     
    2424== Changelog ==
    2525
    26 = 3.3.5 =
     26= 3.3.6 =
    2727* Fix 401 response when unregistered visitor registers interest using AJAX method.
    2828
Note: See TracChangeset for help on using the changeset viewer.