Skip to content

Commit

Permalink
version 0.2.3 imported
Browse files Browse the repository at this point in the history
  • Loading branch information
pinhead84 committed Nov 25, 2014
1 parent fe17e15 commit c65be70
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
A WordPress plugin for the OpenEstate-PHP-Export 0.2.2
A WordPress plugin for the OpenEstate-PHP-Export 0.2.3
======================================================

This plugin integrates [OpenEstate-PHP-Export](https://github.com/OpenEstate/OpenEstate-PHP-Export)
Expand Down Expand Up @@ -94,6 +94,10 @@ Screenshots
Changelog
---------

### 0.2.3

- Filters are not correctly cleared, if the user switches between different property pages.

### 0.2.2

- Show an information message, if the properties are currently updated via OpenEstate-ImmoTool.
Expand Down
5 changes: 3 additions & 2 deletions src/openestate-php-wrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
Plugin Name: OpenEstate PHP-Wrapper
Plugin URI: http://wiki.openestate.org/PHP-Wrapper_-_Wordpress
Description: This plugin integrates PHP-exported properties from OpenEstate-ImmoTool into WordPress.
Version: 0.2.2
Version: 0.2.3
Author: Andreas Rudolph, Walter Wagner (OpenEstate.org)
Author URI: http://openestate.org/
License: GPL3
Id: $Id: openestate-php-wrapper.php 911 2011-06-16 00:48:39Z andy $
Id: $Id: openestate-php-wrapper.php 1113 2011-10-21 19:11:06Z andy $
*/

add_action('init', 'openestate_wrapper_init');
Expand Down Expand Up @@ -499,6 +499,7 @@ function openestate_wrapper_post_callback( $matches ) {
}
}
if ($useDefaultParams) {
$_REQUEST[ IMMOTOOL_PARAM_INDEX_FILTER_CLEAR ] = '1';
if (isset($settings['lang']))
$_REQUEST[ IMMOTOOL_PARAM_LANG ] = $settings['lang'];
if (isset($settings['view']))
Expand Down
5 changes: 4 additions & 1 deletion src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: http://en.openestate.org/sponsors/
Tags: homes, listings, openestate, promote, properties, property, real estate, realestate, real-estate, realty, wrapper
Requires at least: 3.0.0
Tested up to: 3.2
Stable tag: 0.2.2
Stable tag: 0.2.3

This plugin integrates your properties from OpenEstate-ImmoTool into your WordPress blog.

Expand Down Expand Up @@ -76,6 +76,9 @@ This plugin is focused on users of the freeware real-estate software [OpenEstate

== Changelog ==

= 0.2.3 =
* Filters are not correctly cleared, if the user switches between different property pages.

= 0.2.2 =
* Show an information message, if the properties are currently updated via OpenEstate-ImmoTool.

Expand Down

0 comments on commit c65be70

Please sign in to comment.