Skip to content

Commit

Permalink
version 0.4.2 imported
Browse files Browse the repository at this point in the history
  • Loading branch information
pinhead84 committed Nov 26, 2014
1 parent 62a6035 commit ca5349c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
OpenEstate-PHP-Wrapper for CMSms 0.4
====================================
OpenEstate-PHP-Wrapper for CMSms 0.4.2
======================================

This module integrates [OpenEstate-PHP-Export](https://github.com/OpenEstate/OpenEstate-PHP-Export)
into a *CMS made simple* based website.
Expand Down Expand Up @@ -73,6 +73,12 @@ Webseite integriert werden.
Changelog
---------

### 0.4.2

- Reset filter selection, if a property page is accessed for the first time or
if the website visitor jumps between multiple property pages.
(see [Forum](http://board.openestate.org/viewtopic.php?f=7&t=3329))

### 0.4

- Show an error message on the website, if *OpenEstate-ImmoTool* is currently
Expand Down
4 changes: 2 additions & 2 deletions src/OpenEstatePhpWrapper.module.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* PHP-Wrapper für CMSms.
* Modul-Klasse, siehe http://www.cmsmadesimple.org/api/class_cms_module.html
* $Id: OpenEstatePhpWrapper.module.php 897 2011-06-15 23:54:58Z andy $
* $Id: OpenEstatePhpWrapper.module.php 1111 2011-10-21 19:09:58Z andy $
*
* @author Andreas Rudolph & Walter Wagner
* @copyright 2009-2011, OpenEstate.org
Expand Down Expand Up @@ -61,7 +61,7 @@ function GetFriendlyName() {
* @return string version number (can be something like 1.4rc1)
*/
function GetVersion() {
return '0.4';
return '0.4.2';
}

/**
Expand Down
3 changes: 2 additions & 1 deletion src/action.default.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* PHP-Wrapper für CMSms.
* Darstellung der Wrapper-Ausgabe auf der Webseite.
* $Id: action.default.php 897 2011-06-15 23:54:58Z andy $
* $Id: action.default.php 1111 2011-10-21 19:09:58Z andy $
*
* @author Andreas Rudolph & Walter Wagner
* @copyright 2009-2011, OpenEstate.org
Expand Down Expand Up @@ -104,6 +104,7 @@
}
}
if ($useDefaultParams) {
$_REQUEST[ IMMOTOOL_PARAM_INDEX_FILTER_CLEAR ] = '1';
if (isset($params['lang']))
$_REQUEST[ IMMOTOOL_PARAM_LANG ] = $params['lang'];
if (isset($params['view']))
Expand Down

0 comments on commit ca5349c

Please sign in to comment.