Skip to content

Commit

Permalink
v1.6.5 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyReichert committed Dec 1, 2015
1 parent 9126560 commit 718bc4f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions simply-rets-api-helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' ) ) {
Expand Down Expand Up @@ -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' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion simply-rets.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 718bc4f

Please sign in to comment.