Changeset 3010592
- Timestamp:
- 12/15/2023 02:35:45 PM (2 years ago)
- Location:
- roomcloud
- Files:
-
- 2 edited
- 7 copied
-
tags/2.0.18 (copied) (copied from roomcloud/trunk)
-
tags/2.0.18/JS/wp_se1_horizontal_template.js (copied) (copied from roomcloud/trunk/JS/wp_se1_horizontal_template.js)
-
tags/2.0.18/JS/wp_se1_horizontal_template_multi_hotel.js (copied) (copied from roomcloud/trunk/JS/wp_se1_horizontal_template_multi_hotel.js)
-
tags/2.0.18/JS/wp_se2_horizontal_template.js (copied) (copied from roomcloud/trunk/JS/wp_se2_horizontal_template.js)
-
tags/2.0.18/JS/wp_se2_horizontal_template_multi_hotel.js (copied) (copied from roomcloud/trunk/JS/wp_se2_horizontal_template_multi_hotel.js)
-
tags/2.0.18/readme.txt (copied) (copied from roomcloud/trunk/readme.txt) (2 diffs)
-
tags/2.0.18/roomcloud.php (copied) (copied from roomcloud/trunk/roomcloud.php) (6 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/roomcloud.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
roomcloud/tags/2.0.18/readme.txt
r3010585 r3010592 6 6 Tested up to: 6.2.2 7 7 Requires PHP: 7 8 Stable tag: 2.0.1 78 Stable tag: 2.0.18 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 78 78 = 2.0.16 = 79 79 fixed hungarian dictionary bug 80 = 2.0.1 7=80 = 2.0.18 = 81 81 fixed google translation plugin bug 82 82 -
roomcloud/tags/2.0.18/roomcloud.php
r3010585 r3010592 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 76 * Version: 2.0.18 7 7 * Author: Tecnes Milano Srl 8 8 * Author URI: http://www.roomcloud.net … … 1115 1115 1116 1116 1117 <div id="search_room_box" >1117 <div id="search_room_box" class="notranslate"> 1118 1118 1119 1119 <form name="formSearch" id="formSearch" action="https://booking.roomcloud.net/be/se2/hotel.jsp" method="post"> … … 1548 1548 1549 1549 1550 <div id="search_room_box" >1550 <div id="search_room_box" class="notranslate"> 1551 1551 1552 1552 <form name="formSearch" id="formSearch" action="https://booking.roomcloud.net/be/se1/hotel.jsp" method="post"> … … 1864 1864 1865 1865 1866 <div id="search_room_box" >1866 <div id="search_room_box" class="notranslate"> 1867 1867 1868 1868 <form name="formSearch" id="formSearch" action="https://booking.roomcloud.net/be/se2/hotel.jsp" method="post"> … … 2189 2189 2190 2190 2191 <div id="search_room_box" >2191 <div id="search_room_box" class="notranslate"> 2192 2192 2193 2193 <form name="formSearch" id="formSearch" action="https://booking.roomcloud.net/be/se1/hotel.jsp" method="post"> … … 2559 2559 2560 2560 2561 <div id="search_room_box" >2561 <div id="search_room_box" class="notranslate"> 2562 2562 2563 2563 <form name="formSearch" id="formSearch" action="https://booking.roomcloud.net/be/se2/hotel.jsp" method="post"> -
roomcloud/trunk/readme.txt
r3010585 r3010592 6 6 Tested up to: 6.2.2 7 7 Requires PHP: 7 8 Stable tag: 2.0.1 78 Stable tag: 2.0.18 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 78 78 = 2.0.16 = 79 79 fixed hungarian dictionary bug 80 = 2.0.1 7=80 = 2.0.18 = 81 81 fixed google translation plugin bug 82 82 -
roomcloud/trunk/roomcloud.php
r3010585 r3010592 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 76 * Version: 2.0.18 7 7 * Author: Tecnes Milano Srl 8 8 * Author URI: http://www.roomcloud.net … … 1115 1115 1116 1116 1117 <div id="search_room_box" >1117 <div id="search_room_box" class="notranslate"> 1118 1118 1119 1119 <form name="formSearch" id="formSearch" action="https://booking.roomcloud.net/be/se2/hotel.jsp" method="post"> … … 1548 1548 1549 1549 1550 <div id="search_room_box" >1550 <div id="search_room_box" class="notranslate"> 1551 1551 1552 1552 <form name="formSearch" id="formSearch" action="https://booking.roomcloud.net/be/se1/hotel.jsp" method="post"> … … 1864 1864 1865 1865 1866 <div id="search_room_box" >1866 <div id="search_room_box" class="notranslate"> 1867 1867 1868 1868 <form name="formSearch" id="formSearch" action="https://booking.roomcloud.net/be/se2/hotel.jsp" method="post"> … … 2189 2189 2190 2190 2191 <div id="search_room_box" >2191 <div id="search_room_box" class="notranslate"> 2192 2192 2193 2193 <form name="formSearch" id="formSearch" action="https://booking.roomcloud.net/be/se1/hotel.jsp" method="post"> … … 2559 2559 2560 2560 2561 <div id="search_room_box" >2561 <div id="search_room_box" class="notranslate"> 2562 2562 2563 2563 <form name="formSearch" id="formSearch" action="https://booking.roomcloud.net/be/se2/hotel.jsp" method="post">
Note: See TracChangeset
for help on using the changeset viewer.