Plugin Directory

Changeset 2771119


Ignore:
Timestamp:
08/16/2022 02:48:25 PM (4 years ago)
Author:
roomcloud
Message:

Roomcloud 2.0.14

Location:
roomcloud
Files:
2 edited
7 copied

Legend:

Unmodified
Added
Removed
  • roomcloud/tags/2.0.14/readme.txt

    r2771116 r2771119  
    66Tested up to: 5.8.1
    77Requires PHP: 7
    8 Stable tag: 2.0.13
     8Stable tag: 2.0.14
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7171added filter parameters property_id (to restrict the search results on a specific Property to use with multiProperties accounts) and room_type_id (to restrict the search results on a specific roomType)
    7272= 2.0.13 =
    73 added parameters showcrossed (to extend the seaqrch results to the hotels of the group), open_dropdowns_on_top (to open the dropdown menu over the search bar)
     73added parameters showcrossed (to extend the search results to the hotels of the group), open_dropdowns_on_top (to open the dropdown menu over the search bar)
     74= 2.0.14 =
     75fixed bug on curr parameter for roomcloud_multi_v2 shortcode
    7476
    7577== Frequently Asked Questions ==
  • roomcloud/tags/2.0.14/roomcloud.php

    r2771116 r2771119  
    44 * Plugin URI: http://www.roomcloud.net
    55 * Description: A Plugin to add roomcloud booking form to hotel website using [roomcloud] shortcode
    6  * Version: 2.0.13
     6 * Version: 2.0.14
    77 * Author: Tecnes Milano Srl
    88 * Author URI: http://www.roomcloud.net
     
    24512451   if($lang== null)
    24522452       $lang="en";
    2453 
    2454     $adults=$atts["adults"];
     2453       
     2454   $curr=$atts["curr"];
     2455   if($curr== null)
     2456       $curr="EUR";
     2457    $adults=$atts["adults"];
    24552458   if($adults== null)
    24562459        $adults=1;
  • roomcloud/trunk/readme.txt

    r2771116 r2771119  
    66Tested up to: 5.8.1
    77Requires PHP: 7
    8 Stable tag: 2.0.13
     8Stable tag: 2.0.14
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7171added filter parameters property_id (to restrict the search results on a specific Property to use with multiProperties accounts) and room_type_id (to restrict the search results on a specific roomType)
    7272= 2.0.13 =
    73 added parameters showcrossed (to extend the seaqrch results to the hotels of the group), open_dropdowns_on_top (to open the dropdown menu over the search bar)
     73added parameters showcrossed (to extend the search results to the hotels of the group), open_dropdowns_on_top (to open the dropdown menu over the search bar)
     74= 2.0.14 =
     75fixed bug on curr parameter for roomcloud_multi_v2 shortcode
    7476
    7577== Frequently Asked Questions ==
  • roomcloud/trunk/roomcloud.php

    r2771116 r2771119  
    44 * Plugin URI: http://www.roomcloud.net
    55 * Description: A Plugin to add roomcloud booking form to hotel website using [roomcloud] shortcode
    6  * Version: 2.0.13
     6 * Version: 2.0.14
    77 * Author: Tecnes Milano Srl
    88 * Author URI: http://www.roomcloud.net
     
    24512451   if($lang== null)
    24522452       $lang="en";
    2453 
    2454     $adults=$atts["adults"];
     2453       
     2454   $curr=$atts["curr"];
     2455   if($curr== null)
     2456       $curr="EUR";
     2457    $adults=$atts["adults"];
    24552458   if($adults== null)
    24562459        $adults=1;
Note: See TracChangeset for help on using the changeset viewer.