From ee1495d32e3033963d10d8547adf613cbe11578f Mon Sep 17 00:00:00 2001 From: Cody Reichert Date: Wed, 13 Jan 2021 12:33:32 -0600 Subject: [PATCH] Bump version number - v2.9.4 --- CHANGELOG | 3 +++ src/readme.txt | 5 ++++- src/simply-rets-api-helper.php | 4 ++-- src/simply-rets.php | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 28e66e0..07f118a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ # Changelog +## 2.9.4 +* FEATURE: Add option to always load images over `https`. + ## 2.9.3 * FEATURE: Add support for `ownership` filter. * FEATURE: Show ownership information on listing details page. diff --git a/src/readme.txt b/src/readme.txt index 4058621..a6068a4 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -4,7 +4,7 @@ Contributors: SimplyRETS Tags: rets, idx, idx plugin, mls, mls listings, real estate, simply rets, realtor, rets feed, idx feed Requires at least: 3.0.1 Tested up to: 5.4.2 -Stable tag: 2.9.3 +Stable tag: 2.9.4 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -236,6 +236,9 @@ listing sidebar widget. == Changelog == += 2.9.4 = +* FEATURE: Add option to always load images over `https`. + = 2.9.3 = * FEATURE: Add support for `ownership` filter. * FEATURE: Show ownership information on listing details page. diff --git a/src/simply-rets-api-helper.php b/src/simply-rets-api-helper.php index a7157bd..b7eb8bb 100644 --- a/src/simply-rets-api-helper.php +++ b/src/simply-rets-api-helper.php @@ -124,7 +124,7 @@ public static function srApiOptionsRequest( $url ) { $php_version = phpversion(); $site_url = get_site_url(); - $ua_string = "SimplyRETSWP/2.9.3 Wordpress/{$wp_version} PHP/{$php_version}"; + $ua_string = "SimplyRETSWP/2.9.4 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' ) ) { @@ -245,7 +245,7 @@ public static function srApiRequest( $url ) { $wp_version = get_bloginfo('version'); $php_version = phpversion(); - $ua_string = "SimplyRETSWP/2.9.3 Wordpress/{$wp_version} PHP/{$php_version}"; + $ua_string = "SimplyRETSWP/2.9.4 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/src/simply-rets.php b/src/simply-rets.php index 8422518..71e9c21 100644 --- a/src/simply-rets.php +++ b/src/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: 2.9.3 +Version: 2.9.4 License: GNU General Public License v3 or later Copyright (c) SimplyRETS 2014 - 2015