From 0edf60746f7d99bf928e70db0e85a88e30a37d85 Mon Sep 17 00:00:00 2001 From: Cody Reichert Date: Mon, 6 May 2024 09:27:21 -0500 Subject: [PATCH] Bump version number - v2.11.2 --- CHANGELOG | 6 ++++++ src/readme.txt | 10 ++++++++-- src/simply-rets-api-helper.php | 4 ++-- src/simply-rets.php | 2 +- 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index fc25f7d..679b01c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,11 @@ # Changelog +## 2.11.2 +* FEATURE: Add support for Block Theme templates +* FEATURE: Add support for lotDescription filter +* IMPROVE: Use consistent h3 in basic and advanced search form +* IMPROVE: Normalize CamelCase property types in search form dropdown + ## 2.11.1 * ADD: Add CloseDate to closed listing thumbnails * IMPROVE: Improve CSS selectors for listing thumbnail status banner diff --git a/src/readme.txt b/src/readme.txt index 73e9418..9ae9aa4 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -3,8 +3,8 @@ Author: SimplyRETS Contributors: SimplyRETS Tags: idx, rets, reso web api, mls, idx plugin, mls listings, reso, real estate, realtor, rets feed, idx feed Requires at least: 3.0.1 -Tested up to: 6.4.3 -Stable tag: 2.11.1 +Tested up to: 6.6.1 +Stable tag: 2.11.2 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -237,6 +237,12 @@ listing sidebar widget. == Changelog == += 2.11.2 = +* FEATURE: Add support for Block Theme templates +* FEATURE: Add support for lotDescription filter +* IMPROVE: Use consistent h3 in basic and advanced search form +* IMPROVE: Normalize CamelCase property types in search form dropdown + = 2.11.1 = * ADD: Add CloseDate to closed listing thumbnails * IMPROVE: Improve CSS selectors for listing thumbnail status banner diff --git a/src/simply-rets-api-helper.php b/src/simply-rets-api-helper.php index 0db28e5..5137f56 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.11.1 Wordpress/{$wp_version} PHP/{$php_version}"; + $ua_string = "SimplyRETSWP/2.11.2 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' ) ) { @@ -235,7 +235,7 @@ public static function srApiRequest( $url ) { $wp_version = get_bloginfo('version'); $php_version = phpversion(); - $ua_string = "SimplyRETSWP/2.11.1 Wordpress/{$wp_version} PHP/{$php_version}"; + $ua_string = "SimplyRETSWP/2.11.2 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 036b228..afab3e1 100644 --- a/src/simply-rets.php +++ b/src/simply-rets.php @@ -4,7 +4,7 @@ Plugin URI: https://simplyrets.com/wordpress-idx-plugin 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.11.1 +Version: 2.11.2 License: GNU General Public License v3 or later Copyright (c) SimplyRETS 2014 - 2015