Changeset 992349
- Timestamp:
- 09/18/2014 04:43:09 AM (12 years ago)
- Location:
- cpd-search/trunk
- Files:
-
- 2 edited
-
cpd-search.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cpd-search/trunk/cpd-search.php
r935995 r992349 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.1. 47 Version: 3.1.5 8 8 Author: The CPD Team 9 9 Author URI: http://www.cpd.co.uk/ … … 51 51 52 52 // Set up CPD javascript global config 53 $is_ssl = isset($_SERVER['HTTPS']); 53 54 wp_enqueue_script('cpd-search', cpd_plugin_dir_url("cpd-search.js"), array(), "", false); 54 55 wp_localize_script('cpd-search', 'CPDSearchConfig', array( 55 'ajaxurl' => admin_url('admin-ajax.php' ),56 'ajaxurl' => admin_url('admin-ajax.php', $is_ssl), 56 57 'context' => get_option('cpd_service_context'), 57 58 'agent_id' => get_option('cpd_agent_id'), -
cpd-search/trunk/readme.txt
r935995 r992349 3 3 Tags: commercial, property, database, search, office, shop, restaurant, retail, industrial, warehouse 4 4 Requires at least: 3.6 5 Tested up to: 3.9.16 Stable tag: 3.1. 45 Tested up to: 4.0.0 6 Stable tag: 3.1.5 7 7 8 8 Thin layer to provide custom themes and plugins with access to CPD's commercial property database. … … 23 23 24 24 == Changelog == 25 26 = 3.1.5 = 27 * Fix for JS ajaxurl where WP admin is set to enfore SSL admin logins. 25 28 26 29 = 3.1.4 =
Note: See TracChangeset
for help on using the changeset viewer.