Changeset 2771119
- Timestamp:
- 08/16/2022 02:48:25 PM (4 years ago)
- Location:
- roomcloud
- Files:
-
- 2 edited
- 7 copied
-
tags/2.0.14 (copied) (copied from roomcloud/trunk)
-
tags/2.0.14/JS/wp_se1_horizontal_template.js (copied) (copied from roomcloud/trunk/JS/wp_se1_horizontal_template.js)
-
tags/2.0.14/JS/wp_se1_horizontal_template_multi_hotel.js (copied) (copied from roomcloud/trunk/JS/wp_se1_horizontal_template_multi_hotel.js)
-
tags/2.0.14/JS/wp_se2_horizontal_template.js (copied) (copied from roomcloud/trunk/JS/wp_se2_horizontal_template.js)
-
tags/2.0.14/JS/wp_se2_horizontal_template_multi_hotel.js (copied) (copied from roomcloud/trunk/JS/wp_se2_horizontal_template_multi_hotel.js)
-
tags/2.0.14/readme.txt (copied) (copied from roomcloud/trunk/readme.txt) (2 diffs)
-
tags/2.0.14/roomcloud.php (copied) (copied from roomcloud/trunk/roomcloud.php) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/roomcloud.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
roomcloud/tags/2.0.14/readme.txt
r2771116 r2771119 6 6 Tested up to: 5.8.1 7 7 Requires PHP: 7 8 Stable tag: 2.0.1 38 Stable tag: 2.0.14 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 71 71 added 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) 72 72 = 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) 73 added 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 = 75 fixed bug on curr parameter for roomcloud_multi_v2 shortcode 74 76 75 77 == Frequently Asked Questions == -
roomcloud/tags/2.0.14/roomcloud.php
r2771116 r2771119 4 4 * Plugin URI: http://www.roomcloud.net 5 5 * Description: A Plugin to add roomcloud booking form to hotel website using [roomcloud] shortcode 6 * Version: 2.0.1 36 * Version: 2.0.14 7 7 * Author: Tecnes Milano Srl 8 8 * Author URI: http://www.roomcloud.net … … 2451 2451 if($lang== null) 2452 2452 $lang="en"; 2453 2454 $adults=$atts["adults"]; 2453 2454 $curr=$atts["curr"]; 2455 if($curr== null) 2456 $curr="EUR"; 2457 $adults=$atts["adults"]; 2455 2458 if($adults== null) 2456 2459 $adults=1; -
roomcloud/trunk/readme.txt
r2771116 r2771119 6 6 Tested up to: 5.8.1 7 7 Requires PHP: 7 8 Stable tag: 2.0.1 38 Stable tag: 2.0.14 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 71 71 added 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) 72 72 = 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) 73 added 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 = 75 fixed bug on curr parameter for roomcloud_multi_v2 shortcode 74 76 75 77 == Frequently Asked Questions == -
roomcloud/trunk/roomcloud.php
r2771116 r2771119 4 4 * Plugin URI: http://www.roomcloud.net 5 5 * Description: A Plugin to add roomcloud booking form to hotel website using [roomcloud] shortcode 6 * Version: 2.0.1 36 * Version: 2.0.14 7 7 * Author: Tecnes Milano Srl 8 8 * Author URI: http://www.roomcloud.net … … 2451 2451 if($lang== null) 2452 2452 $lang="en"; 2453 2454 $adults=$atts["adults"]; 2453 2454 $curr=$atts["curr"]; 2455 if($curr== null) 2456 $curr="EUR"; 2457 $adults=$atts["adults"]; 2455 2458 if($adults== null) 2456 2459 $adults=1;
Note: See TracChangeset
for help on using the changeset viewer.