Plugin Directory

Changeset 1181761


Ignore:
Timestamp:
06/16/2015 10:15:46 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

    r852402 r1181761  
    116116            );
    117117        }
     118        catch(CPDSearchUserNotRegisteredException $unre) {
     119            header($_SERVER['SERVER_PROTOCOL'] . ' 401 Unauthorized', true, 401);
     120            $response = $e->getMessage();
     121        }
    118122        catch(Exception $e) {
    119123            header($_SERVER['SERVER_PROTOCOL'] . ' 500 Internal Server Error', true, 500);
  • cpd-search/trunk/cpd-search.php

    r1148839 r1181761  
    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.4
     7Version: 3.3.5
    88Author: The CPD Team
    99Author URI: http://www.cpd.co.uk/
  • cpd-search/trunk/readme.txt

    r1148839 r1181761  
    33Tags: commercial, property, database, search, office, shop, restaurant, retail, industrial, warehouse
    44Requires at least: 3.6
    5 Tested up to: 4.2.0
    6 Stable tag: 3.3.4
     5Tested up to: 4.2.2
     6Stable tag: 3.3.5
    77
    88Thin layer to provide custom themes and plugins with access to CPD's commercial property database.
     
    2323
    2424== Changelog ==
     25
     26= 3.3.5 =
     27* Fix 401 response when unregistered visitor registers interest using AJAX method.
    2528
    2629= 3.3.4 =
Note: See TracChangeset for help on using the changeset viewer.