Plugin Directory

Changeset 3355672


Ignore:
Timestamp:
09/03/2025 09:20:04 PM (6 months ago)
Author:
automaticbnb
Message:

Rilascio versione 1.26.0 di SyncBooking

Location:
syncbooking
Files:
182 added
4 edited

Legend:

Unmodified
Added
Removed
  • syncbooking/trunk/php/bar-sync/form.php

    r3355668 r3355672  
    7070          </select>
    7171        </div>
    72         <div class="syncbooking_fields_standard_1" <?php if (int($total_rooms) == 1) echo 'style="display:none"'; ?>>
     72        <div class="syncbooking_fields_standard_1" <?php if (intval($total_rooms) == 1) echo 'style="display:none"'; ?>>
    7373          <div class="syncbooking_fieldtitle">Rooms</div><select id="syncbooking_houses" name="syncbooking_houses" data-name="syncbooking_houses" required="" class="syncbooking_select w-node-fb710099-db7c-2639-34c4-66414496ad51-32c5e373 w-select">
    7474            <option value="1">1</option>
  • syncbooking/trunk/php/theme-sync/page/website/search.php

    r3355668 r3355672  
    3535                              </div>
    3636                            </div>
    37                             <div class="structure_selectdate" <?php if (int($total_rooms) == 1) echo 'style="display:none"'; ?>>
     37                            <div class="structure_selectdate" <?php if (intval($total_rooms) == 1) echo 'style="display:none"'; ?>>
    3838                              <div id="house_data" class="structure_date"><label class="search_field">Number of rooms</label>
    3939                                <div><select id="house_number" name="house_number" data-name="house_number" required="" class="text_field_1 w-select">
  • syncbooking/trunk/readme.txt

    r3355668 r3355672  
    33Requires at least: 5.0 
    44Tested up to: 6.8 
    5 Stable tag: 1.25.0 
     5Stable tag: 1.26.0 
    66Requires PHP: 7.2 
    77Contributors: automaticbnb 
  • syncbooking/trunk/sync-booking.php

    r3355668 r3355672  
    44Plugin URI: http://syncbooking.com/plugin
    55Description: Sync All Booking of your Hotel or BnB, and get new bookings!.
    6 Version: 1.25.0
     6Version: 1.26.0
    77Author: SyncBooking.com
    88Author URI: http://syncbooking.com/
     
    1717define( 'syncbooking_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    1818define( 'syncbooking_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
    19 define( 'syncbooking_PLUGIN_VERSION', "1.25.0" );
     19define( 'syncbooking_PLUGIN_VERSION', "1.26.0" );
    2020
    2121global $syncbooking_structure_data;
Note: See TracChangeset for help on using the changeset viewer.