Plugin Directory

Changeset 2151823


Ignore:
Timestamp:
09/05/2019 04:01:23 PM (7 years ago)
Author:
zebrasoft
Message:

Update for 1.2.18

Location:
immotoolbox-connect/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • immotoolbox-connect/trunk/immotoolbox-connect.php

    r2151820 r2151823  
    44Plugin URI: https://www.immotoolbox.com/
    55Description: Displays ImmoToolBox real estate listings in your website
    6 Version: 1.2.17
     6Version: 1.2.18
    77Author: ZebraSoft Monaco
    88Author URI: https://www.zebrasoft.mc
     
    2424along with ImmoToolBox Connect. If not, see https://www.gnu.org/licenses/gpl.html.
    2525*/
    26 define('ITBCONNECT_VERSION', '1.2.17');
     26define('ITBCONNECT_VERSION', '1.2.18');
    2727
    2828/**
  • immotoolbox-connect/trunk/public/ITBConnectPublic.php

    r2151820 r2151823  
    399399
    400400        $property = $this->getProperty($property_id);
    401 
    402         if (!$property_id && strpos($_SERVER['REQUEST_URI'], $permalink['path'])) {
     401        if (!$property && 0===strpos($_SERVER['REQUEST_URI'], $permalink['path'])) {
     402
    403403            $redirect_url = isset($atts['notfound_page_id'])?get_page_link($atts['notfound_page_id']):'../';
    404404            if (headers_sent()) {
  • immotoolbox-connect/trunk/readme.md

    r2151820 r2151823  
    66Tested up to: 5.2.3
    77Requires PHP: 5.6
    8 Stable tag: 1.2.17
     8Stable tag: 1.2.18
    99License: GPL3
    1010License URI: https://www.gnu.org/licenses/gpl.html
  • immotoolbox-connect/trunk/readme.txt

    r2151820 r2151823  
    66Tested up to: 5.2.3
    77Requires PHP: 5.6
    8 Stable tag: 1.2.17
     8Stable tag: 1.2.18
    99License: GPL3
    1010License URI: https://www.gnu.org/licenses/gpl.html
Note: See TracChangeset for help on using the changeset viewer.