Changeset 1794338
- Timestamp:
- 12/29/2017 08:37:12 PM (8 years ago)
- Location:
- simple-real-estate-pack-4/trunk
- Files:
-
- 5 edited
-
includes/srp-education.php (modified) (1 diff)
-
includes/srp-profile.php (modified) (1 diff)
-
includes/srp-widgets.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
srp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-real-estate-pack-4/trunk/includes/srp-education.php
r1494651 r1794338 1 1 <?php 2 define('EDU_API_URL', 'http://api.education.com/service/service.php');3 define('EDU_API_KEY', '65f5fef47d17f7562c88128cae993b11');2 define('EDU_API_URL', null); 3 define('EDU_API_KEY', null); 4 4 define('RESF', 'xml'); 5 5 -
simple-real-estate-pack-4/trunk/includes/srp-profile.php
r1494651 r1794338 485 485 if (!function_exists('srp_Yelp_shortcode')) 486 486 return; 487 if (!($content = srp_Yelp_shortcode($atts = array("l at" => $srp_property_values['lat'], "lng" => $srp_property_values['lng'], 'radius' => srp_get_radius('yelp'), 'output' => 'table', 'sortby' => 'distance', 'term' => null, 'num_biz_requested' => null, 'ajax' => null))))487 if (!($content = srp_Yelp_shortcode($atts = array("location" => $srp_property_values['zip_code'], "lat" => $srp_property_values['lat'], "lng" => $srp_property_values['lng'], 'radius' => srp_get_radius('yelp'), 'output' => 'table', 'sortby' => 'distance', 'term' => null, 'num_biz_requested' => null, 'ajax' => null)))) 488 488 return; 489 489 -
simple-real-estate-pack-4/trunk/includes/srp-widgets.php
r1678739 r1794338 26 26 } 27 27 28 $instance = array_merge((array)$ instance, (array)$options);28 $instance = array_merge((array)$options, (array)$instance); 29 29 30 30 $price_of_home = (isset($instance['price_of_home']) && !empty($instance['price_of_home'])) ? $instance['price_of_home'] : null; 31 31 $down_payment = (isset($instance['down_payment']) && !empty($instance['down_payment'])) ? $instance['down_payment'] : null; 32 32 $mortgage_term = (isset($instance['mortgage_term']) && !empty($instance['mortgage_term'])) ? $instance['mortgage_term'] : null; 33 $interest_rate = (isset($instance[' annual_interest_rate']) && !empty($instance['annual_interest_rate'])) ? $instance['annual_interest_rate'] : null;33 $interest_rate = (isset($instance['interest_rate']) && !empty($instance['interest_rate'])) ? $instance['interest_rate'] : null; 34 34 35 35 //check widget-related variables -
simple-real-estate-pack-4/trunk/readme.txt
r1758148 r1794338 4 4 Tags: mortgage, mortgage calculator, real estate, realty, widget, plugin, listing, AJAX, homes, neighborhood, schools, yelp, zillow, map, trulia, altos, charts, statistics, real estate market 5 5 Requires at least: 3.0 6 Tested up to: 4. 8.37 Stable tag: 1.4. 76 Tested up to: 4.9.1 7 Stable tag: 1.4.8 8 8 9 9 Package of real estate tools and widgets designed specifically for real estate industry blogs and sites. … … 222 222 == Changelog == 223 223 224 **Version 1.4.8** 225 - Fixes: mortgage calc not taking into effect some of the shortcode attributres. 226 - Fixes: neighborhood shortcode's location of the nearby businesses. 227 224 228 **Version 1.4.7** 225 229 - Fixes small issue with the Thickbox modals. -
simple-real-estate-pack-4/trunk/srp.php
r1758148 r1794338 4 4 Plugin URI: http://www.phoenixhomes.com/tech/simple-real-estate-pack 5 5 Description: Package of real estate tools and widgets designed specifically for real estate industry blogs and sites. Includes mortgage and home affordability calculators, closing cost estimator, live mortgage rates, Trulia statistical graphs, local schools and other features. 6 Version: 1.4. 76 Version: 1.4.8 7 7 Author: Max Chirkov 8 8 Author URI: http://www.PhoenixHomes.com
Note: See TracChangeset
for help on using the changeset viewer.