Skip to content

Commit

Permalink
Bumb version number - v2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyReichert committed Nov 2, 2020
1 parent b7dba16 commit adcb42c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.9.2
* FEATURE: Add support for `specialListingConditions` search parameter.
* FEATURE: Add support for `subTypeText` search parameter.
* FEATURE: Add `subTypeText` to information on single listing pages.

## 2.9.1
* FIX: Update code to fix various PHP warnings and notices.

Expand Down
5 changes: 5 additions & 0 deletions src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,11 @@ listing sidebar widget.

== Changelog ==

= 2.9.2 =
* FEATURE: Add support for `specialListingConditions` search parameter.
* FEATURE: Add support for `subTypeText` search parameter.
* FEATURE: Add `subTypeText` to information on single listing pages.

= 2.9.1 =
* FIX: Update code to fix various PHP warnings and notices.

Expand Down
4 changes: 2 additions & 2 deletions src/simply-rets-api-helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public static function srApiOptionsRequest( $url ) {
$php_version = phpversion();
$site_url = get_site_url();

$ua_string = "SimplyRETSWP/2.9.1 Wordpress/{$wp_version} PHP/{$php_version}";
$ua_string = "SimplyRETSWP/2.9.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' ) ) {
Expand Down Expand Up @@ -245,7 +245,7 @@ public static function srApiRequest( $url ) {
$wp_version = get_bloginfo('version');
$php_version = phpversion();

$ua_string = "SimplyRETSWP/2.9.1 Wordpress/{$wp_version} PHP/{$php_version}";
$ua_string = "SimplyRETSWP/2.9.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' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion src/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: 2.9.1
Version: 2.9.2
License: GNU General Public License v3 or later
Copyright (c) SimplyRETS 2014 - 2015
Expand Down

0 comments on commit adcb42c

Please sign in to comment.