Changeset 2937212
- Timestamp:
- 07/11/2023 03:03:11 PM (3 years ago)
- Location:
- zeevou/trunk
- Files:
-
- 3 edited
-
js/search.js (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
zeevou.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
zeevou/trunk/js/search.js
r2932138 r2937212 1875 1875 zv_checkout_moment = moment(zv_checkout, "YYYYMMDD"); 1876 1876 var zv_bm_date_text = zv_checkin_moment.format('ddd, MMM DD, YYYY') + " - " + zv_checkout_moment.format('ddd, MMM DD, YYYY'); 1877 var zv_pbc_adult_no = parseInt(jQuery('input[name="adults"]').val()); 1878 var zv_pbc_child_no = parseInt(jQuery('input[name="children"]').val()); 1877 1879 1878 1880 jQuery('#zeevou-reserve-modal').removeClass("hidden"); … … 1880 1882 jQuery('.zeevou-bm-unittype').text(value.name); 1881 1883 jQuery('.zeevou-bm-date').text(zv_bm_date_text); 1882 jQuery('.zeevou-pbc-adult-no').text(zv_ adult_no);1883 jQuery('.zeevou-pbc-child-no').text(zv_ child_no);1884 jQuery('.zeevou-pbc-adult-no').text(zv_pbc_adult_no); 1885 jQuery('.zeevou-pbc-child-no').text(zv_pbc_child_no); 1884 1886 jQuery('.zeevou-bm-price').text('Total Price: ' + value.zv_currency + value.zv_calculated_price); 1885 1887 jQuery('.zeevou-pbc-total-price').text(value.zv_currency + value.zv_calculated_price); -
zeevou/trunk/readme.txt
r2936953 r2937212 4 4 Requires at least: 3.1.0 5 5 Tested up to: 5.9.2 6 Stable tag: 0.7.5 06 Stable tag: 0.7.51 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
zeevou/trunk/zeevou.php
r2936953 r2937212 5 5 * Plugin URI: https://zeevou.com 6 6 * Description: Zeevou is a global community that helps you grow your hospitality business through cutting-edge automation, industry-leading training, and world-class support. 7 * Version: 0.7.5 08 * Stable tag: 0.7.5 07 * Version: 0.7.51 8 * Stable tag: 0.7.51 9 9 * Tags: Booking Website Engine, Airbnb, Booking.com, Expedia, Agoda, VRBO, HomeAway, Hotel, iCal, Zeevou, Short Term Accommodation, Serviced Apartment, Hospitality, Vacation Rentals, Property Management System, Property Management Software (PMS), Central Reservation System (CRS), Holiday Homes, Channel Manager, Guesthouse, Booking System, Free Booking Engine, Direct Booking Website 10 10 * Requires at least: 3.1.0 … … 76 76 //============================================================================ 77 77 if (!defined('ZEEVOU_PLUGIN_VERSION')) 78 define('ZEEVOU_PLUGIN_VERSION', '0.7.5 0');78 define('ZEEVOU_PLUGIN_VERSION', '0.7.51'); 79 79 80 80 function zeevou_plugin_check_version() {
Note: See TracChangeset
for help on using the changeset viewer.