Plugin Directory

Changeset 2937465


Ignore:
Timestamp:
07/12/2023 07:50:27 AM (3 years ago)
Author:
zebrasoft
Message:

Update for 1.3.1

Location:
immotoolbox-connect/trunk
Files:
4 edited

Legend:

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

    r2930754 r2937465  
    44Plugin URI: https://www.immotoolbox.com/
    55Description: Displays ImmoToolBox real estate listings in your website
    6 Version: 1.3.0
     6Version: 1.3.1
    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.3.0');
     26define('ITBCONNECT_VERSION', '1.3.1');
    2727
    2828/**
  • immotoolbox-connect/trunk/public/ITBConnectPublic.php

    r2930754 r2937465  
    298298        foreach ($properties['list'] as $property) {
    299299            $property = $this->format_property($property, get_locale());
    300             $slug = trim( sanitize_title($property['type_property'] . '-' . $property['label_num_rooms'] . '-' . $property['country_name']), '-');
    301             $property['url'] = $url = rtrim(get_page_link($args['property_page_id']), '/').'/'.$property['id'].'-'.$slug.'/';
    302             $property['image'] = $img = $property['images'][0]['url'];
    303300            $data_view['properties'][] = $property;
    304301        }
  • immotoolbox-connect/trunk/readme.md

    r2930760 r2937465  
    66Tested up to: 6.2
    77Requires PHP: 5.9
    8 Stable tag: 1.3.0
     8Stable tag: 1.3.1
    99License: GPL3
    1010License URI: https://www.gnu.org/licenses/gpl.html
     
    3737* Handle PHP versions up to 8.2
    3838* New filter option for properties with price on request
     39* Fix carousel links
    3940
    4041= 1.2 =
  • immotoolbox-connect/trunk/readme.txt

    r2930760 r2937465  
    66Tested up to: 6.2
    77Requires PHP: 5.9
    8 Stable tag: 1.3.0
     8Stable tag: 1.3.1
    99License: GPL3
    1010License URI: https://www.gnu.org/licenses/gpl.html
     
    3737* Handle PHP versions up to 8.2
    3838* New filter option for properties with price on request
     39* Fix carousel links
    3940
    4041= 1.2 =
     
    120121**Multi-lingual website**
    121122If your website is multi-lingual, for each language (except WordPress main language) you have to add the parameters :
    122  - property_page_id : the ID of the "Property details page" in the right language (you have to create this page)
    123  - selection_page_id : the ID of the "Visitor selection page" in the right language (you have to create this page)
     123- property_page_id : the ID of the "Property details page" in the right language (you have to create this page)
     124- selection_page_id : the ID of the "Visitor selection page" in the right language (you have to create this page)
    124125
    125126ex: `[itb_listing type="rental" country="US" property_page_id="123" selection_page_id="456"]`
     
    168169By default the plugin will search for the files inside your theme directory (to avoid problems it's highly recommended to use a child theme)
    169170The files must be located in the directory :
    170  `/wp-content/themes/YOU-THEME-child/itb-connect/partials/`
     171`/wp-content/themes/YOU-THEME-child/itb-connect/partials/`
Note: See TracChangeset for help on using the changeset viewer.