Plugin Directory

Changeset 2654532


Ignore:
Timestamp:
01/08/2022 12:04:48 PM (4 years ago)
Author:
roomcloud
Message:

version 2.0.6

Location:
roomcloud
Files:
2 edited
14 copied

Legend:

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

    r2651348 r2654532  
    55Requires at least: 3.0.1
    66Tested up to: Wordpress 5.8.1 and PHP 8
    7 Stable tag: 2.0.5
     7Stable tag: 2.0.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5555= 2.0.5 =
    5656added litepicker support
     57= 2.0.5 =
     58fixed bug on vertical forms
    5759
    5860== Frequently Asked Questions ==
  • roomcloud/tags/2.0.6/roomcloud.php

    r2651348 r2654532  
    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.5
     6 * Version: 2.0.6
    77 * Author: Tecnes Milano Srl
    88 * Author URI: http://www.roomcloud.net
     
    14781478                                        <span class="input-group-addon" id="calendar_search_span" ><i class="fa fa-calendar dates_calendar" aria-hidden="true"></i></span>
    14791479                                        <input class="form-control" name="search_calendar" id="search_calendar" value="" autocomplete="off" onfocus="blur();"/>
    1480                                         <input type="hidden" name="hotel" id="hotel" value="7167">
     1480                                        <input type="hidden" name="hotel" id="hotel" value="<?php echo ($hotel)?>">
    14811481                                        <input type="hidden" name="start_day" id="start_day">
    14821482                                        <input type="hidden" name="start_month" id="start_month">
     
    17631763                                        <input type="hidden" name="checkin" id="checkin">
    17641764                                        <input type="hidden" name="checkout" id="checkout">
    1765                                         <input type="hidden" name="hotel" value="7167">
     1765                                        <input type="hidden" name="hotel" value="<?php echo ($hotel)?>">
    17661766                                    </div>
    17671767                                       
  • roomcloud/trunk/readme.txt

    r2651348 r2654532  
    55Requires at least: 3.0.1
    66Tested up to: Wordpress 5.8.1 and PHP 8
    7 Stable tag: 2.0.5
     7Stable tag: 2.0.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5555= 2.0.5 =
    5656added litepicker support
     57= 2.0.5 =
     58fixed bug on vertical forms
    5759
    5860== Frequently Asked Questions ==
  • roomcloud/trunk/roomcloud.php

    r2651348 r2654532  
    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.5
     6 * Version: 2.0.6
    77 * Author: Tecnes Milano Srl
    88 * Author URI: http://www.roomcloud.net
     
    14781478                                        <span class="input-group-addon" id="calendar_search_span" ><i class="fa fa-calendar dates_calendar" aria-hidden="true"></i></span>
    14791479                                        <input class="form-control" name="search_calendar" id="search_calendar" value="" autocomplete="off" onfocus="blur();"/>
    1480                                         <input type="hidden" name="hotel" id="hotel" value="7167">
     1480                                        <input type="hidden" name="hotel" id="hotel" value="<?php echo ($hotel)?>">
    14811481                                        <input type="hidden" name="start_day" id="start_day">
    14821482                                        <input type="hidden" name="start_month" id="start_month">
     
    17631763                                        <input type="hidden" name="checkin" id="checkin">
    17641764                                        <input type="hidden" name="checkout" id="checkout">
    1765                                         <input type="hidden" name="hotel" value="7167">
     1765                                        <input type="hidden" name="hotel" value="<?php echo ($hotel)?>">
    17661766                                    </div>
    17671767                                       
Note: See TracChangeset for help on using the changeset viewer.