diff --git a/readme.txt b/readme.txt index fe92999..0a707b2 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Contributors: SimplyRETS Tags: rets, idx, real estate listings, real estate, listings, rets listings, simply rets, realtor, rets feed, idx feed Requires at least: 3.0.1 Tested up to: 4.3.1 -Stable tag: 1.6.4 +Stable tag: 1.6.5 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -236,6 +236,11 @@ listing sidebar widget. == Changelog == += 1.6.5 = +* IMPROVEMENT: Better defaults for Bathrooms on list and details pages. +* IMPROVEMENT: Don't show "SqFt" for "LotSize" on details pages. +* IMPROVEMENT: General code cleanup. + = 1.6.4 = * FIX: Dynamically populate property types in sidebar search widget. diff --git a/simply-rets-api-helper.php b/simply-rets-api-helper.php index 9dcab52..9c44eb3 100644 --- a/simply-rets-api-helper.php +++ b/simply-rets-api-helper.php @@ -82,7 +82,7 @@ public static function srApiOptionsRequest( $url ) { $php_version = phpversion(); $site_url = get_site_url(); - $ua_string = "SimplyRETSWP/1.6.4 Wordpress/{$wp_version} PHP/{$php_version}"; + $ua_string = "SimplyRETSWP/1.6.5 Wordpress/{$wp_version} PHP/{$php_version}"; $accept_header = "Accept: application/json; q=0.2, application/vnd.simplyrets-v0.1+json"; if( is_callable( 'curl_init' ) ) { @@ -201,7 +201,7 @@ public static function srApiRequest( $url ) { $wp_version = get_bloginfo('version'); $php_version = phpversion(); - $ua_string = "SimplyRETSWP/1.6.4 Wordpress/{$wp_version} PHP/{$php_version}"; + $ua_string = "SimplyRETSWP/1.6.5 Wordpress/{$wp_version} PHP/{$php_version}"; $accept_header = "Accept: application/json; q=0.2, application/vnd.simplyrets-v0.1+json"; if( is_callable( 'curl_init' ) ) { diff --git a/simply-rets.php b/simply-rets.php index 608fe8f..61b5f39 100644 --- a/simply-rets.php +++ b/simply-rets.php @@ -4,7 +4,7 @@ Plugin URI: https://simplyrets.com Description: Show your Real Estate listings on your Wordpress site. SimplyRETS provides a very simple set up and full control over your listings. Author: SimplyRETS -Version: 1.6.4 +Version: 1.6.5 License: GNU General Public License v3 or later Copyright (c) SimplyRETS 2014 - 2015