Plugin Directory

Changeset 992349


Ignore:
Timestamp:
09/18/2014 04:43:09 AM (12 years ago)
Author:
rossigee
Message:

Apply latest patches from internal repository.

Location:
cpd-search/trunk
Files:
2 edited

Legend:

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

    r935995 r992349  
    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.1.4
     7Version: 3.1.5
    88Author: The CPD Team
    99Author URI: http://www.cpd.co.uk/
     
    5151       
    5252        // Set up CPD javascript global config
     53        $is_ssl = isset($_SERVER['HTTPS']);
    5354        wp_enqueue_script('cpd-search', cpd_plugin_dir_url("cpd-search.js"), array(), "", false);
    5455        wp_localize_script('cpd-search', 'CPDSearchConfig', array(
    55             'ajaxurl' => admin_url('admin-ajax.php'),
     56            'ajaxurl' => admin_url('admin-ajax.php', $is_ssl),
    5657            'context' => get_option('cpd_service_context'),
    5758            'agent_id' => get_option('cpd_agent_id'),
  • cpd-search/trunk/readme.txt

    r935995 r992349  
    33Tags: commercial, property, database, search, office, shop, restaurant, retail, industrial, warehouse
    44Requires at least: 3.6
    5 Tested up to: 3.9.1
    6 Stable tag: 3.1.4
     5Tested up to: 4.0.0
     6Stable tag: 3.1.5
    77
    88Thin layer to provide custom themes and plugins with access to CPD's commercial property database.
     
    2323
    2424== Changelog ==
     25
     26= 3.1.5 =
     27* Fix for JS ajaxurl where WP admin is set to enfore SSL admin logins.
    2528
    2629= 3.1.4 =
Note: See TracChangeset for help on using the changeset viewer.