Skip to content

Commit

Permalink
bumped version number to 1.1.3 in docs and file headers
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyReichert committed Feb 17, 2015
1 parent 65d4b2e commit 98d4d85
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: CodyReichert, ReichertBrothers
Tags: rets, idx, real estate listings, real estate, listings, rets listings, simply rets, simple rets, rets feed, simple idx, idx feed
Requires at least: 3.0.1
Tested up to: 4.1
Stable tag: 1.1.2
Stable tag: 1.1.3
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -196,6 +196,11 @@ listing sidebar widget.

== Changelog ==

= 1.1.3 =
* Fixes php warning on new SimplyRETS Pages
* Other fixes to prevent errrors and warnings
* Added testing suite!!

= 1.1.2 =
* Patch for search results or shortcode with a single listing response

Expand Down Expand Up @@ -231,6 +236,9 @@ listing sidebar widget.

== Upgrade Notice ==

= 1.1.3 =
* This update fixes a visible warning on new SimplyRETS post pages

= 1.1.0 =
* There are many new updates and features added to this release. A lot of the API authentication has improved, so old
clients need to be updated. See the changelog for a complete list.
Expand Down
2 changes: 1 addition & 1 deletion simply-rets-api-helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public static function srApiRequest( $url ) {
$wp_version = get_bloginfo('version');
$php_version = phpversion();

$ua_string = "SimplyRETSWP/1.1.2 Wordpress/{$wp_version} PHP/{$php_version}";
$ua_string = "SimplyRETSWP/1.1.3 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://wordpress.org/extend/plugins/simply-rets/
Description: Show your Real Estate listings on your Wordpress site. SimplyRETS provides a very simple set up and full control over your listings.
Author: Cody Reichert - Reichert Brothers
Version: 1.1.2
Version: 1.1.3
License: GNU General Public License v3 or later
Copyright (c) Reichert Brothers 2014
Expand Down

0 comments on commit 98d4d85

Please sign in to comment.