Plugin Directory

Changeset 1317141


Ignore:
Timestamp:
12/28/2015 05:50:39 AM (10 years ago)
Author:
rossigee
Message:

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

Location:
cpd-search/trunk
Files:
2 edited

Legend:

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

    r1268149 r1317141  
    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.7
     7Version: 3.3.8
    88Author: The CPD Team
    99Author URI: http://www.cpd.co.uk/
     
    301301        $info = curl_getinfo($curl);
    302302        curl_close($curl);
     303        if($info['http_code'] == 404) {
     304            return false;
     305        }
    303306        if($info['http_code'] != 200) {
    304307            throw new Exception("Server connection failed: ".$info['http_code']);
  • cpd-search/trunk/readme.txt

    r1268149 r1317141  
    33Tags: commercial, property, database, search, office, shop, restaurant, retail, industrial, warehouse
    44Requires at least: 3.6
    5 Tested up to: 4.2.2
    6 Stable tag: 3.3.7
     5Tested up to: 4.4.0
     6Stable tag: 3.3.8
    77
    88Thin layer to provide custom themes and plugins with access to CPD's commercial property database.
     
    2323
    2424== Changelog ==
     25
     26= 3.3.8 =
     27* Return 'false' instead of exception on resetting password of unknown e-mail address.
    2528
    2629= 3.3.7 =
Note: See TracChangeset for help on using the changeset viewer.